commit | 5b6d727f4a0d7f7a5a9353e0b2e40c3d9ff57d2e | [log] [tgz] |
---|---|---|
author | Akron <nils@diewald-online.de> | Thu Jan 21 11:26:02 2021 +0100 |
committer | Akron <nils@diewald-online.de> | Thu Jan 28 12:24:34 2021 +0100 |
tree | b2633054f55d458a8746d711127dfec9bfd08fe4 | |
parent | f4f26631280c5a1855dcddec01877b2260854a6c [diff] [blame] |
Improve CORS Change-Id: Id63a809fb235bfa25942188318f31eeb520adc05
diff --git a/t/page.t b/t/page.t index 68e2c25..88479f5 100644 --- a/t/page.t +++ b/t/page.t
@@ -32,6 +32,7 @@ ->content_like(qr/<script nonce/) ->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') ; # Test additions