mirror of
https://git.sr.ht/~cadence/cloudtube
synced 2026-03-02 02:31:35 +00:00
Add narration to "can't think" page
This commit is contained in:
parent
539260c8de
commit
7f756d5762
5 changed files with 34 additions and 3 deletions
|
|
@ -32,7 +32,9 @@ let constants = {
|
|||
// The URL of the local NewLeaf instance, which is always used for subscription updates.
|
||||
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
|
||||
allow_regexp_filters: false,
|
||||
// Audio narration on the "can't think" page. `null` to disable narration, or a URL to enable with that audio file.
|
||||
cant_think_narration_url: null
|
||||
},
|
||||
|
||||
// *** ***
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue