commit | 88fc41cb41d388922314b76ddfe841a750bcd0e2 | [log] [tgz] |
---|---|---|
author | Akron <nils@diewald-online.de> | Thu Jan 21 15:25:49 2021 +0100 |
committer | Akron <nils@diewald-online.de> | Thu Jan 28 12:45:18 2021 +0100 |
tree | e424adfd735feb54be4cc1ffad86191e42bbe06a | |
parent | 5b6d727f4a0d7f7a5a9353e0b2e40c3d9ff57d2e [diff] |
Introduce X-Frame-Origin header Change-Id: Ia9b66297c68f819b26158c79fb2da6572c784898
diff --git a/t/page.t b/t/page.t index 88479f5..c9bce7f 100644 --- a/t/page.t +++ b/t/page.t
@@ -33,6 +33,7 @@ ->content_like(qr/document\.body\.classList\.remove\(\'no-js\'\);/) ->header_is('X-Content-Type-Options', 'nosniff') ->header_is('Access-Control-Allow-Methods','GET, POST, OPTIONS') + ->header_is('X-Frame-Options', 'sameorigin') ; # Test additions