mirror of
https://git.sr.ht/~cadence/cloudtube
synced 2026-05-26 12:32:25 +00:00
Implement video filters
This commit is contained in:
parent
aa953dc796
commit
db7ccabb3b
19 changed files with 790 additions and 9 deletions
|
|
@ -26,7 +26,9 @@ let constants = {
|
|||
// Settings for the server to use internally.
|
||||
server_setup: {
|
||||
// The URL of the local NewLeaf instance, which is always used for subscription updates.
|
||||
local_instance_origin: "http://localhost:3000"
|
||||
local_instance_origin: "http://localhost:3000",
|
||||
// Whether users may filter videos by regular expressions. Unlike square patterns, regular expressions are _not_ bounded in complexity, so this can be used for denial of service attacks. Only enable if this is a private instance and you trust all the members.
|
||||
allow_regexp_filters: false
|
||||
},
|
||||
|
||||
// *** ***
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue