Skip to content

Commit 80895b0

Browse files
committed
these are cdn-only too
1 parent 804c078 commit 80895b0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/cdn-cache-control.mjs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -284,6 +284,7 @@ export default
284284
{
285285
name: 'CDN must not reuse a cached response with `CDN-Cache-Control: private`, even with `Cache-Control: max-age` and `Expires`',
286286
id: 'cdn-private',
287+
cdn_only: true,
287288
requests: [
288289
{
289290
response_headers: [
@@ -302,6 +303,7 @@ export default
302303
{
303304
name: 'CDN must not reuse a cached response with `CDN-Cache-Control: no-cache`, even with `Cache-Control: max-age` and `Expires`',
304305
id: 'cdn-no-cache',
306+
cdn_only: true,
305307
requests: [
306308
{
307309
response_headers: [

0 commit comments

Comments
 (0)