We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Only default scope configuration is working, if we add into website or store view scope it is not working.
Missing store id or website id in the "vendor/ctidigital/magento2-csp-whitelist/Helper/Configuration.php" file.
Need to be: $policies = $this->scopeConfig->getValue(self::CONFIG_POLICIES, ScopeInterface::SCOPE_STORE, $storeId)
$policies = $this->scopeConfig->getValue(self::CONFIG_POLICIES, ScopeInterface::SCOPE_STORE, $storeId)
If it is not needed to be editable from website/store view than need to disable in sysmtem.xml
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Only default scope configuration is working, if we add into website or store view scope it is not working.
Missing store id or website id in the "vendor/ctidigital/magento2-csp-whitelist/Helper/Configuration.php" file.
Need to be:
$policies = $this->scopeConfig->getValue(self::CONFIG_POLICIES, ScopeInterface::SCOPE_STORE, $storeId)
If it is not needed to be editable from website/store view than need to disable in sysmtem.xml
The text was updated successfully, but these errors were encountered: