'Except Archives from Encryption' -> 'Exempt Archives from Encryption'
This commit is contained in:
parent
0a1b8b0f10
commit
b219642f6d
@ -39,7 +39,7 @@ Config =
|
|||||||
true
|
true
|
||||||
'Enable reporting posts to supported archives.'
|
'Enable reporting posts to supported archives.'
|
||||||
]
|
]
|
||||||
'Except Archives from Encryption': [
|
'Exempt Archives from Encryption': [
|
||||||
false
|
false
|
||||||
'Permit loading content from, and warningless redirects to, HTTP-only archives from HTTPS pages.'
|
'Permit loading content from, and warningless redirects to, HTTP-only archives from HTTPS pages.'
|
||||||
]
|
]
|
||||||
|
|||||||
@ -52,6 +52,9 @@ Main =
|
|||||||
Conf['selectedArchives'] = {}
|
Conf['selectedArchives'] = {}
|
||||||
Conf['cooldowns'] = {}
|
Conf['cooldowns'] = {}
|
||||||
|
|
||||||
|
# XXX old key names
|
||||||
|
Conf['Except Archives from Encryption'] = false
|
||||||
|
|
||||||
# Get saved values as items
|
# Get saved values as items
|
||||||
items = {}
|
items = {}
|
||||||
items[key] = undefined for key of Conf
|
items[key] = undefined for key of Conf
|
||||||
@ -86,7 +89,9 @@ Main =
|
|||||||
|
|
||||||
if compareString < '00001.00011.00008.00000'
|
if compareString < '00001.00011.00008.00000'
|
||||||
unless items['Fixed Thread Watcher']?
|
unless items['Fixed Thread Watcher']?
|
||||||
items2['Fixed Thread Watcher'] = items['Toggleable Thread Watcher'] ? true
|
items2['Fixed Thread Watcher'] = items['Toggleable Thread Watcher'] ? true
|
||||||
|
unless items['Exempt Archives from Encryption']?
|
||||||
|
items2['Exempt Archives from Encryption'] = items['Except Archives from Encryption'] ? false
|
||||||
|
|
||||||
$.extend items, items2
|
$.extend items, items2
|
||||||
$.set items2, ->
|
$.set items2, ->
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user