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
When CSP is enabled, Candy is unable to function properly.
The most obvious issues are the presence of the onsubmit, onchange, etc. attributes. The example.html file also ships some inline script which should be disallowed.
CSP is very important for a client like Candy since it provides an additional security against attackers embedding scripts or styles in their payloads.
The text was updated successfully, but these errors were encountered:
When CSP is enabled, Candy is unable to function properly.
The most obvious issues are the presence of the onsubmit, onchange, etc. attributes. The example.html file also ships some inline script which should be disallowed.
CSP is very important for a client like Candy since it provides an additional security against attackers embedding scripts or styles in their payloads.
The text was updated successfully, but these errors were encountered: