From 5f8de423f190bbb79a62f804151bc24824fa32d8 Mon Sep 17 00:00:00 2001 From: "Matt A. Tobin" Date: Fri, 2 Feb 2018 04:16:08 -0500 Subject: Add m-esr52 at 52.6.0 --- .../pywebsocket/src/example/special_headers.cgi | 28 ++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100755 testing/web-platform/tests/tools/pywebsocket/src/example/special_headers.cgi (limited to 'testing/web-platform/tests/tools/pywebsocket/src/example/special_headers.cgi') diff --git a/testing/web-platform/tests/tools/pywebsocket/src/example/special_headers.cgi b/testing/web-platform/tests/tools/pywebsocket/src/example/special_headers.cgi new file mode 100755 index 000000000..ea5080f1f --- /dev/null +++ b/testing/web-platform/tests/tools/pywebsocket/src/example/special_headers.cgi @@ -0,0 +1,28 @@ +#!/usr/bin/python + +# Copyright 2014 Google Inc. All rights reserved. +# +# Use of this source code is governed by a BSD-style +# license that can be found in the COPYING file or at +# https://developers.google.com/open-source/licenses/bsd + +"""CGI script sample for testing effect of HTTP headers on the origin page. + +Note that CGI scripts don't work on the standalone pywebsocket running in TLS +mode. +""" + + +print """Content-type: text/html +Content-Security-Policy: connect-src self + + + + + + + + +""" -- cgit v1.2.3