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