Changes between Initial Version and Version 1 of Ticket #10237
- Timestamp:
- 06/22/2009 11:30:58 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #10237
-
Property
Summary
changed from
Interesting new feature in Mozilla to prevent XSS
toImplement the new Mozilla feature to prevent XSS
-
Property
Summary
changed from
-
Ticket #10237 – Description
initial v1 1 1 http://blogs.zdnet.com/security/?p=3654 2 3 1. Here’s how Content Security Policy can provide a way for server administrators to reduce or eliminate their XSS attack surface. Website administrators specify which domains the browser should treat as valid sources of script. 4 5 2. The browser will only execute script in source files from the white-listed domains and will disregard everything else, including inline scripts and event-handling HTML attributes. 6 - Note: event-handling is still enabled in CSP without using HTML attributes. 7 8 3. Sites that never want to have JavaScript included in their pages can choose to globally disallow script.