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

Commit a6c6384

Browse files
committed
Fix Yandex favicon link
fix #6082 Auditors: @bbondy Test Plan: Covered by automated test
1 parent dfbbbf9 commit a6c6384

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/data/searchProviders.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ module.exports = { "providers" :
128128
{
129129
"name" : "Yandex",
130130
"base" : "https://yandex.com",
131-
"image" : "https://yastatic.net/islands-icons/_/6jyhgxr8-hac8oj1bu8qmuqqz_g.ico",
131+
"image" : "https://www.yandex.com/favicon.ico",
132132
"search" : "https://yandex.com/search/?text={searchTerms}&clid={platformClientId}",
133133
"shortcut" : ":ya",
134134
"platformClientId": {

0 commit comments

Comments
 (0)