mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-05-12 17:04:46 +00:00
* Update index.html * Update features.md * Update header.md * Update header.md * Update header.md * Add files via upload * Update header.md * Update header.md * Add files via upload * Update header.md * Add files via upload * Add files via upload * Update header.md * Add files via upload * Delete sid-nav.png * Add files via upload * Update side-nav.md * Add files via upload * Update side-nav.md * Update side-nav.md * Update doc-list.md * Add files via upload * Update doc-list.md * Update doc-list.md * Delete doclist.png * Add files via upload * small changes to docs * [ACA-1038] 'Load more' doesn't work correctly on destination picker (#135) made sure that a search is performed only if there is a search string to search for * [ACA-951] Color theme and logo (#138) - documented customization of the logo and header background color
22 lines
755 B
Markdown
22 lines
755 B
Markdown
# Cross Origin Resource Sharing (CORS)
|
|
|
|
## Chrome Workaround
|
|
|
|
For the Chrome browser, you can use the following plugin that allows you to toggle CORS:
|
|
[Allow-Control-Allow-Origin](https://chrome.google.com/webstore/detail/allow-control-allow-origi/nlfbmbojpeacfghkpbjhddihlkkiljbi)
|
|
|
|
## Firefox Workaround
|
|
|
|
Firefox users can try the following plugin: [CORS Everywhere](https://addons.mozilla.org/en-Gb/firefox/addon/cors-everywhere/)
|
|
|
|
## Safari Workaround
|
|
|
|
If you are developing or testing with Safari then you can use the "Develop" menu to toggle the CORS mode.
|
|
Please note that the page must be reloaded every time you change CORS settings.
|
|
|
|

|
|
|
|
## See also
|
|
|
|
- [Using CORS](https://www.html5rocks.com/en/tutorials/cors/)
|