# ネット検索ブラックリストの設定

Cherry Studioは、ブラックリストの設定に手動方式と購読ソースを追加する方式の2通りに対応しています。設定ルールは以下を参照してください[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 subscription compilation](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> | AI生成 |

<figure><img src="/files/9fa20222e2228bf99a258d355400f20f84c47d90" 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/jp/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.
