-
-
Notifications
You must be signed in to change notification settings - Fork 358
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upstream is using extensively PHP_SELF which is the source of XSS vulnerabilities. This patch removes PHP_SELF and uses ? when possible, and also forces the use of SCRIPT_NAME instead of PHP_SELF.do-not-use-PHP_SELF-to-avoid-xss
- Loading branch information
1 parent
a5fd9cb
commit 1ca484b
Showing
1 changed file
with
5 additions
and
5 deletions.
There are no files selected for viewing
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