Browse Source

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
parent
commit
43630426ff
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      src/js/settings.js

1
src/js/settings.js

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

Loading…
Cancel
Save