commit | author | age | ||
2207d6 | 1 | URI.DefaultScheme |
W | 2 | TYPE: string/null |
3 | DEFAULT: 'http' | |
4 | --DESCRIPTION-- | |
5 | ||
6 | <p> | |
7 | Defines through what scheme the output will be served, in order to | |
8 | select the proper object validator when no scheme information is present. | |
9 | </p> | |
10 | ||
11 | <p> | |
12 | Starting with HTML Purifier 4.9.0, the default scheme can be null, in | |
13 | which case we reject all URIs which do not have explicit schemes. | |
14 | </p> | |
15 | --# vim: et sw=4 sts=4 |