Loading...

greasemonkey-dev@googlegroups.com

[Prev] Thread [Next]  |  [Prev] Date [Next]

[greasemonkey-dev] GM_xhr and cookies Anthony Lieuallen Fri Mar 09 09:00:37 2012

Ref: https://github.com/greasemonkey/greasemonkey/issues/1169

Consider: the third-party cookie setting (network.cookie.cookieBehavior) is
set to "1 - Only cookies from the originating server are allowed."

A) A script does a GM_xhr to the same origin as the page it's running in.
Should cookies be transmitted in the request?
B) A script does a GM_xhr to a different origin than what the page it's
running in.  Should cookies be transmitted in the request?

Currently, cookies are always transmitted when third party cookies are set
on, and never when off.

-- 
You received this message because you are subscribed to the Google Groups 
"greasemonkey-dev" group.
To post to this group, send email to [EMAIL PROTECTED]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/greasemonkey-dev?hl=en.