mirror of
https://code.mensbeam.com/MensBeam/Arsse.git
synced 2024-12-22 13:12:41 +00:00
Remove reference to PicoFeed in the User-Agent string
PicoFeed is dead, so there's no point.
This commit is contained in:
parent
37131d3775
commit
a5049ac646
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ class Feed {
|
|||
|
||||
protected static function configure(): Config {
|
||||
$userAgent = Arsse::$conf->fetchUserAgentString ?? sprintf(
|
||||
'Arsse/%s (%s %s; %s; https://thearsse.com/) PicoFeed (https://github.com/miniflux/picoFeed)',
|
||||
'Arsse/%s (%s %s; %s; https://thearsse.com/)',
|
||||
Arsse::VERSION, // Arsse version
|
||||
php_uname('s'), // OS
|
||||
php_uname('r'), // OS version
|
||||
|
|
Loading…
Reference in a new issue