Browse Source

Merge pull request #1 from AlbinAlbyl/Add-startpage

Update Search.php to add Startpage
pull/329/head
AlbinAlbyl 6 years ago
committed by GitHub
parent
commit
62fe65669b
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 9
      app/Search.php

9
app/Search.php

@ -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
}
}
}

Loading…
Cancel
Save