From 4fcabe5a3511343cdca29d7d2db1310b5669b814 Mon Sep 17 00:00:00 2001 From: DougsShack Date: Fri, 31 Jan 2025 19:23:09 +0000 Subject: [PATCH] Add rss to valid editable file extensions --- models/site.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/models/site.rb b/models/site.rb index e5845721..9b2bc734 100644 --- a/models/site.rb +++ b/models/site.rb @@ -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