Oops! Fix uses of old setting name.

This commit is contained in:
ccd0 2015-11-01 03:19:14 -08:00
parent 0eb8ba6408
commit 0ad218f1e2
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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