Changeset 3321815
- Timestamp:
- 07/03/2025 01:30:10 PM (9 months ago)
- Location:
- prevent-xss-vulnerability
- Files:
-
- 2 edited
-
tags/2.1.0/readme.txt (modified) (4 diffs)
-
trunk/readme.txt (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
prevent-xss-vulnerability/tags/2.1.0/readme.txt
r3321809 r3321815 9 9 10 10 This WordPress plugin boosts your website's security by stopping Cross-Site Scripting (XSS) attacks. It blocks and encodes harmful characters in URLs, safely handles HTML in `$_GET` variables, and offers settings you can customize. 11 12 11 13 12 == Description == … … 42 41 * Less than Sign `<` 43 42 * Greater than Sign `>` 44 * Grave Accent <code>`</code>43 * Grave Accent ` 45 44 * Caret `^` 46 45 * Opening Square Bracket `[` … … 112 111 === 2.1.0 - July 03, 2025 === 113 112 114 * Key Changes & Improvements:**113 * **Key Changes & Improvements:** 115 114 * **Enhanced Console Visibility:** The prominent "Stop!" message now appears in a much larger (48px), bold, red font with a black text shadow to grab immediate attention. The main warning message also uses a larger, more readable font (20px). 116 115 * **Improved Console Grouping:** The entire Self-XSS warning is now grouped within a `console.group('Self-XSS Warning')` block. This keeps all related messages together in the developer console, making the warning stand out and preventing it from getting lost among other console output. … … 119 118 120 119 * For a detailed changelog of earlier versions, please refer to the separate `changelog.txt` file. 121 ``` -
prevent-xss-vulnerability/trunk/readme.txt
r3321809 r3321815 9 9 10 10 This WordPress plugin boosts your website's security by stopping Cross-Site Scripting (XSS) attacks. It blocks and encodes harmful characters in URLs, safely handles HTML in `$_GET` variables, and offers settings you can customize. 11 12 11 13 12 == Description == … … 42 41 * Less than Sign `<` 43 42 * Greater than Sign `>` 44 * Grave Accent <code>`</code>43 * Grave Accent ` 45 44 * Caret `^` 46 45 * Opening Square Bracket `[` … … 112 111 === 2.1.0 - July 03, 2025 === 113 112 114 * Key Changes & Improvements:**113 * **Key Changes & Improvements:** 115 114 * **Enhanced Console Visibility:** The prominent "Stop!" message now appears in a much larger (48px), bold, red font with a black text shadow to grab immediate attention. The main warning message also uses a larger, more readable font (20px). 116 115 * **Improved Console Grouping:** The entire Self-XSS warning is now grouped within a `console.group('Self-XSS Warning')` block. This keeps all related messages together in the developer console, making the warning stand out and preventing it from getting lost among other console output. … … 119 118 120 119 * For a detailed changelog of earlier versions, please refer to the separate `changelog.txt` file. 121 ```
Note: See TracChangeset
for help on using the changeset viewer.