diff options
Diffstat (limited to 'vendor/github.com/microcosm-cc/bluemonday/helpers.go')
-rw-r--r-- | vendor/github.com/microcosm-cc/bluemonday/helpers.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/github.com/microcosm-cc/bluemonday/helpers.go b/vendor/github.com/microcosm-cc/bluemonday/helpers.go index dfa5868da8..089fe9db90 100644 --- a/vendor/github.com/microcosm-cc/bluemonday/helpers.go +++ b/vendor/github.com/microcosm-cc/bluemonday/helpers.go @@ -135,7 +135,7 @@ func (p *Policy) AllowStandardURLs() { // Most common URL schemes only p.AllowURLSchemes("mailto", "http", "https") - // For all anchors we will add rel="nofollow" if it does not already exist + // For linking elements we will add rel="nofollow" if it does not already exist // This applies to "a" "area" "link" p.RequireNoFollowOnLinks(true) } |