Skip to content
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.

Commit

Permalink
Add startpage as default choice
Browse files Browse the repository at this point in the history
Auditors: @darkdh

Fix #3845

Already covered by tests
  • Loading branch information
bbondy committed Oct 24, 2016
1 parent 8b00d06 commit ecd91dd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions js/data/searchProviders.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,12 @@ module.exports = { "providers" :
"search" : "https://www.youtube.com/results?search_type=search_videos&search_query={searchTerms}&search_sort=relevance&search_category=0&page=",
"autocomplete": "https://suggestqueries.google.com/complete/search?output=chrome&client=chrome&hl=it&q={searchTerms}&ds=yt",
"shortcut" : ":yt"
},
{
"name" : "StartPage",
"image" : "https://www.startpage.com/graphics/favicon/sp-favicon-16x16.png",
"search" : "https://startpage.com/do/dsearch?query={searchTerms}&cat=web&pl=opensearch",
"shortcut" : ":sp"
}
]
}
Expand Down

2 comments on commit ecd91dd

@darkdh
Copy link
Member

@darkdh darkdh commented on ecd91dd Oct 24, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I also tested it on chrome and it seems like it doesn't support autocomplete.
++

@bbondy
Copy link
Member Author

@bbondy bbondy commented on ecd91dd Oct 24, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ya its open xml had no autocomplete provider

Please sign in to comment.