Update CSP Extras to backport AJAX attachments from 10.1
Showing
- composer.json 1 addition, 1 deletioncomposer.json
- csp.info.yml 1 addition, 1 deletioncsp.info.yml
- csp_extras/csp_extras.info.yml 1 addition, 1 deletioncsp_extras/csp_extras.info.yml
- csp_extras/csp_extras.install 18 additions, 0 deletionscsp_extras/csp_extras.install
- csp_extras/csp_extras.module 9 additions, 7 deletionscsp_extras/csp_extras.module
- csp_extras/csp_extras.services.yml 6 additions, 4 deletionscsp_extras/csp_extras.services.yml
- csp_extras/js/ajax.js 38 additions, 41 deletionscsp_extras/js/ajax.js
- csp_extras/src/Ajax/AddAssetsCommand.php 0 additions, 46 deletionscsp_extras/src/Ajax/AddAssetsCommand.php
- csp_extras/src/Ajax/AjaxResponseAttachmentsProcessor.php 74 additions, 91 deletionscsp_extras/src/Ajax/AjaxResponseAttachmentsProcessor.php
- src/EventSubscriber/CoreCspSubscriber.php 3 additions, 0 deletionssrc/EventSubscriber/CoreCspSubscriber.php
... | ... | @@ -13,6 +13,6 @@ |
"require": { | ||
"php": ">=7.2", | ||
"ext-json": "*", | ||
"drupal/core": "^9.3 || ^10" | ||
"drupal/core": "^9.5 || ^10" | ||
} | ||
} |
csp_extras/csp_extras.install
0 → 100644
Please register or sign in to comment