
I always update all software to last stable version, and with a site on white list plus temporarily allowed, javascript is always disabled.
Can you help me?
It works!!!Giorgio Maone wrote:Can you show us the site in question?
Did you try NoScript Options|Reset, then re-giving the permissions?
Code: Select all
"showRecentlyBlocked":true,
"showRevokeTemp":true,
"forbidXBL":4,
"autoReload.allTabs":true,
"policynames":"",
"secureCookies":false,
"injectionCheck":2,
"showTempToPerm":true,
"showAllowPage":true,
"blockNSWB":false,
"allowHttpsOnly":0,
"forbidMetaRefresh":false,
"forbidIFrames":false,
"firstRunRedirection":true,
"showGlobal":true,
"xss.trustTemp":true,
"forbidBookmarklets":false,
"forbidFrames":false,
Code: Select all
"showRecentlyBlocked":false,
"showRevokeTemp":false,
"forbidXBL":5,
"autoReload.allTabs":false,
"policynames":"previewSites",
"secureCookies":true,
"injectionCheck":3,
"showTempToPerm":false,
"showAllowPage":false,
"blockNSWB":true,
"allowHttpsOnly":2,
"forbidMetaRefresh":true,
"forbidIFrames":true,
"firstRunRedirection":false,
"showGlobal":false,
"xss.trustTemp":false,
"forbidBookmarklets":true,
"forbidFrames":true,
Thank you very much, now I can finally use NoScript!!Giorgio Maone wrote:Most likely "allowHttpsOnly", which means only HTTPS web site matching your whitelist are allowed.
Keep it 0, or 1 at most, unless you don't trust your network connection at all.
One of my Firefox profiles' NoScript wasn't working - all javascript was blocked even though Javascript was enabled in the browser and the site was in my NoScript whitelist. I finally traced it to having set allow...Https...Only. What was I thinking? Maybe I was on a particularly untrustworthy Wi-Fi network (e.g. at an airport or convention center)? I don't recall, as it was many months ago.Giorgio Maone wrote:Most likely "allow...Https...Only", which means only HTTPS web site matching your whitelist are allowed.
Keep it 0, or 1 at most, unless you don't trust your network connection at all.