discourse/lib/theme_store.rb
Bianca Nenciu 5dbe3b7b55
SECURITY: Add limits for themes and theme assets
This commit adds limits to themes and theme components on the:

- file size of about.json and .discourse-compatibility
- file size of theme assets
- number of files in a theme
2023-09-12 15:35:50 -03:00

5 lines
53 B
Ruby

# frozen_string_literal: true
module ThemeStore
end