ALT Linux Bugzilla
– Attachment 20546 Details for
Bug 45190
Поиск через yandex по умолчанию
New bug
|
Search
|
[?]
|
Help
Register
|
Log In
[x]
|
Forgot Password
Login:
[x]
|
EN
|
RU
[patch]
[PATCH 1/2] policies.json: get yandex search back
0001-policies.json-get-yandex-search-back.patch (text/plain), 1.39 KB, created by
Michael Shigorin
on 2026-01-22 14:53:53 MSK
(
hide
)
Description:
[PATCH 1/2] policies.json: get yandex search back
Filename:
MIME Type:
Creator:
Michael Shigorin
Created:
2026-01-22 14:53:53 MSK
Size:
1.39 KB
patch
obsolete
>From e53ea33eab6a6ac903bc5d4bf5b764f8b345bfa6 Mon Sep 17 00:00:00 2001 >From: Michael Shigorin <mike@altlinux.org> >Date: Thu, 22 Jan 2026 14:44:30 +0300 >Subject: [PATCH 1/2] policies.json: get yandex search back > >Suggested-by: Ruslan Gilfanov <ri.gilfanov@yandex.ru> >See-also: http://bugzilla.altlinux.org/43516 >See-also: http://bugzilla.altlinux.org/45190 >--- > .rpm/policies.json | 29 +++++++++++++++++++++++++++++ > 1 file changed, 29 insertions(+) > create mode 100644 .rpm/policies.json > >diff --git a/.rpm/policies.json b/.rpm/policies.json >new file mode 100644 >index 00000000000..18306e06d1e >--- /dev/null >+++ b/.rpm/policies.json >@@ -0,0 +1,29 @@ >+{ >+ "policies": { >+ "SearchEngines": { >+ "Add": [ >+ { >+ "Name": "Ð¯Ð½Ð´ÐµÐºÑ (ru)", >+ "URLTemplate": "https://yandex.ru/search/?text={searchTerms}", >+ "Method": "GET", >+ "IconURL": "https://yandex.ru/favicon.ico", >+ "Alias": "ya", >+ "SuggestURLTemplate": "https://suggest.yandex.ru/suggest-ff.cgi?part={searchTerms}" >+ } >+ ], >+ "Default": "Ð¯Ð½Ð´ÐµÐºÑ (ru)" >+ }, >+ "ShowHomeButton": true, >+ "RequestedLocales": "", >+ "ExtensionUpdate": true, >+ "DisableTelemetry": true, >+ "DisableFirefoxStudies": true, >+ "EnableTrackingProtection": { >+ "Value": true, >+ "Locked": false, >+ "Cryptomining": true, >+ "Fingerprinting": true, >+ "Exceptions": [] >+ } >+ } >+} >-- >2.50.1 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 45190
:
20544
|
20545
| 20546 |
20549