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 {
|
protected static function configure(): Config {
|
||||||
$userAgent = Arsse::$conf->fetchUserAgentString ?? sprintf(
|
$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
|
Arsse::VERSION, // Arsse version
|
||||||
php_uname('s'), // OS
|
php_uname('s'), // OS
|
||||||
php_uname('r'), // OS version
|
php_uname('r'), // OS version
|
||||||
|
|
Loading…
Reference in a new issue