Skip to content

Commit

Permalink
[TASK] Update SocialMedia sources
Browse files Browse the repository at this point in the history
  • Loading branch information
einpraegsam committed Feb 23, 2024
1 parent 9ae74be commit 4d10318
Showing 1 changed file with 47 additions and 1 deletion.
48 changes: 47 additions & 1 deletion Classes/Domain/Service/Referrer/SocialMedia.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ class SocialMedia
],
],
[
'name' => 'Twitter',
'name' => 'X',
'domains' => [
't.co',
'www.twitter.com',
Expand All @@ -74,6 +74,52 @@ class SocialMedia
'vimeo.com',
],
],
[
'name' => 'Reddit',
'domains' => [
'www.reddit.com',
'reddit.com',
'old.reddit.com',
'm.reddit.com',
],
],
[
'name' => 'Pinterest',
'domains' => [
'www.pinterest.com',
'pinterest.com',
'm.pinterest.com',
],
],
[
'name' => 'Tumblr',
'domains' => [
'www.tumblr.com',
'tumblr.com',
'm.tumblr.com',
],
],
[
'name' => 'TikTok',
'domains' => [
'www.tiktok.com',
'm.tiktok.com',
'tiktok.com',
],
],
[
'name' => 'Mastodon',
'domains' => [
'mastodon.social',
],
],
[
'name' => 'Threads',
'domains' => [
'www.threads.net',
'l.threads.net',
],
],
];

/**
Expand Down

0 comments on commit 4d10318

Please sign in to comment.