Skip to content

Commit

Permalink
Remove browserSniff option
Browse files Browse the repository at this point in the history
  • Loading branch information
bobsilverberg committed Aug 13, 2020
1 parent b6bdfdc commit bf35d79
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/server/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,6 @@ export const createServer = ({
app.use(
helmet.contentSecurityPolicy({
directives: baseCSP,
browserSniff: false,
}),
);

Expand Down Expand Up @@ -248,7 +247,6 @@ export const createServer = ({
app.use(
helmet.contentSecurityPolicy({
directives: prodCSP,
browserSniff: false,
}),
);

Expand Down Expand Up @@ -286,7 +284,6 @@ export const createServer = ({
],
styleSrc: ["'self'", "'unsafe-inline'"],
},
browserSniff: false,
}),
);

Expand Down

0 comments on commit bf35d79

Please sign in to comment.