Skip to content

Commit

Permalink
fix image
Browse files Browse the repository at this point in the history
  • Loading branch information
bszwarc committed Apr 24, 2024
1 parent e794cd4 commit c39a830
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions guides/security/cors.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,10 +144,6 @@ request did not succeed).

1. **使用するドメインが許可済みオリジンのリストに存在するかどうかを確認する** - 開発者コンソールに移動して、アプリケーションを開きます。\[**構成**] タブをクリックし、下にスクロールして、\[**CORSドメイン**] セクションでリストにドメインを追加できます。

<ImageFrame border shadow center>

![CORS許可リスト](./images/cors_allowed_origins.png)

</ImageFrame>
![CORS許可リスト](./images/cors_allowed_origins.png)

2. **サーバーが正しく設定されているかどうかを確認する** - クロスドメインリクエストを処理するか、**No 'access-control-allow-origin' header is present on the requested resource (リクエストしたリソースには「access-control-allow-origin」ヘッダーが存在しません)** という警告が表示された場合は非クロスドメインリクエストを使用するようサーバーを構成します。
Binary file added guides/security/images/cors_allowed_origins.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit c39a830

Please sign in to comment.