Home | History | Annotate | Download | only in safe_mode
      1 <p>This should be stripped/escaped in safe_mode.</p>
      2 <p>&lt;script&gt;
      3 alert(&quot;Hello world!&quot;)
      4 &lt;/script&gt;</p>
      5 <p>With blank lines.</p>
      6 <p>&lt;script&gt;
      7 
      8 alert(&quot;Hello world!&quot;)
      9 
     10 &lt;/script&gt;</p>
     11 <p>Now with some weirdness</p>
     12 <p><code>&lt;script &lt;!--
     13 alert("Hello world!")
     14 &lt;/script &lt;&gt;</code> `</p>
     15 <p>Try another way.</p>
     16 <p>&lt;script &lt;!--
     17 alert(&quot;Hello world!&quot;)
     18 &lt;/script &lt;&gt;
     19 
     20 This time with blank lines.
     21 
     22 &lt;script &lt;!--
     23 
     24 alert(&quot;Hello world!&quot;)
     25 
     26 &lt;/script &lt;&gt;
     27 
     28 </p>