Fix #4678: Validate custom CSS.

* Make it an error to add invalid custom CSS to your account.
* Add a fix script to remove custom CSS from all accounts with invalid CSS.
This commit is contained in:
evazion
2022-01-15 23:20:15 -06:00
parent c455c08b2c
commit acf565be7b
8 changed files with 70 additions and 2 deletions

View File

@@ -55,6 +55,7 @@ gem "pry-rails"
gem "ffi"
gem "rbtrace"
gem "good_job"
gem "crass"
group :development do
gem 'rubocop', require: false