irc/limnoria/titlefetching.md: add instagram to blocked

This commit is contained in:
Aminda Suomalainen 2021-06-17 14:10:04 +03:00
parent 3489a49c8f
commit 95c2cfb59d
Signed by: Mikaela
GPG Key ID: 99392F62BAE30723

View File

@ -40,9 +40,9 @@ config channel #CHAN plugins.web.titleSnarfer True
## Excluding domains from titlefetching
```
config supybot.plugins.Web.nonSnarfingRegexp m/(t.me|matrix.to|facebook.com)/
config supybot.plugins.Web.nonSnarfingRegexp m/(t.me|matrix.to|facebook.com|instagram.com)/
```
* regexp to block t.me, matrix.to & facebook.com, which are the first useless
examples I have encountered recently. I just stole the regexp from
[canonical Limnoria](https://github.com/ProgVal/Limnoria/wiki/Canonical-%23limnoria-doc)
* regexp to block the listed domains, which are the first useless
examples I have encountered recently. I just stole the regexp from
[canonical Limnoria](https://github.com/ProgVal/Limnoria/wiki/Canonical-%23limnoria-doc)