fix for discord UA change.
This commit is contained in:
parent
e0f18fa873
commit
37b2f5a423
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ class UA
|
||||||
'Slack' => false,
|
'Slack' => false,
|
||||||
'Twitterbot/' => false,
|
'Twitterbot/' => false,
|
||||||
'discord' => true,
|
'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
|
// discord image bot
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue