Merge pull request #879 from xofe/settings-fix

Fix noscript spoof setting not being saved on change
pull/2/head
Raymond Hill 7 years ago committed by GitHub
commit 43630426ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -106,6 +106,7 @@ function onInputChanged(ev) {
changeUserSettings(target.id, target.checked);
break;
case 'noMixedContent':
case 'noscriptTagsSpoofed':
case 'processReferer':
changeMatrixSwitch(
target.getAttribute('data-matrix-switch'),

Loading…
Cancel
Save