Skip to content

Commit

Permalink
docs: add X-Magento-Cache-Id to PWA config
Browse files Browse the repository at this point in the history
  • Loading branch information
damienwebdev committed Aug 21, 2024
1 parent 357a8a0 commit 2081120
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/stories/examples/pwa-configuration.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
'cors_max_age' => 86400,
'cors_allow_credentials' => 1,
'cors_allowed_methods' => 'POST, OPTIONS, GET',
'cors_expose_headers' => 'X-Magento-Cache-Id',
'cors_allowed_headers' =>
'Content-Currency, Store, X-Magento-Cache-Id, X-Captcha, Content-Type, Authorization, DNT, TE',
// Angular
Expand All @@ -24,4 +25,4 @@
]
]
]
];
];

0 comments on commit 2081120

Please sign in to comment.