diff --git a/docs/proposal-new-directives.txt b/docs/proposal-new-directives.txt index 79e09b00..4858033e 100644 --- a/docs/proposal-new-directives.txt +++ b/docs/proposal-new-directives.txt @@ -44,15 +44,16 @@ time. Note the naming convention: %Namespace.Directive %URI.DisableIPHosts - URIs that have IP addresses for hosts are disallowed. Be sure to also grab unusual encodings (dword, hex and octal), which may be currently be caught by regular DNS -%URI.DisableAbsoluteDNS - Remove extra dots after host names that trigger - absolute DNS. While this is actually the preferred method according to - the RFC, most people opt to use a relative domain name relative to . (root). %URI.DisableIDN - Disallow raw internationalized domain names. Punycode will still be permitted. %URI.ConvertUnusualIPHosts - transform dword/hex/octal IP addresses to the regular form +%URI.ConvertAbsoluteDNS - Remove extra dots after host names that trigger + absolute DNS. While this is actually the preferred method according to + the RFC, most people opt to use a relative domain name relative to . (root). %URI.DisableExternalResources - disallow resource links (i.e. URIs that result in immediate requests, such as src in IMG) to external websites +%HTML.DisableImg - disables all images