Update Search.php to add Startpage

Update Search.php to add Startpage as a Search Provider also change url to fix https://github.com/linuxserver/Heimdall/issues/327#issue-407794848
This commit is contained in:
AlbinAlbyl 2019-02-22 19:58:11 +00:00 committed by GitHub
parent 63e0d07d50
commit 1bc6e7fc84
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -59,7 +59,14 @@ abstract class Search
'var' => 'q',
'method' => 'get',
'type' => 'standard',
],
'startpage' => [
'url' => 'https://www.startpage.com/do/search',
'var' => 'q',
'method' => 'get',
'type' => 'standard',
],
];
}
@ -132,4 +139,4 @@ abstract class Search
}
}
}