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
One workaround is to disable CSP rules in development, but ideally, CSP rules should be the same in dev and prod to avoid crashes if an unrelated package also abuses eval-like constructs
The text was updated successfully, but these errors were encountered:
React-axe doesn't work when loaded in a page with strict content security policies (e.g. it throws EvalError if e.g.
script-src 'self'
)One workaround is to disable CSP rules in development, but ideally, CSP rules should be the same in dev and prod to avoid crashes if an unrelated package also abuses eval-like constructs
The text was updated successfully, but these errors were encountered: