Re: [MIX] Require HTTPS scripts to be able to anything HTTP scripts can do.

Regarding:

<script src=http://example.com/scripts/doStuff.js>
that link can ALWAYS be changed to:
<script src=https://example.com/scripts/doStuff.js>
and nothing will break

This does not seem true to me, Brad. If my script has hard-coded HTTP links
for resource retrieval and I disable HTTP or redirect to HTTPS in certain
ways, those scripts will sometimes break. I ran into this •last week•.

Never doubt the power of a crazy developer. :)

Respectfully,
--
Jim Manico
@Manicode
(808) 652-3805

On Jan 2, 2015, at 11:16 AM, Brad Hill <hillbrad@gmail.com> wrote:

<script src=http://example.com/scripts/doStuff.js>

that link can ALWAYS be changed to:

<script src=https://example.com/scripts/doStuff.js>

and nothing will b

Received on Friday, 2 January 2015 21:21:52 UTC