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
If you add 'X-Content-Security_Policy' to your HTTP Repsonse Header, remember to externalize all of your javascript as well as HTML event handlers like onclick() or else they would be treated like XSS and not run.
Good practice: put javascript right before </body>
And follow other JS guidelines
The text was updated successfully, but these errors were encountered: