Skip to content
This repository has been archived by the owner on Jul 21, 2021. It is now read-only.

Commit

Permalink
Merge pull request #879 from xofe/settings-fix
Browse files Browse the repository at this point in the history
Fix noscript spoof setting not being saved on change
  • Loading branch information
gorhill committed Dec 11, 2017
2 parents 3b77c07 + 613bab0 commit 4363042
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/js/settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'),
Expand Down

0 comments on commit 4363042

Please sign in to comment.