-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.php
More file actions
45 lines (42 loc) · 1.09 KB
/
index.php
File metadata and controls
45 lines (42 loc) · 1.09 KB
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
<html>
<head>
<title>HTMLPurifier Tutorial Index</title>
</head>
<body>
<h1>HTMLPurifier Tutorial</h1>
<p>HTMLPurifier is a filter library built by Edward Z. Yang. It does a number of things. Specifically, HTMLPurifier can change the character set of web content, prevent XSS, and modify content for Document Type Definition (DTD) compliance-- and more. Simply, it takes a chunk of your web page if not all of it and makes it more web browser friendly, safer for your systems, safer for the visitor, or all of the above.</p>
<h2>Index</h2>
<ul>
<li>Version 4.4.0</li>
<li>
<ul>
<li>Installation</li>
<li>
<ul>
<li>Normal</li>
<li>Standalone</li>
</ul>
</li>
<li>Configurations</li>
<li>
<ul>
<li>Basic</li>
<li>
<ul>
<li>Bare Minimum</li>
</ul>
</li>
<li>Advanced</li>
</ul>
</li>
<li>Usage Examples</li>
<li>
<ul>
<li>User Input Sanitization</li>
</ul>
</li>
</ul>
</li>
</ul>
</body>
</html>