NoScript 10 Defaults/Trusted sites
NoScript 10 Defaults/Trusted sites
Like most of you, after updating to FF57, I waited for the NS update. Now that's come and it's great, but there's a confusing bit for me. Apparently, the "Default" setting for sites ALLOWS scripts (and media, frame, font, webgl, and other), and all the sites that I'd previously trusted now allow ONLY scripts. Is this just me and how do I fix it (without manually changing every site in options)?
Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:57.0) Gecko/20100101 Firefox/57.0
Re: NoScript 10 Defaults/Trusted sites
Same here, think it comes from upgrading old NS 5 Settungs.
Tried to change the defaults in the Option under Debug, but changes are reverted immediately.
Where does NS 10 store it's settings ?
Tried to change the defaults in the Option under Debug, but changes are reverted immediately.
Where does NS 10 store it's settings ?
Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:57.0) Gecko/20100101 Firefox/57.0
Re: NoScript 10 Defaults/Trusted sites
https://forums.informaction.com/viewtop ... =7&t=23902thurule wrote:Apparently, the "Default" setting for sites ALLOWS scripts (and media, frame, font, webgl, and other), and all the sites that I'd previously trusted now allow ONLY scripts. Is this just me and how do I fix it (without manually changing every site in options)?
https://forums.informaction.com/viewtop ... 732#p92732
*Always* check the changelogs BEFORE updating that important software!
-
Re: NoScript 10 Defaults/Trusted sites
NoScript is storing settings n file storage-sync.sqliteSeppMaier wrote:Same here, think it comes from upgrading old NS 5 Settungs.
Tried to change the defaults in the Option under Debug, but changes are reverted immediately.
Where does NS 10 store it's settings ?
Try updating to version 10.1.3c3
Bo
Mozilla/5.0 (Windows NT 10.0; WOW64; rv:57.0) Gecko/20100101 Firefox/57.0
Re: NoScript 10 Defaults/Trusted sites
I still have problems with previously (FF56 & NS5) trusted sites.
I do believe that it depends on wrongly set defaults for "Trusted".
This is what you get on a freshly installed NS10.1.3c3 into an empty FF Profile:
And this is how my migrated settings look like:
Can't change the capabilities for Trusted (or dunno how).
What happens when I delete the storage-sync.sqlite File? I do expect other extensions will loose also it's setting ?
I do believe that it depends on wrongly set defaults for "Trusted".
This is what you get on a freshly installed NS10.1.3c3 into an empty FF Profile:
Code: Select all
{
"DEFAULT": {
"capabilities": [
"frame",
"fetch",
"other"
],
"temp": false
},
"TRUSTED": {
"capabilities": [
"script",
"object",
"media",
"frame",
"font",
"webgl",
"fetch",
"other"
],
"temp": false
},
"UNTRUSTED": {
"capabilities": [],
"temp": false
},
"sites": ......
Code: Select all
{
"DEFAULT": {
"capabilities": [
"frame",
"fetch",
"other",
"script",
"object",
"media",
"font",
"webgl"
],
"temp": false
},
"TRUSTED": {
"capabilities": [
"script",
"fetch",
"object",
"media",
"frame",
"font",
"webgl",
"other"
],
"temp": false
},
"UNTRUSTED": {
"capabilities": [],
"temp": false
},
"sites": ......
What happens when I delete the storage-sync.sqlite File? I do expect other extensions will loose also it's setting ?
Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:57.0) Gecko/20100101 Firefox/57.0