-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1bfa90f
commit b26fad1
Showing
8 changed files
with
20 additions
and
16 deletions.
There are no files selected for viewing
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
* Plugin Name: Prevent XSS Vulnerability | ||
* Plugin URI: https://www.yasglobal.com/web-design-development/wordpress/prevent-xss-vulnerability/ | ||
* Description: This WordPress plugin enhances website security by preventing Cross-Site Scripting (XSS) vulnerabilities. It blocks and encodes malicious characters in URLs, escapes HTML in `$_GET` variables, and provides customizable settings for website owners. | ||
* Version: 2.0.1 | ||
* Version: 2.0.2 | ||
* Requires at least: 3.5 | ||
* Requires PHP: 5.6 | ||
* Author: Sami Ahmed Siddiqui | ||
|
@@ -18,7 +18,7 @@ | |
*/ | ||
|
||
/** | ||
* Prevent XSS Vulnerability - Secure your website from XSS Attacks | ||
* Prevent XSS Vulnerability - Secure your website from XSS Attacks. | ||
* Copyright (C) 2017-2024, Sami Ahmed Siddiqui <[email protected]> | ||
* | ||
* This program is free software: you can redistribute it and/or modify | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters