Browse Source

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
pull/329/head^2
AlbinAlbyl 6 years ago
committed by GitHub
parent
commit
1bc6e7fc84
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 7
      app/Search.php

7
app/Search.php

@ -60,6 +60,13 @@ abstract class Search
'method' => 'get',
'type' => 'standard',
],
'startpage' => [
'url' => 'https://www.startpage.com/do/search',
'var' => 'q',
'method' => 'get',
'type' => 'standard',
],
];
}

Loading…
Cancel
Save