No edit summary |
No edit summary |
||
(23 intermediate revisions by 2 users not shown) | |||
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) | ||
.* | |||
#block the government (because its entirely unrelated) | #### OLD | ||
\.gov | ## #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) | |||
#consistent spam from .ua | ## | ||
\. | ## #gambling spammers | ||
## yasno\. | |||
#viagra spammer | ## \1win\. | ||
.*viagra.* | ## mostbet\. | ||
.*levitra.* | ## aviatrix\. | ||
.*cialis\b | ## \aviatrix\. | ||
.*kamagra.* | ## \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.* | |||
#</pre> <!-- leave this line exactly as it is --> | #</pre> <!-- leave this line exactly as it is --> |
Latest revision as of 22:15, 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.* #