Title: [203327] trunk/Websites/bugs.webkit.org
Revision
203327
Author
[email protected]
Date
2016-07-16 11:31:19 -0700 (Sat, 16 Jul 2016)

Log 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.

Modified Paths

Diff

Modified: trunk/Websites/bugs.webkit.org/ChangeLog (203326 => 203327)


--- trunk/Websites/bugs.webkit.org/ChangeLog	2016-07-16 17:21:07 UTC (rev 203326)
+++ trunk/Websites/bugs.webkit.org/ChangeLog	2016-07-16 18:31:19 UTC (rev 203327)
@@ -1,3 +1,13 @@
+2016-07-16  David Kilzer  <[email protected]>
+
+        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.
+
 2016-05-18  David Kilzer  <[email protected]>
 
         CVE-2016-2803: [SECURITY] XSS vulnerability in dependency graphs via bug summary

Modified: trunk/Websites/bugs.webkit.org/template/en/default/global/choose-product.html.tmpl (203326 => 203327)


--- trunk/Websites/bugs.webkit.org/template/en/default/global/choose-product.html.tmpl	2016-07-16 17:21:07 UTC (rev 203326)
+++ trunk/Websites/bugs.webkit.org/template/en/default/global/choose-product.html.tmpl	2016-07-16 18:31:19 UTC (rev 203327)
@@ -68,7 +68,7 @@
     <!-- Custom Web Accessibility Link -->
     <tr>
       <th align="right" valign="top">
-        <a href=""
+        <a href=""
       </th>
       <td valign="top">Accessibility-related bugs for WebKit</td>
     </tr>
@@ -76,7 +76,7 @@
     <!-- Custom Web Inspector Link -->
     <tr>
       <th align="right" valign="top">
-        <a href=""
+        <a href=""
       </th>
       <td valign="top">The Web Inspector Developer Tools</td>
     </tr>
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to