Changeset 203327 in webkit


Ignore:
Timestamp:
Jul 16, 2016, 11:31:19 AM (9 years ago)
Author:
ddkilzer@apple.com
Message:

Use secure (https) links on enter_bug.cgi
<https://webkit.org/b/159853>

Reviewed by Alexey Proskuryakov.

  • template/en/default/global/choose-product.html.tmpl:

Use https instead of http for links to webkit.org.

Location:
trunk/Websites/bugs.webkit.org
Files:
2 edited

Legend:

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

    r201097 r203327  
     12016-07-16  David Kilzer  <ddkilzer@apple.com>
     2
     3        Use secure (https) links on enter_bug.cgi
     4        <https://webkit.org/b/159853>
     5
     6        Reviewed by Alexey Proskuryakov.
     7
     8        * template/en/default/global/choose-product.html.tmpl:
     9        Use https instead of http for links to webkit.org.
     10
    1112016-05-18  David Kilzer  <ddkilzer@apple.com>
    212
  • trunk/Websites/bugs.webkit.org/template/en/default/global/choose-product.html.tmpl

    r174778 r203327  
    6969    <tr>
    7070      <th align="right" valign="top">
    71         <a href="http://webkit.org/new-ax-bug">Accessibility</a>:&nbsp;
     71        <a href="https://webkit.org/new-ax-bug">Accessibility</a>:&nbsp;
    7272      </th>
    7373      <td valign="top">Accessibility-related bugs for WebKit</td>
     
    7777    <tr>
    7878      <th align="right" valign="top">
    79         <a href="http://webkit.org/new-inspector-bug">Inspector</a>:&nbsp;
     79        <a href="https://webkit.org/new-inspector-bug">Inspector</a>:&nbsp;
    8080      </th>
    8181      <td valign="top">The Web Inspector Developer Tools</td>
Note: See TracChangeset for help on using the changeset viewer.