Changeset 358889
- Timestamp:
- 03/11/2011 06:51:46 PM (15 years ago)
- Location:
- content-security-policy/trunk
- Files:
-
- 2 added
- 1 edited
-
readme.txt (modified) (3 diffs)
-
screenshot-3.png (added)
-
screenshot-4.png (added)
Legend:
- Unmodified
- Added
- Removed
-
content-security-policy/trunk/readme.txt
r248566 r358889 3 3 Tags: security, xss, csp 4 4 Requires at least: 2.9 5 Tested up to: 2.9.26 Stable tag: 0. 25 Tested up to: 3.1 6 Stable tag: 0.3 7 7 8 8 Content Security Policy prevents content injection attacks by specifying valid sources of content for a site. … … 14 14 The Content Security Policy plugin provides WordPress administrators a mechanism to specify a custom policy, or adopt a recommended policy based on the types and sources of content present in their site. 15 15 16 Tested in Firefox 3.6 and Firefox 4, Chrome 10, and Safari 5. 17 16 18 == Screenshots == 17 19 18 20 1. CSP configuration page making a policy reccommendation. 19 21 2. New panel in media uploader allows direct creation of script files in the uploads directory. 22 3. CSP configuration page in Chrome. 23 4. CSP configuration page in Safari. 20 24 21 25 == Installation == … … 27 31 == Changelog == 28 32 33 = 0.3 = 34 * Updated to be compatible with WordPress 3.0 and WordPress 3.1 35 * Removed json.js (since WordPress ships w/ jQuery 1.4 now) 36 * Added "restore default settings" button 37 * Fixed a layout bug in the CSP Settings Page 38 * Fixed JSON encoding bug in the list of posts to analyze 39 29 40 = 0.2 = 30 41 * Fixed origin mismatch problem for https:// admin page users
Note: See TracChangeset
for help on using the changeset viewer.