Closed Trickscenique closed 2 years ago
In order to apply inline style modify this file /etc/nginx/conf.d/your.kanboard.domain/kanboard.conf
Change this line more_set_headers "Content-Security-Policy: default-src 'self' 'unsafe-eval' data:"; to
more_set_headers "Content-Security-Policy: default-src 'self' 'unsafe-eval' data:";
more_set_headers "Content-Security-Policy: default-src 'self' 'unsafe-eval' data:; style-src 'self' 'unsafe-inline'";
Thanks for the fix! I hope this solves the issue.
Perfect !
In order to apply inline style modify this file /etc/nginx/conf.d/your.kanboard.domain/kanboard.conf
Change this line
more_set_headers "Content-Security-Policy: default-src 'self' 'unsafe-eval' data:";
tomore_set_headers "Content-Security-Policy: default-src 'self' 'unsafe-eval' data:; style-src 'self' 'unsafe-inline'";