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
Looks like inline event handlers are used: this is causing issue with strict Content Security Policies.
It's best practice to replace them with addEventListener and put Javascript in external js file.
Looks like inline event handlers are used: this is causing issue with strict Content Security Policies.
It's best practice to replace them with addEventListener and put Javascript in external js file.