AmpersandHQ / ampersand-magento2-upgrade-patch-helper

Helper script to aid upgrading magento 2 websites by detecting overrides. Now supports third party module detections
GNU Lesser General Public License v3.0
322 stars 39 forks source link

Add support for changes in csp_whitelist.xml files #124

Open hostep opened 1 week ago

hostep commented 1 week ago

Hi there

I just saw this Magento2 PR being merged: https://github.com/magento/magento2/pull/38991/files?w=1

And thought it might be a good idea that this tool could detect changes to these CSP whitelist files, and display the changes as an INFO-type of message. Similar to how changes in queue_consumer.xml or db_schema.xml are being outputted.

Thanks!

convenient commented 1 week ago

This does sound like a worthwhile addition.