www-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

www home.html


From: Ineiev
Subject: www home.html
Date: Fri, 27 Dec 2019 05:44:05 -0500 (EST)

CVSROOT:        /web/www
Module name:    www
Changes by:     Ineiev <ineiev> 19/12/27 05:44:04

Modified files:
        .              : home.html 

Log message:
        Add "crossorigin" attribute to <video>.

CVSWeb URLs:
http://web.cvs.savannah.gnu.org/viewcvs/www/home.html?cvsroot=www&r1=1.579&r2=1.580

Patches:
Index: home.html
===================================================================
RCS file: /web/www/www/home.html,v
retrieving revision 1.579
retrieving revision 1.580
diff -u -b -r1.579 -r1.580
--- home.html   26 Dec 2019 18:50:24 -0000      1.579
+++ home.html   27 Dec 2019 10:44:04 -0000      1.580
@@ -1,5 +1,5 @@
 <!--#include virtual="/server/html5-header.html" -->
-<!-- Parent-Version: 1.86 -->
+<!-- Parent-Version: 1.90 -->
    <!--#if expr="$QUERY_STRING = /distro=([^&#]+)/"
 --><!--#set var="DISTRO" value="$1"
 --><!--#else --><!--#set var="DISTRO" value="hyperbola"
@@ -183,7 +183,7 @@
 <div class="first-column">
 
 <div style="max-width: 40em; margin: 2.3em auto 0">
-<video width="100%" controls="controls"
+<video width="100%" controls="controls" crossorigin="anonymous"
 
poster="https://static.fsf.org/nosvn/videos/fsf-shoetool/thumbnails/ShoeTool-Cover-1.jpg";>
 
 <source
@@ -552,7 +552,7 @@
 
 <p class="unprintable">Updated:
 <!-- timestamp start -->
-$Date: 2019/12/26 18:50:24 $
+$Date: 2019/12/27 10:44:04 $
 <!-- timestamp end -->
 </p>
 </div>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]