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 forcore/drupal.ajax - Remove
add_cssbackport from csp_extras
Remaining tasks
User interface changes
API changes
Data model changes
Issue fork csp-3408404
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
Comment #2
gappleI would like to get at least one release with
^10.0support out before bumping to^10.1Comment #4
gappleComment #5
gapple2.0.0 is released; this can be part of 2.1.0
Comment #6
gapple