Skip to content

Commit

Permalink
BAU: Remove Certificate Transparency option
Browse files Browse the repository at this point in the history
The `Expect-CT` header is now deprecated (see https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Expect-CT)
and helmet dropped support for it as of helmet v7 (helmetjs/helmet#310)
  • Loading branch information
alex9smith committed Jul 13, 2023
1 parent f964a04 commit 0601d4a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/config/helmet.ts
Expand Up @@ -39,5 +39,4 @@ export const helmetConfiguration: Parameters<typeof helmet>[0] = {
},
referrerPolicy: false,
permittedCrossDomainPolicies: false,
expectCt: false,
};

0 comments on commit 0601d4a

Please sign in to comment.