25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 
 
 
 
 
Florian Eisenmenger 41ccc32b5d checkin 2 yıl önce
..
Api checkin 2 yıl önce
Helper checkin 2 yıl önce
Model checkin 2 yıl önce
Observer checkin 2 yıl önce
Plugin checkin 2 yıl önce
Test/Unit checkin 2 yıl önce
etc checkin 2 yıl önce
LICENSE.txt checkin 2 yıl önce
LICENSE_AFL.txt checkin 2 yıl önce
README.md checkin 2 yıl önce
composer.json checkin 2 yıl önce
registration.php checkin 2 yıl önce

README.md

Magento_Csp module

Magento_Csp implements Content Security Policies for Magento. Allows CSP configuration for Merchants, provides a way for extension and theme developers to configure CSP headers for their extensions.

Extensibility

Extension developers can interact with the Magento_Csp module. For more information about the Magento extension mechanism, see Magento plugins.

The Magento dependency injection mechanism enables you to override the functionality of the Magento_Csp module.

A lot of functionality in the module is on JavaScript, use mixins to extend it.