# Настройка черного списка сетевого поиска

Cherry Studio поддерживает два способа настройки чёрного списка: вручную и добавлением источников подписки. Справка по правилам:[ublacklist](https://github.com/iorate/ublacklist)

## Ручная настройка

Вы можете добавлять правила к результатам поиска или нажать значок на панели инструментов, чтобы заблокировать указанный сайт. Правила можно задать следующим образом:[Шаблон сопоставления](https://developer.mozilla.org/zh-CN/docs/mozilla/add-ons/webextensions/match_patterns) (пример:`*://*.example.com/*`) или использовать[регулярное выражение](https://developer.mozilla.org/zh-CN/docs/web/javascript/guide/regular_expressions) (пример:`/example\.(net|org)/`).

## Настройка источника подписки

Вы также можете подписаться на публичные наборы правил. На этом сайте перечислены некоторые подписки:\
<https://iorate.github.io/ublacklist/subscriptions>

Ниже приведены некоторые рекомендуемые ссылки на источники подписки:

| Название                                                                                       | Ссылка                                                                                                  | Тип              |
| ---------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------- | ---------------- |
| [Подборка подписок uBlacklist](https://github.com/eallion/uBlacklist-subscription-compilation) | <https://git.io/ublacklist>                                                                             | Китайский        |
| [uBlockOrigin-HUGE-AI-Blocklist](https://github.com/laylavish/uBlockOrigin-HUGE-AI-Blocklist)  | <https://raw.githubusercontent.com/laylavish/uBlockOrigin-HUGE-AI-Blocklist/main/list\\_uBlacklist.txt> | Сгенерировано ИИ |

<figure><img src="/files/295d16be65d38f8a7752d8ad671fb1db69427b6d" alt=""><figcaption><p>Настройка источника подписки</p></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.cherry-ai.com/docs/russian/pre-basic/websearch/blacklist.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
