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
I hit a problem with masked ::before for checkbox. I use this css library in website loaded inside of iframe in closed environment with very strict rules. Console contains this error:
Refused to load the image 'data:image/svg+xml;base64,PHN2.....3ZnPgo=' because it violates the following Content Security Policy directive: "default-src 'self' hidden-hostname-1 https://localhost:4746 https://localhost:4748 hidden-hostname-2 'unsafe-inline' 'unsafe-eval'". Note that 'img-src' was not explicitly set, so 'default-src' is used as a fallback.
Even if you don't use this svg and remove ::before, the checkbox looks good
Would it be possible to remove this custom svg for checkbox?
The text was updated successfully, but these errors were encountered:
I hit a problem with masked ::before for checkbox. I use this css library in website loaded inside of iframe in closed environment with very strict rules. Console contains this error:
Even if you don't use this svg and remove ::before, the checkbox looks good
Would it be possible to remove this custom svg for checkbox?
The text was updated successfully, but these errors were encountered: