Skip to content

Commit a84a08e

Browse files
committed
update the owasp mock
1 parent d59ec72 commit a84a08e

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

test/json/newOWASP.json

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"last_update_utc": "2023-05-26 12:22:30",
2+
"last_update_utc": "2024-09-19 21:29:28",
33
"headers": [
44
{
55
"name": "Cache-Control",
@@ -15,7 +15,7 @@
1515
},
1616
{
1717
"name": "Cross-Origin-Embedder-Policy",
18-
"value": "credentialless"
18+
"value": "require-corp"
1919
},
2020
{
2121
"name": "Cross-Origin-Opener-Policy",
@@ -27,19 +27,15 @@
2727
},
2828
{
2929
"name": "Permissions-Policy",
30-
"value": "accelerometer=(),ambient-light-sensor=(),autoplay=(),battery=(),camera=(),display-capture=(),document-domain=(),encrypted-media=(),fullscreen=(),gamepad=(),geolocation=(),gyroscope=(),layout-animations=(self),legacy-image-formats=(self),magnetometer=(),microphone=(),midi=(),oversized-images=(self),payment=(),picture-in-picture=(),publickey-credentials-get=(),speaker-selection=(),sync-xhr=(self),unoptimized-images=(self),unsized-media=(self),usb=(),screen-wake-lock=(),web-share=(),xr-spatial-tracking=()"
31-
},
32-
{
33-
"name": "Pragma",
34-
"value": "no-cache"
30+
"value": "accelerometer=(), autoplay=(), camera=(), cross-origin-isolated=(), display-capture=(), encrypted-media=(), fullscreen=(), geolocation=(), gyroscope=(), keyboard-map=(), magnetometer=(), microphone=(), midi=(), payment=(), picture-in-picture=(), publickey-credentials-get=(), screen-wake-lock=(), sync-xhr=(self), usb=(), web-share=(), xr-spatial-tracking=(), clipboard-read=(), clipboard-write=(), gamepad=(), hid=(), idle-detection=(), interest-cohort=(), serial=(), unload=()"
3531
},
3632
{
3733
"name": "Referrer-Policy",
3834
"value": "no-referrer"
3935
},
4036
{
4137
"name": "Strict-Transport-Security",
42-
"value": "max-age=31536000 ; includeSubDomains"
38+
"value": "max-age=31536000; includeSubDomains"
4339
},
4440
{
4541
"name": "X-Content-Type-Options",

0 commit comments

Comments
 (0)