Page 1 of 1
NoScript - links in google search not working
Posted: Wed Nov 29, 2017 1:43 pm
by imqqmi
Since the new plugin is installed there have been some issues. The latest is that links in google search results, when clicked does nothing at all. No warning, no error message. The entire page is white listed in NoScript. FF 57 on win10.
Re: NoScript - links in google search not working
Posted: Wed Nov 29, 2017 1:58 pm
by NoScriptian
Could you please review your debug window below? Is google somehow listed as untrusted?
Re: NoScript - links in google search not working
Posted: Wed Nov 29, 2017 2:13 pm
by dipbha
Same issue here. In fact, Google is completely out.. Cannot even login. If the page is already open, strange things happens with lot of error... and gone..
"§:google.com",
"§:gstatic.com",
Both are list in trusted as shown above. Only when i allow all scripts, this happens. It was all working until yesterdays update.
Please reply
Re: NoScript - links in google search not working
Posted: Wed Nov 29, 2017 2:16 pm
by Pansa
1. Are you running the version 10.1.3c3?
2. If you are running 10.1.3c3:
In these cases, can you check whether the specific presets are correctly configured?
"default", "trusted" , "untrusted" should have the checkmarks set to
none , all , none
As example for "all" in "trusted see :
https://hackademix.net/2017/11/28/growi ... -1013-rcs/
You can/should also look at the debug log in the options.
It should say at the beginning:
{
"DEFAULT": {
"capabilities": [],
"temp": false
},
"TRUSTED": {
"capabilities": [
"script",
"object",
"media",
"frame",
"font",
"webgl",
"fetch",
"other"
],
"temp": false
},
"UNTRUSTED": {
"capabilities": [],
"temp": false
},
Re: NoScript - links in google search not working
Posted: Wed Nov 29, 2017 2:19 pm
by dipbha
Thanks for Replying. Yes iam using the latest...
For me its like this
{
"DEFAULT": {
"capabilities": [
"other",
"font",
"frame",
"media",
"webgl"
],
"temp": false
},
"TRUSTED": {
"capabilities": [
"script"
],
"temp": false
},
"UNTRUSTED": {
"capabilities": [],
"temp": false
},
Re: NoScript - links in google search not working
Posted: Wed Nov 29, 2017 2:23 pm
by Pansa
Well I think you can see the problem there.
Click on "trusted" for any of your trusted domains, and set all the checkmarks.
Click on default for any of your default domains and remove all checkmarks.
Re: NoScript - links in google search not working
Posted: Wed Nov 29, 2017 2:26 pm
by dipbha
Thanks, its working now..