Problem/Motivation

Drupal 10.1 introduced an updated add_css ajax command that does not require an 'unsafe-inline' exception. The module already only conditional adds the exception for <10.1, so it's only necessary to remove the backwards compatibility.

Proposed resolution

  • Bump minimum version support to ^10.1.3
  • Remove 'unsafe-inline' exception for core/drupal.ajax
  • Remove add_css backport from csp_extras

Remaining tasks

User interface changes

API changes

Data model changes

Issue fork csp-3408404

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

gapple created an issue. See original summary.

gapple’s picture

I would like to get at least one release with ^10.0 support out before bumping to ^10.1

gapple’s picture

Version: 8.x-1.x-dev » 2.x-dev
gapple’s picture

Status: Postponed » Active

2.0.0 is released; this can be part of 2.1.0

gapple’s picture

Title: Drop support for Drupal 10.0 » Update minimum supported core version to 10.1
Issue summary: View changes
Status: Active » Fixed

  • gapple committed 848cce36 on 2.x
    Issue #3408404 Update minimum supported core version to 10.1
    

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.