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:
Yuuki Ebihara
2019-09-10 20:46:48 +09:00
committed by Suzana Dirla
parent 21ffcaf013
commit d67f95cfff
66 changed files with 3974 additions and 0 deletions

View 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 設定を変更するたびに、ページをリロードする必要があることに注意してください。
![](../images/safari-develop-menu.png)
## あわせて参照
- [CORS の使用](https://www.html5rocks.com/en/tutorials/cors/)