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', ''))
)