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
Currently I need to add additional rules for my Content-Security-Policy because of aieditor: Content-Security-Policy: default-src 'self'; font-src 'self' data:; style-src 'self' 'unsafe-inline'
Content-Security-Policy: default-src 'self' does not work, because woff file and inline CSS is included in JS. Please fix this security issue. Please move inline CSS to CSS file and inline font to extrenal font file
The text was updated successfully, but these errors were encountered:
TobiasKrais
changed the title
Better XSS protection
Security: remove inline CSS and inline fonts using data: URL
Jan 29, 2025
Currently I need to add additional rules for my Content-Security-Policy because of aieditor:
Content-Security-Policy: default-src 'self'; font-src 'self' data:; style-src 'self' 'unsafe-inline'
Content-Security-Policy: default-src 'self'
does not work, because woff file and inline CSS is included in JS. Please fix this security issue. Please move inline CSS to CSS file and inline font to extrenal font fileThe text was updated successfully, but these errors were encountered: