Changes between Version 3 and Version 4 of Ticket #44610, comment 9
- Timestamp:
- 07/23/2018 01:54:22 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #44610, comment 9
v3 v4 13 13 I'll test more if needed. If you inspect the JS-file, you will find that the Regex is extracting the video-ID, and regardless of what the original URL was, it will appropriately set the URL to:\\ 14 14 {{{#!php 15 {(http|https):}//(youtube|youtube-nocookie).com/embed/{ID}15 (http|https)://(youtube|youtube-nocookie).com/embed/{ID} 16 16 }}} 17 17 Schema is set to location.protocol, as I was unable to set the host argument with https when called from my localhost (http).