> For the complete documentation index, see [llms.txt](https://docs.immedio.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.immedio.io/company-settings/basic-settings/domain-whitelist.md).

# ドメイン設定

immedioのタグを埋め込むことができるウェブサイトのドメインを管理する機能です。許可されたドメインのみでimmedio機能を利用できるようにすることで、不正利用を防止します。また、未許可のドメインからSDKが呼び出されたときの通知の対象外とするドメインも登録することができます。

## ドメイン設定とは

ドメイン設定とは、immedioのタグを埋め込むことができるウェブサイトのドメインを管理したり、未許可のドメインからSDKが呼び出されたときの通知の対象外とするドメインを管理する機能です。

## ドメイン設定でできること

| 機能       | 説明                               |
| -------- | -------------------------------- |
| ドメイン許可   | immedioのタグを埋め込めるドメインを管理          |
| 通知除外ドメイン | 未許可ドメインからのSDK呼び出し通知を送信しないドメインを管理 |

## ドメイン許可 <a href="#domain-whitelist" id="domain-whitelist"></a>

### ドメイン許可とは

ドメイン許可とは、immedioのタグを埋め込むことができるウェブサイトのドメインを管理する機能です。許可されたドメインのみでimmedio機能を利用できるようにすることで、不正利用を防止し、セキュリティを強化します。

### ドメインの追加方法

1. 入力フィールドにドメインを入力
2. エンターキーを押してドメインを追加
3. 「保存する」ボタンをクリックして変更を保存

* 本番環境に加え、ステージングやテスト環境など、immedioのタグを設置するドメインは事前に登録して下さい。
* Pardotをご利用の場合、iframe内に設置されたフォームがサブドメインを参照していることがあります（immedio.ioとgo.immedio.ioなど）。その場合はサブドメインも登録して下さい。
* ワイルドカードを使用したドメイン許可を行う場合はワイルドカードを適用したいドメインレベル毎に\* を入力してください。

  ```
  例①：https://console.immedio.ioの場合、https://*.immedio.io 
  例②：https://console.stg.immedio.io の場合、https://*.*.immedio.io 
  ```

### 入力例

```
https://example.com
https://www.example.com
https://*.example.com
```

### 注意点

* ドメインにはパスを含めないでください
  * NG例：`https://example.com/path`
  * OK例：`https://example.com`
* **重要**: ドメインの末尾に「/」（スラッシュ）を含めないでください

  * NG例：`https://example.com/`
  * OK例：`https://example.com`
  * 末尾にスラッシュがあると正常に動作しません

  デモ動画を見る：<https://app.storylane.io/share/i8ctcmoelttw>

{% @storylane/embed subdomain="app" url="<https://app.storylane.io/share/i8ctcmoelttw>" linkValue="i8ctcmoelttw" %}

### ドメインの削除

1. 削除したいドメインのタグをクリック
2. タグが削除される
3. 「保存する」ボタンをクリックして変更を保存

### 注意事項

* ドメイン許可リストに登録されていないドメインでは、immedioのタグは機能しません。必ず許可リストに登録してください。

## 通知除外ドメイン <a href="#notification-excluded-domains" id="notification-excluded-domains"></a>

### 通知除外ドメインとは

通知除外ドメインとは、未許可ドメインからimmedioのSDKが呼び出された際に送信されるSlack通知を、特定のドメインについて送信しないようにする機能です。

特定のドメインからこの通知が頻繁に届き運用の負担になっている場合に、そのドメインを通知除外ドメインに登録することで通知を止められます。

### 通知除外ドメインの追加方法

1. 入力フィールドにドメインを入力
2. エンターキーを押してドメインを追加
3. 「保存する」ボタンをクリックして変更を保存

* ドメイン許可と同様に、ワイルドカード（`*`）を使用できます。
* ドメインの入力形式はドメイン許可と同じです（パスや末尾のスラッシュは含めないでください）。

### 削除方法

1. 削除したいドメインのタグをクリック
2. タグが削除される
3. 「保存する」ボタンをクリックして変更を保存

### 注意事項

* 通知除外ドメインに登録しても、そのドメインからのSDK呼び出しはブロックされたままです。ブロックせずに利用を許可したい場合は、ドメイン許可に登録してください。


---

# 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://docs.immedio.io/company-settings/basic-settings/domain-whitelist.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.
