Title: [193835] trunk/Websites/webkit.org
Revision
193835
Author
j...@apple.com
Date
2015-12-09 09:34:04 -0800 (Wed, 09 Dec 2015)

Log Message

Fixed broken link: https://webkit.org/old/security/security-group-members.html
https://bugs.webkit.org/show_bug.cgi?id=152010

Reviewed by Timothy Hatcher.

* .htaccess:
* security-policy.md:
* wp-content/themes/webkit/style.css:
(article h4):
(article h5):

Modified Paths

Diff

Modified: trunk/Websites/webkit.org/.htaccess (193834 => 193835)


--- trunk/Websites/webkit.org/.htaccess	2015-12-09 16:54:37 UTC (rev 193834)
+++ trunk/Websites/webkit.org/.htaccess	2015-12-09 17:34:04 UTC (rev 193835)
@@ -62,7 +62,7 @@
 Redirect 301 /quality/testing.html /testing-contributions/
 Redirect 301 /quality/testwriting.html /writing-new-tests/
 Redirect 301 /security/index.html /security-policy/
-Redirect 301 /security/security-group-members.html /security-policy/
+Redirect 301 /security/security-group-members.html /security-team/
 Redirect 301 /security/ /security-policy/
 Redirect 301 /security /security-policy/
 Redirect 301 /status.html /status/

Modified: trunk/Websites/webkit.org/ChangeLog (193834 => 193835)


--- trunk/Websites/webkit.org/ChangeLog	2015-12-09 16:54:37 UTC (rev 193834)
+++ trunk/Websites/webkit.org/ChangeLog	2015-12-09 17:34:04 UTC (rev 193835)
@@ -1,5 +1,18 @@
 2015-12-09  Jonathan Davis  <j...@apple.com>
 
+        Fixed broken link: https://webkit.org/old/security/security-group-members.html
+        https://bugs.webkit.org/show_bug.cgi?id=152010
+
+        Reviewed by Timothy Hatcher.
+
+        * .htaccess:
+        * security-policy.md:
+        * wp-content/themes/webkit/style.css:
+        (article h4):
+        (article h5):
+
+2015-12-09  Jonathan Davis  <j...@apple.com>
+
         Fix function reference change.
 
         * wp-content/themes/webkit/scripts/global.js:

Modified: trunk/Websites/webkit.org/security-policy.md (193834 => 193835)


--- trunk/Websites/webkit.org/security-policy.md	2015-12-09 16:54:37 UTC (rev 193834)
+++ trunk/Websites/webkit.org/security-policy.md	2015-12-09 17:34:04 UTC (rev 193835)
@@ -4,7 +4,7 @@
 2. **Scope of disclosure:** If you would like to limit further dissemination of the information in the bug report, please say so in the bug. Otherwise the WebKit Security Group may share information with other vendors if we find they may be affected by the same vulnerability. The WebKit Security Group will handle the information you provide responsibly. See the other sections of this document for details.
 3. **Getting feedback:** We cannot guarantee a prompt human response to every security bug filed. If you would like immediate feedback on a security issue, or would like to discuss details with members of the WebKit Security Group, please email [secur...@webkit.org](mailto:secur...@webkit.org) and include a link to the relevant Bugzilla bug. Your message will be acknowledged within a week at most.
 
-The current member list will be published at [http://webkit.org/security/security-group-members.html](security-group-members.html).
+The current member list is published on the [Security Team](/security-team) page.
 
 ### How To Join the WebKit Security Group
 

Modified: trunk/Websites/webkit.org/wp-content/themes/webkit/style.css (193834 => 193835)


--- trunk/Websites/webkit.org/wp-content/themes/webkit/style.css	2015-12-09 16:54:37 UTC (rev 193834)
+++ trunk/Websites/webkit.org/wp-content/themes/webkit/style.css	2015-12-09 17:34:04 UTC (rev 193835)
@@ -793,7 +793,7 @@
 article h4 {
     font-size: 2.2rem;
     line-height: 1.125;
-    font-weight: 200;
+    font-weight: 600;
 }
 
 article h5 {
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to