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
a report-uri pointing to the service's own /__cspreport__ endpoint
web API responses should return default-src 'none'; frame-ancestors 'none'; base-uri 'none'; report-uri /__cspreport__ to disallowing all content rendering, framing, and report violations
I'd suggest to use https://github.com/venables/koa-helmet like Firefox Send does (see https://github.com/mozilla/send/blob/master/server/routes/index.js), because it seems more maintained than alternatives.
The text was updated successfully, but these errors were encountered: