diff --git a/src/Archive/Redirect.coffee b/src/Archive/Redirect.coffee index ed406eb38..b3c1185a3 100755 --- a/src/Archive/Redirect.coffee +++ b/src/Archive/Redirect.coffee @@ -87,7 +87,7 @@ Redirect = securityCheck: (URL) -> /^https:\/\//.test(URL) or location.protocol is 'http:' or - Conf['Exempt Archives from Encryption'] + Conf['Except Archives from Encryption'] navigate: (URL, alternative) -> if URL and ( diff --git a/src/General/Config.coffee b/src/General/Config.coffee index 1ac7ded89..cf1a3c681 100755 --- a/src/General/Config.coffee +++ b/src/General/Config.coffee @@ -30,7 +30,7 @@ Config = true 'Redirect dead threads and images to the archives.' ] - 'Exempt Archives from Encryption': [ + 'Except Archives from Encryption': [ false 'Permit loading content from, and warningless redirects to, HTTP-only archives from HTTPS pages.' ] diff --git a/src/General/lib/fetcher.class b/src/General/lib/fetcher.class index 5c4d319d5..e55cc6a11 100644 --- a/src/General/lib/fetcher.class +++ b/src/General/lib/fetcher.class @@ -86,7 +86,7 @@ class Fetcher responseType: 'json' withCredentials: url.archive.withCredentials return true - else if Conf['Exempt Archives from Encryption'] + else if Conf['Except Archives from Encryption'] CrossOrigin.json url, (response) => {media} = response if media then for key of media when /_link$/.test key