diff --git a/src/Archive/Redirect.coffee b/src/Archive/Redirect.coffee index a626098dc..a4ed92584 100755 --- a/src/Archive/Redirect.coffee +++ b/src/Archive/Redirect.coffee @@ -92,7 +92,7 @@ Redirect = securityCheck: (URL) -> /^https:\/\//.test(URL) or location.protocol is 'http:' or - Conf['Except Archives from Encryption'] + Conf['Exempt Archives from Encryption'] navigate: (dest, data, alternative) -> Redirect.init() unless Redirect.data diff --git a/src/General/lib/fetcher.class b/src/General/lib/fetcher.class index d466e95b7..85723cc0f 100644 --- a/src/General/lib/fetcher.class +++ b/src/General/lib/fetcher.class @@ -87,7 +87,7 @@ class Fetcher responseType: 'json' withCredentials: archive.withCredentials return true - else if Conf['Except Archives from Encryption'] + else if Conf['Exempt Archives from Encryption'] CrossOrigin.json url, (response) => {media} = response if media then for key of media when /_link$/.test key