> 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/immedio-box/tenant-management/security.md).

# セキュリティ

資料ブラックリスト、埋め込み許可オリジン、管理画面のIP許可リストを管理します。

ファイル閲覧・埋め込み・管理画面アクセスに関するセキュリティ制御を行います。

## 設定項目一覧

| 項目          | 説明                                  |
| ----------- | ----------------------------------- |
| 資料ブラックリスト   | ファイル閲覧を拒否するメールアドレス・ドメインを指定する        |
| 埋め込み許可オリジン  | ファイルをiframeで埋め込み許可するオリジン（ドメイン）を指定する |
| 管理画面IP許可リスト | 管理画面へのアクセスを許可するIPアドレスを指定する          |

## 各項目の詳細

### 資料ブラックリスト

特定のメールアドレスやドメインからのファイル閲覧を拒否します。競合企業や閲覧させたくない相手にURLが渡った場合に閲覧をブロックできます。詳しくは[閲覧禁止ドメイン・アドレスを指定する](/immedio-box/setup/black-list.md)を参照してください。

### 埋め込み許可オリジン

immedio Boxのファイルを自社サイトなどに `<iframe>` で埋め込む際、埋め込み元のオリジン（プロトコル＋ホスト名＋ポート）を許可リストに登録する必要があります。詳しくは[ファイルをウェブサイトに埋め込む](/immedio-box/guides/file-sharing/embed.md)を参照してください。

### 管理画面IP許可リスト

immedio Boxの管理画面へのアクセスを、IPv4形式（例: 203.0.113.10）で指定したIPアドレスからのみに制限します。オフィスのグローバルIPやVPN経由のアクセスのみを許可することで、管理画面のセキュリティを高められます。詳しくは[管理画面へのアクセスをIPアドレスで制限する](/immedio-box/setup/ip-address.md)を参照してください。

## 注意事項

* 設定の編集はオーナー権限のユーザーのみ可能です
* IP許可リストを誤って設定すると自分自身も管理画面にアクセスできなくなる可能性があります。設定変更時は十分に注意してください


---

# 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/immedio-box/tenant-management/security.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.
