fix(post form): reject non-media file links

This commit is contained in:
Tommaso Casaburi
2026-06-03 17:10:37 +07:00
parent 188c44a923
commit 95f3a54b9d
38 changed files with 171 additions and 43 deletions
+3 -1
View File
@@ -403,5 +403,7 @@
"youtube_thumbnail_link_conversion_notice": "YouTube-link registreret. Indsætter miniaturebillede om {{count}}...",
"stats_scope_all_listed_boards": "Alle viste boards (langsomt)",
"stats_scope_directory_boards": "Kun boards i kataloget (hurtigt)",
"boards_loaded": "indlæste boards:"
"boards_loaded": "indlæste boards:",
"link_not_image_or_video_alert": "Linket er ikke et billede eller en video.",
"not_a_file": "ikke en fil"
}