Skip to content

Commit

Permalink
feat: redirect from old Wikia domain in case of stale search results
Browse files Browse the repository at this point in the history
  • Loading branch information
alex4401 committed Nov 8, 2023
1 parent a3fb62c commit 0779632
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/background.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const RTW = {
DNR_RULE_ID: 1,

settings: defaultSettingsFactory(),
domainRegex: _buildDomainRegex( '^($domains)\\.(?:fandom|gamepedia)\\.com$' ),
domainRegex: _buildDomainRegex( '^($domains)\\.(?:(?:fandom|gamepedia)\\.com|wikia\\.org)$' ),
intlDomainRegex: _buildDomainRegex( '^($domains)-([a-z]+)\\.(?:gamepedia)\\.com$' ),
oldToNumIdMap: ( () => {
const out = {};
Expand Down

0 comments on commit 0779632

Please sign in to comment.