diff options
author | Sam Potts <sam@potts.es> | 2020-06-27 22:07:40 +1000 |
---|---|---|
committer | Sam Potts <sam@potts.es> | 2020-10-19 21:43:20 +1100 |
commit | c77ba3ecf0d11605ab8cfa9ef2b752a78390571a (patch) | |
tree | 2625def8080ba94ca2c429c5526c6b5e1430ff3e | |
parent | 760f5f946991691241b48cd2e1aabff4eb2f2855 (diff) | |
download | plyr-c77ba3ecf0d11605ab8cfa9ef2b752a78390571a.tar.lz plyr-c77ba3ecf0d11605ab8cfa9ef2b752a78390571a.tar.xz plyr-c77ba3ecf0d11605ab8cfa9ef2b752a78390571a.zip |
Revert noCookie change
-rw-r--r-- | src/js/config/defaults.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/js/config/defaults.js b/src/js/config/defaults.js index 8f5d081b..fae59619 100644 --- a/src/js/config/defaults.js +++ b/src/js/config/defaults.js @@ -431,7 +431,7 @@ const defaults = { // YouTube plugin youtube: { - noCookie: true, // Whether to use an alternative version of YouTube without cookies + 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 |