candy icon indicating copy to clipboard operation
candy copied to clipboard

Support a more restrictive Content-Security-Policy

Open linkmauve opened this issue 7 years ago • 0 comments

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.

linkmauve avatar Nov 26 '16 02:11 linkmauve