Sign in
webkit
/
WebKit
/
0f9dda3eb5e8bee1224032800f3b156cd5ce812d
/
.
/
LayoutTests
/
http
/
tests
/
navigation
/
resources
/
no-store-frame.py
blob: e6b1eb57012840a52fc150b083e0da363c643d1a [
file
] [
log
] [
blame
]
#!/usr/bin/env python3
import
sys
sys
.
stdout
.
write
(
'cache-control: no-store\r\n'
'Content-Type: text/html\r\n\r\n'
'TEST FRAME\n'
)