Sign in
webkit
/
WebKit
/
60c3f717a9141a0f8afd6e8437d26c6404e4424c
/
.
/
LayoutTests
/
http
/
tests
/
app-privacy-report
/
resources
/
frame-with-authenticated-resource.py
blob: 848d0fd1a6d6c099aad61e004242e2389553e941 [
file
] [
log
] [
blame
]
#!/usr/bin/env python3
import
sys
sys
.
stdout
.
write
(
'Cache-Control: max-age=0\r\n'
'Etag: 123456789\r\n'
'Content-Type: text/html\r\n\r\n'
'<!DOCTYPE html>\n'
'<body>\n'
'<script src="resource-with-auth.py"></script>\n'
'</body>\n'
)