Page 1 of 1
NoScript 10 Defaults/Trusted sites
Posted: Tue Nov 28, 2017 8:06 pm
by thurule
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)?
Re: NoScript 10 Defaults/Trusted sites
Posted: Tue Nov 28, 2017 8:14 pm
by SeppMaier
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 ?
Re: NoScript 10 Defaults/Trusted sites
Posted: Tue Nov 28, 2017 8:22 pm
by barbaz
thurule 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 ... =7&t=23902
https://forums.informaction.com/viewtop ... 732#p92732
Re: NoScript 10 Defaults/Trusted sites
Posted: Tue Nov 28, 2017 8:25 pm
by bo elam
SeppMaier 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 ?
NoScript is storing settings n file storage-sync.sqlite
Try updating to version 10.1.3c3
Bo
Re: NoScript 10 Defaults/Trusted sites
Posted: Wed Nov 29, 2017 7:57 am
by SeppMaier
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:
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": ......
And this is how my migrated settings look like:
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": ......
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 ?