mirror of
https://github.com/umami-software/umami.git
synced 2025-12-28 06:34:11 +00:00
Merge pull request #3599 from 0xflotus/patch-2
fix: put Google in the right order of grouped domains
This commit is contained in:
commit
1b6da0aaa0
@ -429,6 +429,7 @@ export const GROUPED_DOMAINS = [
|
||||
{ name: 'DuckDuckGo', domain: 'duckduckgo.com', match: 'duckduckgo.' },
|
||||
{ name: 'Facebook', domain: 'facebook.com', match: 'facebook.' },
|
||||
{ name: 'GitHub', domain: 'github.com', match: 'github.' },
|
||||
{ name: 'Google', domain: 'google.com', match: 'google.' },
|
||||
{ name: 'Hacker News', domain: 'news.ycombinator.com', match: 'news.ycombinator.com' },
|
||||
{ name: 'Instagram', domain: 'instagram.com', match: ['instagram.', 'ig.com'] },
|
||||
{ name: 'LinkedIn', domain: 'linkedin.com', match: 'linkedin.' },
|
||||
@ -436,7 +437,6 @@ export const GROUPED_DOMAINS = [
|
||||
{ name: 'Reddit', domain: 'reddit.com', match: 'reddit.' },
|
||||
{ name: 'Snapchat', domain: 'snapchat.com', match: 'snapchat.' },
|
||||
{ name: 'Twitter', domain: 'twitter.com', match: ['twitter.', 't.co', 'x.com'] },
|
||||
{ name: 'Google', domain: 'google.com', match: 'google.' },
|
||||
];
|
||||
|
||||
export const MAP_FILE = '/datamaps.world.json';
|
||||
|
||||
Loading…
Reference in New Issue
Block a user