Skip to content

Commit 14857b7

Browse files
authored
DOC-2095: Update X Frame Cloud Doc
1 parent 2137672 commit 14857b7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

cloud/maintenance/advanced-use.rst

+4-4
Original file line numberDiff line numberDiff line change
@@ -381,12 +381,12 @@ When modified, changes are applied after the `deploy` or `upgrade` operation in
381381
X Frame Header Configuration
382382
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
383383

384-
* **header_x_frame: true** — is the default value of the flag. In this case, OroCloud WAF adds the "X-Frame-Options: SAMEORIGIN" header when responding to the initial request. It makes it impossible to embed any OroCommerce site into iFrame at any site except itself to fulfill security requirements.
384+
* **header_x_frame: true** — is the default value of the flag, configured in the Webserver configuration section. In this case, OroCloud WAF adds the X-Frame-Options: SAMEORIGIN header when responding to the initial request. It makes it impossible to embed any OroCommerce site into iFrame at any site except itself to fulfill security requirements.
385385

386-
* **header_x_frame_app_control: true** - Ignore "X-Frame-Options" header and allow application to decide if header is required.
386+
* **header_x_frame_app_control: true** - Ignore the “X-Frame-Options header and allow the application to decide if the header is required. It can be configured in the Webserver or Domain configuration section. Configuration in the domain section takes priority over the webserver section.
387387

388-
Some business cases require embedding the OroCloud site into the iFrame at other sites. You need to set the value to “false” : ``header_x_frame: false``.
389-
This prevents WAF from sending the “X-Frame-Options” header which allows embedding into any iFrame.
388+
Some business cases require embedding the OroCloud site into the iFrame at other sites, in which case you must set the value to “false”: ``header_x_frame: false``.
389+
This prevents WAF from sending the “X-Frame-Options” header, which allows embedding into any iFrame.
390390

391391
.. _orocloud-maintenance-advanced-use-locations-config:
392392

0 commit comments

Comments
 (0)