No edit summary |
No edit summary |
||
Line 8: | Line 8: | ||
# * Every non-blank line is a regex fragment which will only match hosts inside URLs | # * Every non-blank line is a regex fragment which will only match hosts inside URLs | ||
# | #### NEW: Block all URLs (with exemptions in MediaWiki:Spam-whitelist) | ||
. | |||
#gambling spammers | #### OLD | ||
yasno\. | ## #attempt to block everything by default | ||
\1win\. | ## \b.*\.(com|net|org|tk|co|cc|nl|cz|cn|fr|de|biz|int|io|ua|dream|shop|wiki|edu|kr|cn|au|nz|xyz|ph|az|site|kz|ch|in|sch|id|my|us|click|itsb|ac|win|hd|club|tw|ca|info) | ||
mostbet\. | ## | ||
aviatrix\. | ## #gambling spammers | ||
\aviatrix\. | ## yasno\. | ||
\aviatrix\. | ## \1win\. | ||
\aviatrix-crash\. | ## mostbet\. | ||
\casino | ## aviatrix\. | ||
casino\. | ## \aviatrix\. | ||
poker\. | ## \aviatrix\. | ||
brazil\. | ## \aviatrix-crash\. | ||
phone\. | ## \casino | ||
billion\. | ## casino\. | ||
kazyavki\. | ## poker\. | ||
## brazil\. | |||
#block the government (because its entirely unrelated) | ## phone\. | ||
\.gov | ## billion\. | ||
## kazyavki\. | |||
#consistent spam from overseas domains | ## | ||
\.ua | ## #block the government (because its entirely unrelated) | ||
\.ru | ## \.gov | ||
## | |||
#viagra spammer | ## #consistent spam from overseas domains | ||
.*viagra.* | ## \.ua | ||
.*levitra.* | ## \.ru | ||
.*cialis\b | ## | ||
.*kamagra.* | ## #viagra spammer | ||
## .*viagra.* | |||
## .*levitra.* | |||
## .*cialis\b | |||
## .*kamagra.* | |||
#</pre> <!-- leave this line exactly as it is --> | #</pre> <!-- leave this line exactly as it is --> |
Revision as of 22:12, 7 February 2024
#
# External URLs matching this list will be blocked when added to a page. # This list affects only this wiki; refer also to the global block list. # For documentation see https://www.mediawiki.org/wiki/Special:MyLanguage/Extension:SpamBlacklist # # Syntax is as follows: # * Everything from a "#" character to the end of the line is a comment # * Every non-blank line is a regex fragment which will only match hosts inside URLs #### NEW: Block all URLs (with exemptions in MediaWiki:Spam-whitelist) . #### OLD ## #attempt to block everything by default ## \b.*\.(com|net|org|tk|co|cc|nl|cz|cn|fr|de|biz|int|io|ua|dream|shop|wiki|edu|kr|cn|au|nz|xyz|ph|az|site|kz|ch|in|sch|id|my|us|click|itsb|ac|win|hd|club|tw|ca|info) ## ## #gambling spammers ## yasno\. ## \1win\. ## mostbet\. ## aviatrix\. ## \aviatrix\. ## \aviatrix\. ## \aviatrix-crash\. ## \casino ## casino\. ## poker\. ## brazil\. ## phone\. ## billion\. ## kazyavki\. ## ## #block the government (because its entirely unrelated) ## \.gov ## ## #consistent spam from overseas domains ## \.ua ## \.ru ## ## #viagra spammer ## .*viagra.* ## .*levitra.* ## .*cialis\b ## .*kamagra.* #