Changeset 122276 in webkit


Ignore:
Timestamp:
Jul 10, 2012 4:10:48 PM (12 years ago)
Author:
abarth@webkit.org
Message:

bugs.webkit.org has mixed content
https://bugs.webkit.org/show_bug.cgi?id=90907

Reviewed by Eric Seidel.

Now that we detect http XMLHttpRequests as mixed content, I've noticed
that we're loading committers.py over http instead of https. For
better security, we should use https.

  • committers-autocomplete.js:
Location:
trunk/Websites/bugs.webkit.org
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Websites/bugs.webkit.org/ChangeLog

    r119010 r122276  
     12012-07-10  Adam Barth  <abarth@webkit.org>
     2
     3        bugs.webkit.org has mixed content
     4        https://bugs.webkit.org/show_bug.cgi?id=90907
     5
     6        Reviewed by Eric Seidel.
     7
     8        Now that we detect http XMLHttpRequests as mixed content, I've noticed
     9        that we're loading committers.py over http instead of https.  For
     10        better security, we should use https.
     11
     12        * committers-autocomplete.js:
     13
    1142012-05-30  Ojan Vafai  <ojan@chromium.org>
    215
  • trunk/Websites/bugs.webkit.org/committers-autocomplete.js

    r109813 r122276  
    2525
    2626WebKitCommitters = (function() {
    27     var COMMITTERS_URL = 'http://svn.webkit.org/repository/webkit/trunk/Tools/Scripts/webkitpy/common/config/committers.py';
     27    var COMMITTERS_URL = 'https://svn.webkit.org/repository/webkit/trunk/Tools/Scripts/webkitpy/common/config/committers.py';
    2828    var m_committers;
    2929
Note: See TracChangeset for help on using the changeset viewer.