Skip to content

Improve XSS Protection

Compare
Choose a tag to compare
@fvoordeckers fvoordeckers released this 30 Nov 13:25
· 4 commits to master since this release
ae1992b

Modern browsers treat the backslash as normal slashes when used in the URLs. So instead of using the hash value "#page://google.com", we can use "#page:/\google.com" to bypasses the current protection.