Skip to content

Commit

Permalink
fix: Update README.md with archive link instead of dead link (#210)
Browse files Browse the repository at this point in the history
  • Loading branch information
NunoSempere authored Dec 20, 2024
1 parent 10b8ac6 commit e6d04e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ p.AllowDataURIImages()

That helper will enable GIF, JPEG, PNG and WEBP images.

It should be noted that there is a potential [security](http://palizine.plynt.com/issues/2010Oct/bypass-xss-filters/) [risk](https://capec.mitre.org/data/definitions/244.html) with the use of data URI links. You should only enable data URI links if you already trust the content.
It should be noted that there is a potential [security](https://web.archive.org/web/20120427103111/http://palizine.plynt.com/issues/2010Oct/bypass-xss-filters/) [risk](https://capec.mitre.org/data/definitions/244.html) with the use of data URI links. You should only enable data URI links if you already trust the content.

We also have some features to help deal with user generated content:
```go
Expand Down

0 comments on commit e6d04e3

Please sign in to comment.