Content Security Policies
Content Security Policies let you have fine-grained control on what content your site can serve which helps you avoid XSS attacks.
Base Rules
script-src: ... https://cdn.browsee.io
connect-src: ... https://*.browsee.io wss://session.browsee.ioimg-src: ... https://static.browsee.io
style-src: ... https://static.browsee.io 'unsafe-inline'Inline Snippet
Refused to execute inline script because it violates the following Content
Security Policy directive: "script-src 'self'". Either the 'unsafe-inline'
keyword, a hash ('sha256-LIWxvaPcpStKaib3stZibHkJmqC6mzhCozh5zG32eP4='), or a
nonce ('nonce-...') is required to enable inline execution.Last updated