Files
danbooru/app/views/users/custom_style.css.erb
evazion acf565be7b 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.
2022-01-15 23:20:49 -06:00

4 lines
67 B
Plaintext

<% if @custom_css.valid? %>
<%= raw @custom_css.css %>
<% end %>