Ignore more JavaScript non-URLs

This commit is contained in:
Ivan Kozik 2014-09-23 01:07:28 +00:00
parent c05ecaf70e
commit 74b96843c5

View File

@ -34,6 +34,7 @@
"/%22\\+[^/]+\\+%22",
"/%27%20\\+[^/]+\\+%20%27",
"/%22%20\\+[^/]+\\+%20%22",
"/\\\\+(%22|%27)",
"/\\\\+[\"']",
"/\\\\/\\\\/",
"/'\\+[^/]+\\+'",