tailscale/safeweb
Patrick O'Doherty af61179c2f
safeweb: add opt-in inline style CSP toggle (#11551)
Allow the use of inline styles with safeweb via an opt-in configuration
item. This will append `style-src "self" "unsafe-inline"` to the default
CSP. The `style-src` directive will be used in lieu of the fallback
`default-src "self"` directive.

Updates tailscale/corp#8027

Signed-off-by: Patrick O'Doherty <patrick@tailscale.com>
2024-03-28 13:15:01 -07:00
..
http.go safeweb: add opt-in inline style CSP toggle (#11551) 2024-03-28 13:15:01 -07:00
http_test.go safeweb: add opt-in inline style CSP toggle (#11551) 2024-03-28 13:15:01 -07:00