[RESOLVED] NoScript causes whitelisted site to not work
-
Guest
[RESOLVED] NoScript causes whitelisted site to not work
mynycb.com site fails at login of user id even though site is white listed.
The site says to clear the cache even of the cache has been cleared.
If NoScript is disabled login proceeds normally.
The site says to clear the cache even of the cache has been cleared.
If NoScript is disabled login proceeds normally.
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:36.0) Gecko/20100101 Firefox/36.0
Re: NoScript causes whitelisted site to not work
When it fails, do you see anything related in the Browser Console? (Ctrl-Shift-J)
(if you don't know what's related, turn off CSS warnings and post everything else you see)
(if you don't know what's related, turn off CSS warnings and post everything else you see)
*Always* check the changelogs BEFORE updating that important software!
-
-
Guest
Re: NoScript causes whitelisted site to not work
Here is the log when the submit button is pressed.
IndexSizeError: Index or size is negative or greater than the allowed amount client.js:7:0
Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user's experience. For more help http://xhr.spec.whatwg.org/ init.debug.js
0
[NoScript XSS] Sanitized suspicious upload to [https://secure.mynycb.com/forms/login.jsp###DATA###% ...Login code string deleted...
nsIJSON.encode is deprecated. Please use JSON.stringify instead. ssl-observatory.js:608:0
TypeError: value is not a non-null object tabbrowser.xml:430:17
JavaScript 1.6's for-each-in loops are deprecated; consider using ES6 for-of instead ScriptSurrogate.js:345:209
lpmanuallogins.length is 0
TypeError: value is not a non-null object tabbrowser.xml:430:17
lpmanuallogins.length is 0
TypeError: value is not a non-null object tabbrowser.xml:430:17
JavaScript 1.6's for-each-in loops are deprecated; consider using ES6 for-of instead ScriptSurrogate.js:345:209
IndexSizeError: Index or size is negative or greater than the allowed amount client.js:7:0
Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user's experience. For more help http://xhr.spec.whatwg.org/ init.debug.js
[NoScript XSS] Sanitized suspicious upload to [https://secure.mynycb.com/forms/login.jsp###DATA###% ...Login code string deleted...
nsIJSON.encode is deprecated. Please use JSON.stringify instead. ssl-observatory.js:608:0
TypeError: value is not a non-null object tabbrowser.xml:430:17
JavaScript 1.6's for-each-in loops are deprecated; consider using ES6 for-of instead ScriptSurrogate.js:345:209
lpmanuallogins.length is 0
TypeError: value is not a non-null object tabbrowser.xml:430:17
lpmanuallogins.length is 0
TypeError: value is not a non-null object tabbrowser.xml:430:17
JavaScript 1.6's for-each-in loops are deprecated; consider using ES6 for-of instead ScriptSurrogate.js:345:209
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:37.0) Gecko/20100101 Firefox/37.0
- Giorgio Maone
- Site Admin
- Posts: 9546
- Joined: Wed Mar 18, 2009 11:22 pm
- Location: Palermo - Italy
- Contact:
Re: NoScript causes whitelisted site to not work
Please try adding the following line to your NoScript Options|Advanced|XSS exceptions box:
Code: Select all
^https://secure\.mynycb\.com/forms/login\.jsp$
Mozilla/5.0 (Windows NT 6.3; WOW64; rv:37.0) Gecko/20100101 Firefox/37.0
-
Guest
Re: NoScript causes whitelisted site to not work
Thanks
That seemed to work.
That line was 1000 characters long in the error log.
That site was totally uninterested in the problem and has always had all sorts of JS strangeness.
That seemed to work.
That line was 1000 characters long in the error log.
That site was totally uninterested in the problem and has always had all sorts of JS strangeness.
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:37.0) Gecko/20100101 Firefox/37.0
-
Guest
Re: NoScript causes whitelisted site to not work
I paste into the box and it works but it forgets it when I close FIrefox!?Giorgio Maone wrote:Please try adding the following line to your NoScript Options|Advanced|XSS exceptions box:Code: Select all
^https://secure\.mynycb\.com/forms/login\.jsp$
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:37.0) Gecko/20100101 Firefox/37.0
Re: NoScript causes whitelisted site to not work
Do other NoScript preference changes persist?Guest wrote:I paste into the box and it works but it forgets it when I close FIrefox!?
What about any other preference changes at all?
*Always* check the changelogs BEFORE updating that important software!
-
-
Guest
Re: [RESOLVED] NoScript causes whitelisted site to not work
I tried turning off the "Turn cross-post..." option and it also was reset to on upon reloading Firefox.
I made my changes and exported them to a file.
On reloading Firefox, I then imported them. OK
Restarting Firefox again, everything was reset to default on the XXS tab.
I made my changes and exported them to a file.
On reloading Firefox, I then imported them. OK
Restarting Firefox again, everything was reset to default on the XXS tab.
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:37.0) Gecko/20100101 Firefox/37.0
Re: [RESOLVED] NoScript causes whitelisted site to not work
Removing [RESOLVED] from the title.
Are you running Firefox in a sandbox?
Do you have a user.js or lockpref file?
If no and no and no, maybe try this:
1) Completely shut down Firefox
2) Open prefs.js in a text editor
3) Copy the *entire* contents
4) paste into a new file, save this new file somewhere outside the profile, name it "prefs.js"
5) rename the prefs.js that's in your profile and remove it from your profile (if you can?)
6) move the newly created prefs.js into your profile
That should fix it if it's a file permission problem.
Does that help at all?
If not, are you running any software that might be messing with your profile? Likely culprits could include security software and certain kinds of "cleaning" software.
Are you running Firefox in a sandbox?
Do you have a user.js or lockpref file?
If no and no and no, maybe try this:
1) Completely shut down Firefox
2) Open prefs.js in a text editor
3) Copy the *entire* contents
4) paste into a new file, save this new file somewhere outside the profile, name it "prefs.js"
5) rename the prefs.js that's in your profile and remove it from your profile (if you can?)
6) move the newly created prefs.js into your profile
That should fix it if it's a file permission problem.
Does that help at all?
If not, are you running any software that might be messing with your profile? Likely culprits could include security software and certain kinds of "cleaning" software.
*Always* check the changelogs BEFORE updating that important software!
-
-
Guest
Re: NoScript causes whitelisted site to not work
That seems to do it.
I also have over a thousand prefs-####.js of length 0.
I also have over a thousand prefs-####.js of length 0.
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:37.0) Gecko/20100101 Firefox/37.0
Re: NoScript causes whitelisted site to not work
Great!Guest wrote:That seems to do it.
Yep, anything like that is a sure sign of a file permissions problem.Guest wrote:I also have over a thousand prefs-####.js of length 0.
*Always* check the changelogs BEFORE updating that important software!
-