> 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="https://715870456-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FyKbzcQGrx7UtrG0nPZZ7%2Fuploads%2Fgit-blob-3d707a2963adb5bf0fd655635306eb6bbf944bc2%2FScreenshot%202025-09-02%20at%2017.46.05.png?alt=media" 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="https://715870456-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FyKbzcQGrx7UtrG0nPZZ7%2Fuploads%2Fgit-blob-e71ab41528c1114a158e38347fd126514bd6b171%2FScreenshot%202025-09-02%20at%2017.50.37.png?alt=media" 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.
