Cookies
Cookies
I have been using NS for a while and every time i use it i get 3 cookies on all domains.
popunder=yes; popundr=yes; setover18=1
I can't remove them and they are only present when i enable NS.
popunder=yes; popundr=yes; setover18=1
I can't remove them and they are only present when i enable NS.
Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:25.0) Gecko/20100101 Firefox/25.0
Re: Cookies
What site did you install NS from?
In any case, remove it and install again from https://addons.mozilla.org/addon/noscript/ or http://noscript.net/getit#devel, then scan your whole system for malware.
Last edited by barbaz on Thu Nov 14, 2013 2:12 pm, edited 2 times in total.
*Always* check the changelogs BEFORE updating that important software!
Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:25.0) Gecko/20100101 Firefox/25.0 SeaMonkey/2.22
Re: Cookies
I got it from the first link...
Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:25.0) Gecko/20100101 Firefox/25.0
Re: Cookies
How are you determining that the cookies are appearing?
If you disable all other extensions, maybe Plugins too, except for NoScript, do you still get the cookies?
As a test, if you create a new Profile & only install NoScript into it, do you still get the cookies?
If you disable all other extensions, maybe Plugins too, except for NoScript, do you still get the cookies?
As a test, if you create a new Profile & only install NoScript into it, do you still get the cookies?
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.19) Gecko/20110420 SeaMonkey/2.0.14 Pinball NoScript FlashGot AdblockPlus
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:26.0) Gecko/20100101 Firefox/26.0 SeaMonkey/2.23a2
Re: Cookies
therube wrote:How are you determining that the cookies are appearing?
Code: Select all
document.cookieyestherube wrote:If you disable all other extensions, maybe Plugins too, except for NoScript, do you still get the cookies?
yes, i thougth the code doing it was this but i commented it out and restarted firefox. And i got the same cookiestherube wrote:As a test, if you create a new Profile & only install NoScript into it, do you still get the cookies?
Code: Select all
value of "noscript.surrogate.popunder.replacement" in noscript.js pastebin qjMnPSkSMozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:25.0) Gecko/20100101 Firefox/25.0
Re: Cookies
Just to be clear, this isn't happening for the rest of us.
Have you scanned your system for malware?
Have you scanned your system for malware?
======
Thrawn
------------
Religion is not the opium of the masses. Daily life is the opium of the masses.
True religion, which dares to acknowledge death and challenge the way we live, is an attempt to wake up.
Thrawn
------------
Religion is not the opium of the masses. Daily life is the opium of the masses.
True religion, which dares to acknowledge death and challenge the way we live, is an attempt to wake up.
Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:25.0) Gecko/20100101 Firefox/25.0
Re: Cookies
I made a scan with avast and now i running clamav but nothing yet...Thrawn wrote:Just to be clear, this isn't happening for the rest of us.
Have you scanned your system for malware?
Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:25.0) Gecko/20100101 Firefox/25.0
Re: Cookies
Whoa. It's true. This does happen.
On *this page*, using Firebug (not logged in):
But I can't reproduce it anywhere else (yet), and those cookies don't show up in Advanced Cookie Manager or Data Manager...
Update: It is the popunder surrogate doing this, and it should only happen on pages that are completely script-allowed. So it's nothing to be worried about.
On *this page*, using Firebug (not logged in):
Code: Select all
>>> document.cookie
"style_cookie=printonly; popunder=yes; popundr=yes; setover18=1"Update: It is the popunder surrogate doing this, and it should only happen on pages that are completely script-allowed. So it's nothing to be worried about.
*Always* check the changelogs BEFORE updating that important software!
Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:25.0) Gecko/20100101 Firefox/25.0 SeaMonkey/2.22
Re: Cookies
the style_cookie=printonly is specific to this forum ( maybe phpbb in general). by completely script-allowed do you mean trusting all scripts even external ones? i don't have any page where i completely allow scripts it's always blocking some ggl/face/twitter widget.barbaz wrote:Whoa. It's true. This does happen.
On *this page*, using Firebug (not logged in):But I can't reproduce it anywhere else (yet), and those cookies don't show up in Advanced Cookie Manager or Data Manager...Code: Select all
>>> document.cookie "style_cookie=printonly; popunder=yes; popundr=yes; setover18=1"
Update: It is the popunder surrogate doing this, and it should only happen on pages that are completely script-allowed. So it's nothing to be worried about.
Code: Select all
pref("noscript.surrogate.popunder.sources", "@^http:\\/\\/[\\w\\-\\.]+\.[a-z]+ wyciwyg:");
pref("noscript.surrogate.popunder.replacement", "function posted on pastebin");
pref("noscript.surrogate.popunder.exceptions", ".meebo.com");
Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:25.0) Gecko/20100101 Firefox/25.0
Re: Cookies
At least that's the behavior I'm getting.overblue wrote:by completely script-allowed do you mean trusting all scripts even external ones?
see http://hackademix.net/2011/09/29/script ... reference/overblue wrote:so the sources value is the regex expression to find the replacement is the code it will replace it with, right?
*Always* check the changelogs BEFORE updating that important software!
Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:25.0) Gecko/20100101 Firefox/25.0 SeaMonkey/2.22
Re: Cookies
thanks for the link, the noscript.surrogate.popunder.sources is not right i think. I replaced the replacement code with an alert on about:config and i'm getting the alert on every page where i allow atleast one source for JSbarbaz wrote:At least that's the behavior I'm getting.overblue wrote:by completely script-allowed do you mean trusting all scripts even external ones?
see http://hackademix.net/2011/09/29/script ... reference/overblue wrote:so the sources value is the regex expression to find the replacement is the code it will replace it with, right?
Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:25.0) Gecko/20100101 Firefox/25.0
- Giorgio Maone
- Site Admin
- Posts: 9530
- Joined: Wed Mar 18, 2009 11:22 pm
- Location: Palermo - Italy
- Contact:
Re: Cookies
The code is correct.
It gets execute on any non-https page, because the popunder scripts in the wild are extremely polymorphic, often inlined and therefore that's no way to know in advance whether a page will execute them.
If the pseudo-cookies (which, BTW, are never sent to the server side because are made visible only to client-side JavaScript through fake accessors) bother you, just disable the popunder surrogate or limit it to a blacklist of yours.
It gets execute on any non-https page, because the popunder scripts in the wild are extremely polymorphic, often inlined and therefore that's no way to know in advance whether a page will execute them.
If the pseudo-cookies (which, BTW, are never sent to the server side because are made visible only to client-side JavaScript through fake accessors) bother you, just disable the popunder surrogate or limit it to a blacklist of yours.
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:25.0) Gecko/20100101 Firefox/25.0
Re: Cookies
yeah i know it's only on the client side, i wasn't sure about the code i could have some malware but if it is normal behavior, i'm okay with it.Giorgio Maone wrote:The code is correct.
It gets execute on any non-https page, because the popunder scripts in the wild are extremely polymorphic, often inlined and therefore that's no way to know in advance whether a page will execute them.
If the pseudo-cookies (which, BTW, are never sent to the server side because are made visible only to client-side JavaScript through fake accessors) bother you, just disable the popunder surrogate or limit it to a blacklist of yours.
Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:25.0) Gecko/20100101 Firefox/25.0