Skip to content

Commit

Permalink
Merge pull request #398 from TheDevFreak/patch-1
Browse files Browse the repository at this point in the history
fix for discord UA change.
  • Loading branch information
sergix44 authored Oct 16, 2021
2 parents e0f18fa + 37b2f5a commit 8894d2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Web/UA.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class UA
'Slack' => false,
'Twitterbot/' => false,
'discord' => true,
'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:38.0) Gecko/20100101 Firefox/38.0' => true
'Mozilla/5.0 (Macintosh; Intel Mac OS X 11.6; rv:92.0) Gecko/20100101 Firefox/92.0' => true
// discord image bot
];

Expand Down

0 comments on commit 8894d2b

Please sign in to comment.