mirror of
https://github.com/discourse/discourse.git
synced 2024-11-26 14:53:39 +08:00
5dbe3b7b55
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
5 lines
53 B
Ruby
5 lines
53 B
Ruby
# frozen_string_literal: true
|
|
|
|
module ThemeStore
|
|
end
|