NoScript 10 Defaults/Trusted sites

Ask for help about NoScript, no registration needed to post
thurule

NoScript 10 Defaults/Trusted sites

Post 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)?
Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:57.0) Gecko/20100101 Firefox/57.0
SeppMaier

Re: NoScript 10 Defaults/Trusted sites

Post 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 ?
Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:57.0) Gecko/20100101 Firefox/57.0
barbaz
Senior Member
Posts: 11105
Joined: Sat Aug 03, 2013 5:45 pm

Re: NoScript 10 Defaults/Trusted sites

Post 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
*Always* check the changelogs BEFORE updating that important software!
-
bo elam
Senior Member
Posts: 208
Joined: Sat Oct 14, 2017 2:25 am

Re: NoScript 10 Defaults/Trusted sites

Post 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
Mozilla/5.0 (Windows NT 10.0; WOW64; rv:57.0) Gecko/20100101 Firefox/57.0
SeppMaier
Posts: 3
Joined: Wed Nov 29, 2017 7:45 am

Re: NoScript 10 Defaults/Trusted sites

Post 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 ?
Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:57.0) Gecko/20100101 Firefox/57.0
Post Reply