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
as this engine depends on unsafe-inline and unsafe-eval in the script-src directives i decided to disable my csp only for this engine. to accomplish this i put the following into an initializer. with some more involved code one should be able to swap the existing policy in request.content_security_policy at runtime but i'll leave that to somebody else.
as this engine depends on
unsafe-inline
andunsafe-eval
in thescript-src
directives i decided to disable my csp only for this engine. to accomplish this i put the following into an initializer. with some more involved code one should be able to swap the existing policy inrequest.content_security_policy
at runtime but i'll leave that to somebody else.The text was updated successfully, but these errors were encountered: