Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit 533bac3

Browse files
Merge pull request #8415 from magento-l3/MC-40003
MC-40003: [Documentation] Invalid directive for 'X-Frame-Options' header
2 parents 35a46e4 + b4e49d1 commit 533bac3

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/guides/v2.3/config-guide/secy/secy-xframe.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,6 @@ Set a value for `X-Frame-Options` in `<magento_root>/app/etc/env.php`. Following
3131
'x-frame-options' => 'SAMEORIGIN',
3232
```
3333

34-
If you want to allow any website to load page, you can use `*`:
35-
36-
```php
37-
'x-frame-options' => '*',
38-
```
39-
4034
We require you to edit `env.php` because it's more secure than setting a value in the [Magento Admin](https://glossary.magento.com/magento-admin).
4135

4236
## Verify your setting for `X-Frame-Options`

0 commit comments

Comments
 (0)