- Issue created by @rob_pr
Since version 10.1 Drupal now also supports AJAX for GET requests. This new feature makes Drupal AJAX interesting for use in various projects that previously implemented custom solutions for reloading content.
Cookie Content Blocker does not yet support blocking of content fetched by AJAX requests. Although the placeholder is correctly rendered in an AJAX response, the blocked assets are still passed through in the form of add_js commands.
Adapting the processing of AJAX responses would be a major task. Currently, this module practically overwrites the HtmlResponseAttachmentsProcessor completely. The same would probably also have to be done for the AjaxResponseAttachmentsProcessor.
Active
2.2
Code