Sign in
webkit
/
WebKit
/
983b299acc32acd2faaf762fdcd3ded1f17c80ab
/
.
/
LayoutTests
/
http
/
tests
/
security
/
cookies
/
cookies-wrong-domain-rejected.py
blob: 015c351ddeed74091ecdff9b7df0ed9b2fa4a33d [
file
] [
log
] [
blame
]
#!/usr/bin/env python3
import
sys
sys
.
stdout
.
write
(
'Set-Cookie: one_cookie=shouldBeRejeced; domain=WrongDomain\r\n'
'Location: cookies-wrong-domain-rejected-result.py\r\n'
'Content-Type: text/html\r\n\r\n'
)