diff options
author | Lunny Xiao <xiaolunwen@gmail.com> | 2023-12-21 15:42:16 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-21 07:42:16 +0000 |
commit | 177cea7c70473e375c1695f1e20fb9d538ff78fb (patch) | |
tree | 565fc8280ae21c70314937830316a37d7595b93c /custom | |
parent | fe5a61639237138d6bb87cde17aedca3eb5bdd12 (diff) | |
download | gitea-177cea7c70473e375c1695f1e20fb9d538ff78fb.tar.gz gitea-177cea7c70473e375c1695f1e20fb9d538ff78fb.zip |
Make offline mode as default to no connect external avatar service by default (#28548)
To keep user's privacy, make offline mode as true by default.
Users can still change it from installation ui and app.ini
Diffstat (limited to 'custom')
-rw-r--r-- | custom/conf/app.example.ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/custom/conf/app.example.ini b/custom/conf/app.example.ini index f10a3f2edf..f9111d541c 100644 --- a/custom/conf/app.example.ini +++ b/custom/conf/app.example.ini @@ -234,7 +234,7 @@ RUN_USER = ; git ;MINIMUM_KEY_SIZE_CHECK = false ;; ;; Disable CDN even in "prod" mode -;OFFLINE_MODE = false +;OFFLINE_MODE = true ;; ;; TLS Settings: Either ACME or manual ;; (Other common TLS configuration are found before) |