diff options
| author | cui fliter <imcusg@gmail.com> | 2024-01-15 14:52:10 +0800 |
|---|---|---|
| committer | Gopher Robot <gobot@golang.org> | 2025-03-15 13:12:47 -0700 |
| commit | e0edd3e15519eb10a885d99422878596acd97899 (patch) | |
| tree | 2b689847d6fa7fde8830506bf7115d66ae1ab42b /src | |
| parent | bb6a4000283d8599dbb6a6a28763268f8632036d (diff) | |
| download | go-e0edd3e15519eb10a885d99422878596acd97899.tar.xz | |
html/template: replace end-of-life link
Fix #65044
Change-Id: I5bf9c1cf2e9d3ae1e4bbb8f2653512c710db370b
Reviewed-on: https://go-review.googlesource.com/c/go/+/555815
Auto-Submit: Sean Liao <sean@liao.dev>
Reviewed-by: David Chase <drchase@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Auto-Submit: Ian Lance Taylor <iant@google.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
Diffstat (limited to 'src')
| -rw-r--r-- | src/html/template/doc.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/html/template/doc.go b/src/html/template/doc.go index b7be04cbd0..4d880738e6 100644 --- a/src/html/template/doc.go +++ b/src/html/template/doc.go @@ -210,7 +210,7 @@ that would have been produced if {{.}} was a regular string. # Security Model -https://rawgit.com/mikesamuel/sanitized-jquery-templates/trunk/safetemplate.html#problem_definition defines "safe" as used by this package. +https://web.archive.org/web/20160501113828/http://js-quasis-libraries-and-repl.googlecode.com/svn/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 |
