Uploaded image for project: 'Pegasus'
  1. Pegasus
  2. PM-1415

Pegasus/service/templates/base.html should use https when including remote javascript

XMLWordPrintable

    • Type: Icon: Bug Bug
    • Resolution: Cannot Reproduce
    • Priority: Icon: Major Major
    • None
    • Affects Version/s: 4.9.2
    • Component/s: Pegasus Dashboard
    • None
    • Environment:
      Firefox, macOS 10.14.5

      The webrowser states "Firefox has blocked parts of this page that are not secure".

      I believe the patch that we made was:
      ```
      <!-- JavaScript -->
      <script src="http://code.jquery.com/jquery-2.1.3.min.js" integrity="sha256-ivk71nXhz9nsyFDoYoGf2sbjrR9ddh+XDkCcfZxjvcM=" crossorigin="anonymous"></script>
      <script type="text/javascript" src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.2/js/bootstrap.min.js"></script>
      <script>
      ```
      Changing to https ---> `src=https`

            Assignee:
            mayani Rajiv Mayani
            Reporter:
            sdreyes Steven Reyes
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: