I want to write an IIS Rewrite rule that detects <script> markup containing a specific string. The normal mechanism for matching on <script> involves matching against the src. I have therefore looked at creating a custom tag, but that has proved problematic.
According to a large PDF I downloaded…
Top comments (0)