Security/Inline Scripts and Styles

From MozillaWiki
< Security
Revision as of 19:22, 8 January 2014 by Mgoodwin (talk | contribs) (Created page with "'''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 bar...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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.