aboutsummaryrefslogtreecommitdiffstats
path: root/src/js/config/defaults.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/js/config/defaults.js')
-rw-r--r--src/js/config/defaults.js12
1 files changed, 9 insertions, 3 deletions
diff --git a/src/js/config/defaults.js b/src/js/config/defaults.js
index 650bcd2a..0044d409 100644
--- a/src/js/config/defaults.js
+++ b/src/js/config/defaults.js
@@ -407,9 +407,6 @@ const defaults = {
tagUrl: '',
},
- // YouTube nocookies mode
- noCookie: false,
-
// Preview Thumbnails plugin
previewThumbnails: {
enabled: false,
@@ -424,6 +421,15 @@ const defaults = {
speed: true,
transparent: false,
},
+
+ // YouTube plugin
+ youtube: {
+ noCookie: false, // Whether to use an alternative version of YouTube without cookies
+ rel: 0, // No related vids
+ showinfo: 0, // Hide info
+ iv_load_policy: 3, // Hide annotations
+ modestbranding: 1, // Hide logos as much as possible (they still show one in the corner when paused)
+ },
};
export default defaults;