mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
Add Japanese document (#1186)
* Fixed invalid url link. * Update docs/features/side-navigation.md Co-Authored-By: Suzana Dirla <dirla.silvia.suzana@gmail.com> * Initial japanese translation.
This commit is contained in:
committed by
Suzana Dirla
parent
21ffcaf013
commit
d67f95cfff
29
docs/ja/getting-started/cors.md
Normal file
29
docs/ja/getting-started/cors.md
Normal file
@@ -0,0 +1,29 @@
|
||||
---
|
||||
Title: CORS
|
||||
---
|
||||
|
||||
# CORS
|
||||
|
||||
Alfresco Content Application には、開発における CORS 関連の問題に対処するための Angular CLI のプロキシ設定が付属しています。
|
||||
|
||||
また、Docker イメージには、アプリケーションをローカルで開発およびデバッグするときに CORS に必要な Nginx 設定が含まれています。
|
||||
|
||||
## Chrome の回避策
|
||||
|
||||
Chrome ブラウザでは、CORS を切り替えることができる次のプラグインを使用できます:
|
||||
[Allow-Control-Allow-Origin](https://chrome.google.com/webstore/detail/allow-control-allow-origi/nlfbmbojpeacfghkpbjhddihlkkiljbi)
|
||||
|
||||
## Firefox の回避策
|
||||
|
||||
Firefox ブラウザの場合、次のプラグインを使用できます: [CORS Everywhere](https://addons.mozilla.org/en-Gb/firefox/addon/cors-everywhere/)
|
||||
|
||||
## Safari の回避策
|
||||
|
||||
Safari で開発またはテストしている場合は、"Develop" メニューを使用して CORS モードを切り替えることができます。
|
||||
CORS 設定を変更するたびに、ページをリロードする必要があることに注意してください。
|
||||
|
||||

|
||||
|
||||
## あわせて参照
|
||||
|
||||
- [CORS の使用](https://www.html5rocks.com/en/tutorials/cors/)
|
Reference in New Issue
Block a user