From 9abfa6ea7242f97c0d8db18e9c39ead8b66cc25e Mon Sep 17 00:00:00 2001 From: ccd0 Date: Mon, 13 Jun 2016 03:30:43 -0700 Subject: [PATCH] Turn `Exempt Archives from Encryption` on by default in new installs. #904 --- src/General/Settings.coffee | 2 ++ src/config/Config.coffee | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/General/Settings.coffee b/src/General/Settings.coffee index 45919cf79..b7a83cc21 100644 --- a/src/General/Settings.coffee +++ b/src/General/Settings.coffee @@ -375,6 +375,8 @@ Settings = ] if compareString < '00001.00011.00035.00000' addSauces ['https://whatanime.ga/?auto&url=%IMG;text:wait'] + if compareString < '00001.00012.00000.00000' + set 'Exempt Archives from Encryption', false unless data['Exempt Archives from Encryption']? changes loadSettings: (data, cb) -> diff --git a/src/config/Config.coffee b/src/config/Config.coffee index deddfcff9..f3be79a17 100644 --- a/src/config/Config.coffee +++ b/src/config/Config.coffee @@ -44,7 +44,7 @@ Config = 'Enable reporting posts to supported archives.' ] 'Exempt Archives from Encryption': [ - false + true 'Permit loading content from, and warningless redirects to, HTTP-only archives from HTTPS pages.' ] 'Keybinds': [