mirror of
https://github.com/CFC-Servers/cfc_cl_http_whitelist.git
synced 2025-03-04 03:03:18 -05:00
remove unused properties from file types
This commit is contained in:
parent
907c615594
commit
078ecde60a
@ -1,7 +1,6 @@
|
|||||||
local HTML = {
|
local HTML = {
|
||||||
name = "HTML",
|
name = "HTML",
|
||||||
extension = "html",
|
extension = "html",
|
||||||
maxFileSize = 0,
|
|
||||||
}
|
}
|
||||||
CFCHTTP.FileTypes.HTML = HTML
|
CFCHTTP.FileTypes.HTML = HTML
|
||||||
|
|
||||||
|
@ -1,7 +1,5 @@
|
|||||||
CFCHTTP.FileTypes.ID3 = {
|
CFCHTTP.FileTypes.ID3 = {
|
||||||
name = "ID3",
|
name = "ID3",
|
||||||
allowed = true,
|
|
||||||
maxFileSize = 0,
|
|
||||||
}
|
}
|
||||||
local ID3 = CFCHTTP.FileTypes.ID3
|
local ID3 = CFCHTTP.FileTypes.ID3
|
||||||
|
|
||||||
|
@ -1,8 +1,6 @@
|
|||||||
CFCHTTP.FileTypes.M3U = {
|
CFCHTTP.FileTypes.M3U = {
|
||||||
name = "M3U",
|
name = "M3U",
|
||||||
allowed = false,
|
|
||||||
extension = "m3u",
|
extension = "m3u",
|
||||||
maxFileSize = 0,
|
|
||||||
}
|
}
|
||||||
local M3U = CFCHTTP.FileTypes.M3U
|
local M3U = CFCHTTP.FileTypes.M3U
|
||||||
|
|
||||||
|
@ -1,8 +1,6 @@
|
|||||||
CFCHTTP.FileTypes.PLS = {
|
CFCHTTP.FileTypes.PLS = {
|
||||||
name = "PLS",
|
name = "PLS",
|
||||||
allowed = false,
|
|
||||||
extension = ".pls",
|
extension = ".pls",
|
||||||
maxFileSize = 10000,
|
|
||||||
}
|
}
|
||||||
local PLS = CFCHTTP.FileTypes.PLS
|
local PLS = CFCHTTP.FileTypes.PLS
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user