Answer the question
In order to leave comments, you need to log in
Content-Security-Policy error, how to fix?
htaccess has a line
Header set Content-Security-Policy "default-src * data: 'unsafe-inline' 'unsafe-eval'; script-src * data: 'unsafe-inline' 'unsafe-eval'; object-src * data: 'unsafe-inline' 'unsafe-eval'; style-src * data: 'unsafe-inline' 'unsafe-eval'; img-src * data: 'unsafe-inline'"
landbot-widget-1.0.0.js:22 Refused to load the stylesheet 'blob: https://myurl.url/ ' because it violates the following Content Security Policy directive: "style-src * data: 'unsafe-inline' 'unsafe-eval'". Note that 'style-src-elem' was not explicitly set, so 'style-src' is used as a fallback.
Answer the question
In order to leave comments, you need to log in
landbot-widget-1.0.0.js:22 Refused to load the stylesheet 'blob:
style-src *
and addblob:
style-src * blob:
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question