> For the complete documentation index, see [llms.txt](https://help.aikido.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.aikido.dev/docs/docs-ja/zen-firewall/zen-features/disable-attack-protection-for-specific-path-or-url.md).

# 特定のパスまたは URL に対して攻撃保護を無効化

攻撃保護を無効にすると、Zen が正当なトラフィックを誤ってブロックしている場合に、そのルートを安全としてマークできます。これは誤検知への対処方法として推奨されます。無効にすると、Zen はそのルート（またはルートのグループ）へのリクエストのブロックを停止します

<figure><img src="/files/4a02c8060131c6e69fb4f79c98b78400fccc57da" alt=""><figcaption></figcaption></figure>

## ユースケース

* データベースツール（例: PHPMyAdmin）：生の SQL クエリが想定されるルート。通常、Zen はこれらをブロックしますが、ここでは正当なものです。
* カスタムクエリ構文を持つ検索 API：たとえば、インジェクション試行のように見えるフィルター式（field:value）を受け付ける API。
* 開発者 / デバッグ用エンドポイント：大きな、または通常とは異なるペイロードを受け付ける内部ツール。
* カスタムアプリケーション：攻撃に似た入力パターンを意図的に受け付けるよう設計されたエンドポイント。

{% hint style="warning" %}
その挙動が想定どおりで安全だと確信できる場合にのみ、保護を無効にしてください。実際の攻撃に対しては、Zen を有効のままにしておくべきです。
{% endhint %}

## 保護を無効にする方法

### 単一のルートで無効にする

1. Zen ダッシュボードで Routes ビューを開きます。
2. 誤検知を引き起こしたルートを見つけます。
3. アクションメニュー（⋮）をクリックします。
4. 次を選択します **保護を無効にする** このルートの
5. 選択を確認します。

これで Zen は、この特定のルートでの攻撃をブロックしなくなります。

### 複数のルートで無効にする（ワイルドカード）

1. Zen ダッシュボードで Routes ビューを開きます。
2. ワイルドカード付きの新しいルートを追加 `*`<br>

   <figure><img src="/files/d3b0f1337c29c2d3eddc9c8de28b9932ca4f128c" alt=""><figcaption></figcaption></figure>
3. アクションメニュー（⋮）をクリックします
4. ルートのワイルドカードに対して保護を無効にするを選択します。
5. 選択を確認します。

ワイルドカードに一致するすべてのルートは、攻撃ブロックをバイパスします。


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://help.aikido.dev/docs/docs-ja/zen-firewall/zen-features/disable-attack-protection-for-specific-path-or-url.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
