Add rss to valid editable file extensions

This commit is contained in:
DougsShack 2025-01-31 19:23:09 +00:00
parent cf712b7175
commit 4fcabe5a35

View file

@ -55,7 +55,7 @@ class Site < Sequel::Model
}
VALID_EDITABLE_EXTENSIONS = %w{
html htm txt js css scss md manifest less webmanifest xml json opml rdf svg gpg pgp resolveHandle pls yaml yml toml osdx mjs cjs ts py
html htm txt js css scss md manifest less webmanifest xml json opml rdf svg gpg pgp resolveHandle pls yaml yml toml osdx mjs cjs ts py rss
}
MINIMUM_PASSWORD_LENGTH = 5