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
HTML Reporter: Avoid inline styles to support CSP without 'unsafe-inline'
Using `style` attribute in parsed HTML requires Content-Security-Policy (CSP)
style-src 'unsafe-inline'. This makes testing that a library or an
application does not violate a strict CSP more difficult.
Closes#1369.
0 commit comments