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
At the very end of the minified version, there is a style tag being injected by tailwind that is blocked by the browser when including a Content-Security-Policy header. The content of the style tag is empty. Not sure if it is intended or not, but solved it by adding the sha256 of an empty string
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
At the very end of the minified version, there is a
style
tag being injected by tailwind that is blocked by the browser when including aContent-Security-Policy
header. The content of thestyle
tag is empty. Not sure if it is intended or not, but solved it by adding the sha256 of an empty stringI'm working with https://cdn.jsdelivr.net/npm/@tailwindcss/browser@4
Beta Was this translation helpful? Give feedback.
All reactions