package web import ( "net/http" "net/url" ) // contentSecurityPolicy is the panel's CSP. Everything the pages load — // stylesheet, HTMX, the panel's own script, the favicon — is served from // /static by this same origin, and no template carries an inline