On Wed, 1 Feb 2017, Markus Trippelsdorf wrote:
Some colors on e.g. https://gcc.gnu.org/gcc-7/changes.html are nearly unreadable.
I recently noticed that gcc's website has an extremely strict Content Security Policy, which makes it harder to customize its appearance using for instance greasemonkey in firefox. Arguably, greasemonkey should disable CSP checks for the content injected by its scripts, and I can always make my browser pretend that gcc is returning a different CSP, but that seems complicated and unnecessary.
Would it be possible to allow unsafe-inline in style-src (assuming I read the doc correctly)? Possibly relax things even more if it helps other customization tools?
-- Marc Glisse