You've already forked AstralRinth
forked from didirus/AstralRinth
YouTube embed fix (#442)
This commit is contained in:
@@ -19,7 +19,7 @@ const options = {
|
|||||||
const allowedSources = [
|
const allowedSources = [
|
||||||
{
|
{
|
||||||
regex:
|
regex:
|
||||||
/^https?:\/\/(www\.)?youtube\.com\/embed\/[a-zA-Z0-9_]{11}(\?&autoplay=[0-1]{1})?$/,
|
/^https?:\/\/(www\.)?youtube(-nocookie)?\.com\/embed\/[a-zA-Z0-9_-]{11}(\?&autoplay=[0-1]{1})?$/,
|
||||||
remove: ['&autoplay=1'], // Prevents autoplay
|
remove: ['&autoplay=1'], // Prevents autoplay
|
||||||
},
|
},
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user