Skip to content

Commit

Permalink
BAU: Remove Certificate Transparency option
Browse files Browse the repository at this point in the history
This is deprecated as of helmet v7 (helmetjs/helmet#310)
  • Loading branch information
alex9smith committed Jul 13, 2023
1 parent f964a04 commit 6f857fb
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 6f857fb

Please sign in to comment.