aboutsummaryrefslogtreecommitdiffhomepage
path: root/config/default.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'config/default.yaml')
-rw-r--r--config/default.yaml8
1 files changed, 8 insertions, 0 deletions
diff --git a/config/default.yaml b/config/default.yaml
index 1a8b19136..0b096cf8d 100644
--- a/config/default.yaml
+++ b/config/default.yaml
@@ -126,6 +126,14 @@ redundancy:
126# strategy: 'recently-added' # Cache recently added videos 126# strategy: 'recently-added' # Cache recently added videos
127# min_views: 10 # Having at least x views 127# min_views: 10 # Having at least x views
128 128
129# Other instances that duplicate your content
130remote_redundancy:
131 videos:
132 # 'nobody': Do not accept remote redundancies
133 # 'anybody': Accept remote redundancies from anybody
134 # 'followings': Accept redundancies from instance followings
135 accept_from: 'anybody'
136
129csp: 137csp:
130 enabled: false 138 enabled: false
131 report_only: true # CSP directives are still being tested, so disable the report only mode at your own risk! 139 report_only: true # CSP directives are still being tested, so disable the report only mode at your own risk!