Skip to content

Commit

Permalink
Fix cache-control check
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoColomb authored Oct 31, 2022
1 parent 268c83a commit 3be72d9
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions lib/basic-file-access.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
{
"target": "test.appcache",
"responseHeaders": {
"Cache-Control": null
"Cache-Control": false
}
},
{
Expand Down Expand Up @@ -85,7 +85,7 @@
{
"target": "test.geojson",
"responseHeaders": {
"Cache-Control": null
"Cache-Control": false
}
},
{
Expand All @@ -101,7 +101,7 @@
{
"target": "test.html",
"responseHeaders": {
"Cache-Control": null,
"Cache-Control": false,
"Content-Security-Policy": true,
"Permissions-Policy": true,
"Referrer-Policy": "strict-origin-when-cross-origin",
Expand All @@ -125,7 +125,7 @@
{
"target": "test.ics",
"responseHeaders": {
"Cache-Control": null
"Cache-Control": false
}
},
{
Expand Down Expand Up @@ -161,13 +161,13 @@
{
"target": "test.json",
"responseHeaders": {
"Cache-Control": null
"Cache-Control": false
}
},
{
"target": "test.jsonld",
"responseHeaders": {
"Cache-Control": null
"Cache-Control": false
}
},
"test.m4a",
Expand All @@ -180,19 +180,19 @@
{
"target": "test.map",
"responseHeaders": {
"Cache-Control": null
"Cache-Control": false
}
},
{
"target": "test.markdown",
"responseHeaders": {
"Cache-Control": null
"Cache-Control": false
}
},
{
"target": "test.md",
"responseHeaders": {
"Cache-Control": null
"Cache-Control": false
}
},
{
Expand Down Expand Up @@ -339,7 +339,7 @@
{
"target": "test.webapp",
"responseHeaders": {
"Cache-Control": null
"Cache-Control": false
}
},
"test.webm",
Expand Down Expand Up @@ -379,7 +379,7 @@
{
"target": "test.xml",
"responseHeaders": {
"Cache-Control": null,
"Cache-Control": false,
"Content-Security-Policy": true,
"Permissions-Policy": true,
"Referrer-Policy": "strict-origin-when-cross-origin",
Expand Down Expand Up @@ -424,7 +424,7 @@
"Access-Control-Allow-Origin": null,
"X-Powered-By": null,
"X-Content-Type-Options": "nosniff",
"Cache-Control": null,
"Cache-Control": false,
"Content-Security-Policy": true,
"Permissions-Policy": true,
"Referrer-Policy": "strict-origin-when-cross-origin",
Expand Down

0 comments on commit 3be72d9

Please sign in to comment.