1
0
Fork 0
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:
Cadence Ember 2021-08-20 20:45:36 +12:00
parent 539260c8de
commit 7f756d5762
No known key found for this signature in database
GPG key ID: BC1C2C61CF521B17
5 changed files with 34 additions and 3 deletions

View file

@ -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
},
// *** ***