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
Using the django-csp package, I get the following error repeated twice in the browser console for both pieces of code below because inline styling is being used:
Refused to apply inline style because it violates the following Content Security Policy directive: "style-src 'self'. Either the 'unsafe-inline' keyword, a hash ('sha256-/hY9Yi5OpZMcXIYnTAVa79/aVAeq0Wn0Ahh5wBnXHd0='), or a nonce ('nonce-...') is required to enable inline execution.
Using the django-csp package, I get the following error repeated twice in the browser console for both pieces of code below because inline styling is being used:
Refused to apply inline style because it violates the following Content Security Policy directive: "style-src 'self'. Either the 'unsafe-inline' keyword, a hash ('sha256-/hY9Yi5OpZMcXIYnTAVa79/aVAeq0Wn0Ahh5wBnXHd0='), or a nonce ('nonce-...') is required to enable inline execution.
<ul class="star-ratings-rating-foreground" style="width: 60%">
The text was updated successfully, but these errors were encountered: