Skip to content

Commit

Permalink
Ignore case of script tags to make sure they're removed. Fixes #5668.…
Browse files Browse the repository at this point in the history
… Thanks to Motty/Fudgey for the report and Jitter for the patch!
  • Loading branch information
dmethvin authored and jeresig committed Dec 17, 2009
1 parent b31b9bd commit fe7e2fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ajax.js
@@ -1,5 +1,5 @@
var jsc = now(),
rscript = /<script(.|\s)*?\/script>/g,
rscript = /<script(.|\s)*?\/script>/gi,
rselectTextarea = /select|textarea/i,
rinput = /color|date|datetime|email|hidden|month|number|password|range|search|tel|text|time|url|week/i,
jsre = /=\?(&|$)/,
Expand Down

0 comments on commit fe7e2fe

Please sign in to comment.