Skip to content

Commit

Permalink
Test that Origin-Agent-Cluster is missing from default
Browse files Browse the repository at this point in the history
  • Loading branch information
EvanHahn committed Jan 18, 2021
1 parent 90145ac commit 0512673
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ describe("helmet", () => {
"content-security-policy":
"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests",
"expect-ct": "max-age=0",
"origin-agent-cluster": null,
"referrer-policy": "no-referrer",
"strict-transport-security": "max-age=15552000; includeSubDomains",
"x-content-type-options": "nosniff",
Expand Down

0 comments on commit 0512673

Please sign in to comment.