Search: Fix domains.
This commit is contained in:
parent
29614c83ca
commit
66a63d1507
|
@ -91,16 +91,16 @@ in {
|
||||||
"(.*\.)?youtube\.com$" = yt.domain;
|
"(.*\.)?youtube\.com$" = yt.domain;
|
||||||
};
|
};
|
||||||
remove = [
|
remove = [
|
||||||
"(.*\.)?dzen\.ru?$"
|
"(.*\.)?dzen\.ru$"
|
||||||
"(.*\.)?facebook.com$"
|
"(.*\.)?facebook.com$"
|
||||||
"(.*\.)?gosuslugi\.ru?$"
|
"(.*\.)?gosuslugi\.ru$"
|
||||||
"(.*\.)?quora\.com?$"
|
"(.*\.)?quora\.com$"
|
||||||
"(.*\.)?rutube\.ru?$"
|
"(.*\.)?rutube\.ru$"
|
||||||
"(.*\.)?vk\.com?$"
|
"(.*\.)?vk\.com$"
|
||||||
];
|
];
|
||||||
low_priority = [
|
low_priority = [
|
||||||
"(.*\.)?google(\..*)?$"
|
"(.*\.)?google(\..*)?$"
|
||||||
"(.*\.)?microsoft\.com?$"
|
"(.*\.)?microsoft\.com$"
|
||||||
];
|
];
|
||||||
high_priority = [
|
high_priority = [
|
||||||
"(.*\.)?4pda.to$"
|
"(.*\.)?4pda.to$"
|
||||||
|
|
Loading…
Reference in a new issue