thunderbird / addons-server

🕶 addons.thunderbird.net Django app and API, forked from addons.mozilla.org 🎉
https://addons.thunderbird.net
BSD 3-Clause "New" or "Revised" License
18 stars 17 forks source link

Force add-ons with theme_experiments to require a strict_max_version #236

Closed jobisoft closed 1 year ago

jobisoft commented 1 year ago

Theme experiments add CSS definitions which apply to core elements, which can change over time. For example, supernova removed the tree for the thread pane and CSS selectors for the tree no longer work.

I therefore suggest to force theme_experiments to include a strict_max_version (during the submission process).