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
Helmet CSP is currently disabled in server.ts because PreTeXt compiles require inline scripts. We should isolate the preview to prevent XSS risks, perhaps by using a separate sandboxed subdomain or a stricter iframe sandbox configuration.
Helmet CSP is currently disabled in
server.tsbecause PreTeXt compiles require inline scripts. We should isolate the preview to prevent XSS risks, perhaps by using a separate sandboxed subdomain or a stricter iframe sandbox configuration.