blob: baba3d810828ce5c46231f4a890baacfffd25a91 [file] [log] [blame]
# For ease in testing path reflections, pass any path component containing <'"
# (and subsequent characters) as the "q" query parameter to the script identified
# by the path components preceeding it.
RewriteEngine on
RewriteRule ^([^<"']*)/(.*) /security/xssAuditor/resources/$1?q=$2 [L,NS]