Paul Pace <p...@mostlybsd.com> writes:

> When I load a page from OpenBSD served with relayd and httpd with 
> Content-Security-Policy set to default-src self, I can see that a basic 
> HTML page that normally renders with all of the text in the center is 
> now rendered on the left.

When you enable content security policy, it will block inline styles.

You would need to look at the headers to see what the ubuntu/nginx setup
is adding to allow them.

https://content-security-policy.com/examples/allow-inline-style/

Allan

Reply via email to