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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
0 deletions
-
src/js/settings.js
|
|
@ -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'), |
|
|
|