mik-laj commented on a change in pull request #13620: URL: https://github.com/apache/airflow/pull/13620#discussion_r555331607
########## File path: docs/apache-airflow/security/api.rst ########## @@ -135,6 +135,26 @@ section of ``airflow.cfg``. Additional options to your auth backend can be configured in ``airflow.cfg``, as a new option. +Enabling CORS +--------------- + +[Cross-origin resource sharing (CORS)](https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS) +is a browser security feature that restricts HTTP requests that are initiated +from scripts running in the browser. + +`Access-Control-Allow-Headers`, `Access-Control-Allow-Methods`, and +`Access-Control-Allow-Origin` headers can be added by setting values for Review comment: ```suggestion ``Access-Control-Allow-Headers``, ``Access-Control-Allow-Methods``, and ``Access-Control-Allow-Origin`` headers can be added by setting values for ``` ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
