Page 1 of 1

Is there a whitelist/blacklist available which I can download and use with Noscript

Posted: Mon Dec 27, 2021 12:53 pm
by security_matters
Is there a whitelist/blacklist available which I can download and use with Noscript instead of manually allowing scripts ?

Re: Is there a whitelist/blacklist available which I can download and use with Noscript

Posted: Mon Dec 27, 2021 3:37 pm
by barbaz
No, sorry. NoScript does not have support for that. If you want that, you would be best off limiting NoScript to XSS filtering and leaving permissions management to another addon that has that functionality. I'm not aware of any currently-maintained addon that has such option.

Re: Is there a whitelist/blacklist available which I can download and use with Noscript

Posted: Wed Dec 29, 2021 1:44 am
by security_matters
barbaz wrote: Mon Dec 27, 2021 3:37 pm No, sorry. NoScript does not have support for that. If you want that, you would be best off limiting NoScript to XSS filtering and leaving permissions management to another addon that has that functionality. I'm not aware of any currently-maintained addon that has such option.
Okay/Thanks

Re: Is there a whitelist/blacklist available which I can download and use with Noscript

Posted: Wed Dec 29, 2021 1:58 am
by security_matters
barbaz wrote: Mon Dec 27, 2021 3:37 pm No, sorry. NoScript does not have support for that. If you want that, you would be best off limiting NoScript to XSS filtering and leaving permissions management to another addon that has that functionality. I'm not aware of any currently-maintained addon that has such option.
If Noscript does not support that feature what is this option :

Image

Re: Is there a whitelist/blacklist available which I can download and use with Noscript

Posted: Wed Dec 29, 2021 2:07 am
by barbaz
That does a full import of *all* NoScript settings from a file, overwriting everything. Its use is to either backup & restore your own config, or to send us your full NoScript config on request which we load in a test environment for troubleshooting.

To support a downloaded list for normal use would require some ability to merge and/or distinguish downloaded settings & user settings, NoScript Webext doesn't have anything like that.

Re: Is there a whitelist/blacklist available which I can download and use with Noscript

Posted: Sat Jan 01, 2022 6:45 pm
by Asphyx
@security_matters
For using external lists it should be possible:
- export all settings
- edit settings-file (merging per-site-settings)
- import all settings
These steps could be done automatically. I'm interested in this, too.
barbaz wrote: Wed Dec 29, 2021 2:07 am That does a full import of *all* NoScript settings from a file, overwriting everything.
Is it possible to access this function in the browser console (how)? Maybe, this could lead me a step further for deploying individual settings (viewtopic.php?f=7&t=26439)

Re: Is there a whitelist/blacklist available which I can download and use with Noscript

Posted: Sat Jan 29, 2022 10:07 pm
by Asphyx
Hi,
I'd like to ask again, maybe Giorgio Maone, could you answer please?

Could you provide a (few) line(s) of code to run in the browser console to import a NoScript settings-file? Thanks in advance.