Remove default CSP header content partly #280
-
Hey, is there any way to remove the default |
Beta Was this translation helpful? Give feedback.
Answered by
dargmuesli
Nov 8, 2023
Replies: 2 comments 6 replies
-
Hey, Have you tried: security: {
headers: {
contentSecurityPolicy: {
'script-src-attr': false,
}
},
} |
Beta Was this translation helpful? Give feedback.
6 replies
-
Closing as the feature was implemented :) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I raised #286 to address this