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