update chat filter

pull/2317/merge
Thibault Duplessis 2017-01-17 17:52:51 +01:00
parent 68784b5f4f
commit cca9d63e6f
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@ var regex = new RegExp([
'eb.by/',
'001.rs/',
'shr.name/',
'u.to/',
].map(function(url) {
return url.replace(/\./g, '\\.').replace(/\//g, '\\/');
}).join('|'));