magento / magento2-jp

Magento Community Project for providing best experience for Japanese market
Open Software License 3.0
24 stars 34 forks source link

add csp_whitelist.xml for postalcode #112

Closed HirokazuNishi closed 4 years ago

HirokazuNishi commented 4 years ago

SInce Magento2.3.5, CSP was added as default feature. All external assets have to define in csp_whitelist.xml. Otherwise non-whitelisted assets loading or XHR are intercepted by browsers.

JapanesePostalCode already uses madefor.github.io api for converting address from zipcode. It should be whitelisted.

lenaorobei commented 4 years ago

Fixed https://github.com/magento/magento2-jp/pull/113