Page 1 of 1

NoScript v10: website position and CUSTOM preset.

Posted: Thu Mar 29, 2018 9:39 am
by ragner
Hello. I would like to ask a question about NoScript v10.1.7.5 and changing webiste position in "Policy" window ("Options/Advanced" tab). I've noticed, that changing a position of the website e.g. via copying and pasting into another place is responsible for changing permissions in the "Per-site Permissions" tab to "CUSTOM" (for all websites). It looks this way:

Code: Select all

 "UNTRUSTED": {
    "capabilities": [],
    "temp": false
  },
  "sites": {
    "trusted": [
      "ยง:example.com",
      "https://example.com"
    ],
    "untrusted": [
      "some-site1.com",
      "http://some-site2.com",
      "some-site3.com",
      "some-site4.com"
    ],

Here's a fragment of a "Policy" window regarding "UNTRUSTED websites only. Now, if I copy e.g. some-site4.com and paste between some-site1.com and http://some-site2.com webistes, each website in "Per-site Permissions" tab will have a "CUSTOM" preset.

So, is this normal and everything is okay?

Thanks.