aboutsummaryrefslogblamecommitdiff
path: root/bin/defang.sed
blob: 0a9a314e1326f2b48d7aeb42200255ee48c07a4a (plain) (tree)
1
2
3
4



                                                                     
# Escape a dangerous URL to discourage it from being made into a link
s|^http|hxxp|
s|://|[&]|
s|\.|[&]|g