Add `safeUrl`; disable `safeHtmlAttr`; rename `safeCSS` to `safeCss`
authorAnthony Fok <foka@debian.org>
Tue, 20 Jan 2015 06:41:22 +0000 (23:41 -0700)
committerAnthony Fok <foka@debian.org>
Tue, 20 Jan 2015 06:41:22 +0000 (23:41 -0700)
commit724cc0ddff3427a37b1fa4367880fce23bb4f1f8
treeb2e3ffe9635b09dc36b2299bf8a91fd8cc6f202b
parentf5946ea3ddf4ae4256b0ef6a8ccf73fb9d1253cf
Add `safeUrl`; disable `safeHtmlAttr`; rename `safeCSS` to `safeCss`

- Add `safeUrl` template function (Fixes #347)
- Add TestSafeUrl() fashioned after @tatsushid great examples
- Disable `safeHtmlAttr` pending further discussions on its other
  use cases because `safeUrl` is a cleaner solution to #347.
  (There are also `safeJs` and `safeJsStr` that we could implement
  if there are legitimate demands for them.)
- Rename `safeCSS` to `safeCss` (to follow the convention of `safeHtml`)
- Add/expand documentation on `safeHtml`, `safeCss` and `safeUrl`
docs/content/templates/functions.md
tpl/template.go
tpl/template_test.go