YouTube Embedding - SSL

can this please be done so we can see videos

i thought it was just me that cant see them

Nope. It’s because mopar is on HTTPS (which is secure) and using an “unsafe” script (it’s loading youtube via HTTP).
Google chrome load insecure content via shortcut:

[quote=“sk8rdude461, post:4, topic:542801”]create a shortcut on your desktop.
Right click it. Hit properties.
In the “target” path add a space then put:
–allow-running-insecure-content
It should now look like:
C:\Users\YourName\AppData\Local\Google\Chrome\Application\chrome.exe --allow-running-insecure-content
You can then pin this to start or etc, and it will allow ANY insecure content. Just a warning.
Including youtube videos on here.[/quote]

[quote=“sk8rdude461, post:3, topic:543018”][quote author=drubrkletern link=topic=661895.msg4424085#msg4424085 date=1399872405]
i thought it was just me that cant see them
[/quote]
Nope. It’s because mopar is on HTTPS (which is secure) and using an “unsafe” script (it’s loading youtube via HTTP).
Google chrome load insecure content via shortcut:

[quote author=sk8rdude461 link=topic=661677.msg4423030#msg4423030 date=1399352864]
create a shortcut on your desktop.
Right click it. Hit properties.
In the “target” path add a space then put:
–allow-running-insecure-content
It should now look like:
C:\Users\YourName\AppData\Local\Google\Chrome\Application\chrome.exe --allow-running-insecure-content
You can then pin this to start or etc, and it will allow ANY insecure content. Just a warning.
Including youtube videos on here.
[/quote][/quote]

I’d rather not use this cheap-fix as it allows any insecure scripts to be parsed…

[quote=“AtomicInt_, post:4, topic:543018”][quote author=sk8rdude461 link=topic=661895.msg4424104#msg4424104 date=1399886710]

Nope. It’s because mopar is on HTTPS (which is secure) and using an “unsafe” script (it’s loading youtube via HTTP).
Google chrome load insecure content via shortcut:

[/quote]

I’d rather not use this cheap-fix as it allows any insecure scripts to be parsed…[/quote]
Someone asked how to disable the secure content warning. That was the only way I could find, which enables all insecure content. I tried finding a domain-specific option so you could only disable it on this site, but couldn’t.

Please do it :frowning:

If you want it, fix it.

https://github.com/moparisthebest/moparisthebest.com-smf

Fixed it:

https://github.com/moparisthebest/moparisthebest.com-smf/pull/5
https://github.com/atomicint/moparisthebest.com-smf/commit/a7475812cc38a8a76961275d2823c1b917f8c37e

Need MITB to implement

Dat one letter pull request

Has been requested for some time now… surprised no one else did it rofl

I appreciate the pull request, but did ask for a slight change before I merge it in.

Sorry I took so long, finally got around to committing the change you requested:

https://github.com/moparisthebest/moparisthebest.com-smf/pull/5
https://github.com/atomicint/moparisthebest.com-smf/commit/f9d2aa61971f0c314a1d4c23c8b332fc401d957e

Merged it in, thanks much. Looks like it fixed the issue! :slight_smile:

Thanks a lot MITB!

[quote=“naseem142, post:14, topic:543018”][quote author=Moparisthebest link=topic=661895.msg4424287#msg4424287 date=1400006021]
Merged it in, thanks much. Looks like it fixed the issue! :slight_smile:
[/quote]

Thanks a lot MITB![/quote]
TBH you should be thanking AtomicInt_ for him taking the 20 seconds to add an ‘s’ after http in the git. :stuck_out_tongue:

actually he removed letters :wink:

He removed a couple from the bottom and added the s but still :stuck_out_tongue:

Where did he add an S? :wink:

https://github.com/moparisthebest/moparisthebest.com-smf/commit/91435950604df0fa69756f869000c07f26bcd53b

[quote=“Mopman, post:18, topic:543018”]Where did he add an S? :wink:

https://github.com/moparisthebest/moparisthebest.com-smf/commit/91435950604df0fa69756f869000c07f26bcd53b[/quote]

The first commit was me just changing the protocol to HTTP secure but MITB pointed out raw [tt]//[/tt] will make the browser decide what protocol to use based on what the user is using.