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:
Does it work when you force HTTPS for .amazon.de?
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:
- .amazon.de
Does it work when you force HTTPS for .amazon.de?