1
0
Fork 0
mirror of https://github.com/gorhill/uMatrix.git synced 2024-06-01 18:10:17 +12:00

Merge pull request #879 from xofe/settings-fix

Fix noscript spoof setting not being saved on change
This commit is contained in:
Raymond Hill 2017-12-11 13:54:05 -05:00 committed by GitHub
commit 43630426ff
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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'),