Add startpage back in

This commit is contained in:
Chris
2019-06-11 12:02:18 +01:00
parent 66815a8487
commit edb9397a47
5 changed files with 10 additions and 0 deletions

View File

@@ -66,6 +66,12 @@ abstract class Search
'method' => 'get',
'type' => 'standard',
],
'startpage' => [
'url' => 'https://www.startpage.com/do/dsearch',
'var' => 'query',
'method' => 'get',
'type' => 'standard',
],
];
}