Skip to content

Commit

Permalink
docs: add further description in test
Browse files Browse the repository at this point in the history
  • Loading branch information
Jesse Anderson committed Feb 2, 2022
1 parent 3fc9ace commit 19ca638
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/__tests__/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ describe('fortify-core entrypoint tests', () => {
const fortifiedHeaders = fortifyHeaders(
{
contentSecurityPolicy: false, // false will opt-out of the header default
crossOriginEmbedderPolicy: false,
crossOriginResourcePolicy: false,
crossOriginEmbedderPolicy: false, // and not add it to the final result
crossOriginResourcePolicy: false, // even though we are using defaults
crossOriginOpenerPolicy: {
unsafeNone: true,
},
Expand Down

0 comments on commit 19ca638

Please sign in to comment.