blob: cf5a46e051ffd5b9bc79d4d925cf46f72dee7735 [file] [log] [blame]
#!/usr/bin/env python3
import os
import sys
sys.stdout.write('Content-Type: text/html\r\n')
if os.environ.get('HTTP_ORIGIN'):
sys.stdout.write(
'Access-Control-Allow-Origin: null\r\n'
'\r\n'
'PASS'
)
else:
sys.stdout.write('\r\n')