Page 2 of 2

Re: [RESOLVED]NS blocks payment and other functions on amazo

Posted: Thu Jan 23, 2014 8:01 pm
by Thrawn
Ah. That might actually be your problem.

NoScript interprets '*.example.com' to mean "all subdomains of example.com, but not example.com itself." And the cookies are apparently being set for amazon.de, not a subdomain.

If you want to include the domain as well as its subdomains, then drop the asterisk and just use a leading dot:

Code: Select all

.amazon.de
Does it work when you force HTTPS for .amazon.de?

Re: [RESOLVED]NS blocks payment and other functions on amazo

Posted: Fri Jan 24, 2014 7:34 pm
by bege
That's not the problem.
1. I tried and the problem comes back.
2. In my previous settings I excluded "www.amazon.de" from secure cookie management, not ".amazon.de". That made the problem disappear. The cookies with this url obviously did not make the problem although I had "*.amazon.de" in the settings. The asterisk must have included ".amazon.de".
I don't know what the "www.amazon.de" cookie is for. The name is "csm-hit", the content "147.94|1390591791112"
I'll be satisfied if I have to allow unsecured cookies for this url.

Re: [RESOLVED]NS blocks payment and other functions on amazo

Posted: Fri Jan 24, 2014 9:00 pm
by Thrawn
So...it breaks if you force https for .amazon.de?

If so, then probably https://amazon.de is unsupported.

Re: [RESOLVED]NS blocks payment and other functions on amazo

Posted: Sat Jan 25, 2014 5:18 am
by bege
Thrawn wrote:So...it breaks if you force https for .amazon.de?
No, it doesn't make a difference whether it is "*.amazon.de" or ".amazon.de".
It breaks as soon as I remove "www.amazon.de" from the list of unsecured cookies for HTTPS.