diff options
Diffstat (limited to 'libgo/go/html/template/doc.go')
-rw-r--r-- | libgo/go/html/template/doc.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libgo/go/html/template/doc.go b/libgo/go/html/template/doc.go index 1827403..e1e9cad 100644 --- a/libgo/go/html/template/doc.go +++ b/libgo/go/html/template/doc.go @@ -166,7 +166,7 @@ that would have been produced if {{.}} was a regular string. Security Model -http://js-quasis-libraries-and-repl.googlecode.com/svn/trunk/safetemplate.html#problem_definition defines "safe" as used by this package. +https://rawgit.com/mikesamuel/sanitized-jquery-templates/trunk/safetemplate.html#problem_definition defines "safe" as used by this package. This package assumes that template authors are trusted, that Execute's data parameter is not, and seeks to preserve the properties below in the face |