You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 1, 2023. It is now read-only.
provide a way to whitelist URI schemes; for example, http, https, mailto, irc are likely fine, javascript is not. This should affect links, link reference definitions, and autolinks
provide a way to specify rel="nofollow ugc" on all links, with no way to override from markdown content
provide a way to to filter images (to avoid injecting example.com/trackme.gif); for example:
whitelist domains
switch them to a privacy-preserving proxy (which would need to avoid open proxy issues)
these should not be explicitly supported - instead a general mechanism should be implemented to allow people to implement whatever fits their needs the best