Sign in
webkit
/
WebKit
/
0f9dda3eb5e8bee1224032800f3b156cd5ce812d
/
.
/
LayoutTests
/
http
/
tests
/
referrer-policy
/
resources
/
script.py
blob: 82323973f5c1bdca6ce7e6bdfa41ae0741a64429 [
file
] [
log
] [
blame
]
#!/usr/bin/env python3
import
os
import
sys
sys
.
stdout
.
write
(
'Cache: no-cache, no-store\r\n'
'Content-Type: text/html\r\n\r\n'
'checkReferrer(\'{}\');'
.
format
(
os
.
environ
.
get
(
'HTTP_REFERER'
,
''
))
)