https://github.com/taoufiqaitali/magento2-csp-whitelist
Allow Content Security Policy in Magento2
https://github.com/taoufiqaitali/magento2-csp-whitelist
Last synced: 2 months ago
JSON representation
Allow Content Security Policy in Magento2
- Host: GitHub
- URL: https://github.com/taoufiqaitali/magento2-csp-whitelist
- Owner: taoufiqaitali
- Created: 2021-04-08T18:19:08.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-04-08T18:31:14.000Z (about 4 years ago)
- Last Synced: 2025-04-12T10:18:18.641Z (2 months ago)
- Language: PHP
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Magento 2 Content Security Policy whitelist
Allow Content Security Policy in Magento2
* Developer: Taoufiq Ait Ali
* Website: http://asktaw.com
* Contact:### Manual Installation
* Unzip the file
* Create a folder {Magento root}/app/code/Taitali/Csp
* Copy the content from the unzip folder## Enable extension
```
php bin/magento module:enable Taitali_Csp
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento cache:flush
php bin/magento setup:static-content:deploy
```