You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can see there's only a small handful of whitelisted inline scripts in the generated policy and dozens of inline-script/styles errors are thrown on load.
We're using Gatsby v2.17.15 with gatsby-plugin-sass for styles. The problem remains even if I remove the directives node from this plugin.
Any help would be appreciated, thank you.
The text was updated successfully, but these errors were encountered:
Hello, I'm noticing the plugin is only adding a small portion of the required inline scripts/styles which is throwing errors and breaking my site.
My plugin config looks like:
This generates a CSP like:
You can see there's only a small handful of whitelisted inline scripts in the generated policy and dozens of inline-script/styles errors are thrown on load.
We're using Gatsby
v2.17.15
withgatsby-plugin-sass
for styles. The problem remains even if I remove thedirectives
node from this plugin.Any help would be appreciated, thank you.
The text was updated successfully, but these errors were encountered: