Since a few days, almost every page and tab that I choose to disable restrictions for, get stuck in an infinite loop of reloading the page over and over.
I don't think it happens to every website, but if it happens on a certain page once I am able to recreate it every time even if I open a new tab and disable restrictions for that one.
Currently I am using NoScript 10.1.8.20rc1, I do not know if that is the development version that I tried to download to solve the problem, or if it's the one that the firefox 'store' gave me. I tried to download the development version because I got the impression that my problem might have been fixed after reading a similar sounding topic here on these forums. Either case, my problem persists.
Here is some output from browser console, these messages get repeated on every reload until I manage to time and click the cancel request button:
Code: Select all
Loading failed for the <script> with source “hxxps://www.redditstatic.com/reddit-init.en.923D3RWK8v0.js”. deadbydaylight:1
[NoScript] onHeadersReceived
Object { requestId: "1043", url: "hxxps://old.reddit.com/r/deadbydaylight/", originUrl: undefined, documentUrl: undefined, method: "GET", type: "main_frame", timeStamp: 1535139220580, frameId: 0, parentFrameId: -1, fromCache: false, … }
log.js:9:39
[NoScript] CSP blocker on hxxps://old.reddit.com/r/deadbydaylight/: undefined log.js:9:39
[NoScript] Running listener 1
Object { requestId: "1043", url: "hxxps://old.reddit.com/r/deadbydaylight/", originUrl: undefined, documentUrl: undefined, method: "GET", type: "main_frame", timeStamp: 1535139220580, frameId: 0, parentFrameId: -1, fromCache: false, … }
log.js:9:39
[NoScript] Running listener 0
Object { requestId: "1043", url: "hxxps://old.reddit.com/r/deadbydaylight/", originUrl: undefined, documentUrl: undefined, method: "GET", type: "main_frame", timeStamp: 1535139220580, frameId: 0, parentFrameId: -1, fromCache: false, … }
log.js:9:39
[NoScript] onResponseStarted
Object { requestId: "1043", url: "hxxps://old.reddit.com/r/deadbydaylight/", originUrl: undefined, documentUrl: undefined, method: "GET", type: "main_frame", timeStamp: 1535139220593, frameId: 0, parentFrameId: -1, fromCache: false, … }
log.js:9:39
[NoScript] hxxps://old.reddit.com/r/deadbydaylight/ scriptBlocked=false setting noscriptFrame on 1 0 log.js:9:39
[NoScript] [WARNING] onHeadersReceived 0 1 has been overridden on
Object { requestId: "1043", url: "hxxps://old.reddit.com/r/deadbydaylight/", originUrl: undefined, documentUrl: undefined, method: "GET", type: "main_frame", timeStamp: 1535139220593, frameId: 0, parentFrameId: -1, fromCache: false, … }
log.js:9:39
[NoScript] [WARNING] Reloading hxxps://old.reddit.com/r/deadbydaylight/ frame 0 of tab 1. log.js:9:39
[NoScript] Frame 0 hxxps://old.reddit.com/r/deadbydaylight/ of
Object [ false ]
, canScript: true, shouldScript: true
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": {
"trusted": [
"§:addons.mozilla.org",
"§:yimg.com",
"§:youtube.com",
"§:ytimg.com",
"§:googlevideo.com"
],
"untrusted": [
"§:yahooapis.com",
"§:yahoo.com",
"§:wlxrs.com",
"§:sfx.ms",
"§:securesuite.net",
"§:securecode.com",
"§:paypalobjects.com",
"§:paypal.com",
"§:passportimages.com",
"§:passport.net",
"§:passport.com",
"§:outlook.com",
"§:noscript.net",
"§:nflxvideo.net",
"§:nflxext.com",
"§:nflximg.com",
"§:netflix.com",
"§:mozilla.net",
"§:maps.googleapis.com",
"§:live.net",
"§:live.com",
"§:code.jquery.com",
"§:hotmail.com",
"§:google.com",
"§:gfx.ms",
"§:firstdata.lv",
"§:firstdata.com",
"§:tinymce.cachefly.net",
"§:bootstrapcdn.com",
"§:ajax.aspnetcdn.com",
"§:ajax.googleapis.com",
"§:afx.ms",
"§:gstatic.com"
],
"custom": {},
"temp": []
},
"enforced": true,
"autoAllowTop": false
}
cheers