Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Gary Hunt 2 posts 22 karma points
    Aug 23, 2013 @ 13:35
    Gary Hunt
    0

    Minor bug when using HTTPS

    In DiploTraceLogViewer.ascx there are two references to the aspnetcdn which use explicit HTTP:// references.

    They ought to be scheme agnostic so that they can be loaded from HTTPS where appropriate.

    Change:

    <script src="http://ajax.aspnet.....

    to

    <script src="//ajax.aspnet.....

    and

    <link ... href="http://ajax.aspnet....

    to

    <link ... href="//ajax.aspnet...

    Cheers,

    Gary

Please Sign in or register to post replies

Write your reply to:

Draft