Security/Inline Scripts and Styles
< Security
Jump to navigation
Jump to search
What's going on?
We're making changes to privileged pages (e.g. about:whatever) to separate out inline scripts and styles. This is happening because it's one of the barriers preventing us from applying a content security policy to such documents.
Can I help?
Sure. There's a tracking bug here. Many of its blockers will be good first bugs too.
What do I need to know to get started?
You'll need to know at least some HTML and JavaScript. You can probably learn some of the rest of what you need to know (like how to build firefox and run tests) as you go along.
Are there gotchas I should know about?
Yes, we'll be documenting some of these as we come across them.