| Index: third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy/resources/frame-ancestors-and-x-frame-options.pl
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy/resources/frame-ancestors-and-x-frame-options.pl b/third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy/resources/frame-ancestors-and-x-frame-options.pl
|
| deleted file mode 100755
|
| index 74b317741201efba87dedb8cb0dd5cf8bee80198..0000000000000000000000000000000000000000
|
| --- a/third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy/resources/frame-ancestors-and-x-frame-options.pl
|
| +++ /dev/null
|
| @@ -1,16 +0,0 @@
|
| -#!/usr/bin/perl
|
| -use strict;
|
| -use CGI;
|
| -
|
| -my $cgi = new CGI;
|
| -
|
| -print "Content-Type: text/html; charset=UTF-8\n";
|
| -print "Content-Security-Policy: frame-ancestors " . $cgi->param("policy") . "\n";
|
| -print "X-Frame-Options: " . $cgi->param("xfo") . "\n\n";
|
| -
|
| -print "<!DOCTYPE html>\n";
|
| -print "<html>\n";
|
| -print "<body>\n";
|
| -print " <p>This is an IFrame sending a Content Security Policy header containing \"frame-ancestors " . $cgi->param("policy") . "\" and \"X-Frame-Options: " . $cgi->param("xfo") . "\".</p>\n";
|
| -print "</body>\n";
|
| -print "</html>\n";
|
|
|