[gimp-web] Issue #230: Broken images and video on the website.



commit 9979097fa66d1feb4071ed84ab2682cc303d70f9
Author: Jehan <jehan girinstud io>
Date:   Mon May 24 21:28:48 2021 +0200

    Issue #230: Broken images and video on the website.
    
    Don't use the mirror/ version of the URLs to download.gimp.org when we
    want to embed videos. These redirect aren't appreciated by the content
    security policy of our web server.

 content/release-notes/gimp-2.10.md | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)
---
diff --git a/content/release-notes/gimp-2.10.md b/content/release-notes/gimp-2.10.md
index f52ae354..358da2fd 100644
--- a/content/release-notes/gimp-2.10.md
+++ b/content/release-notes/gimp-2.10.md
@@ -183,7 +183,7 @@ values in CIE LAB and CIE LCH at your preference.
 
 <p>
 <video width="960" height="540" controls>
-  <source src="https://download.gimp.org/mirror/pub/gimp/video/v2.10/gimp-2-10-0-unified-transform.webm"; 
type="video/webm">
+  <source src="https://download.gimp.org/pub/gimp/video/v2.10/gimp-2-10-0-unified-transform.webm"; 
type="video/webm">
 Your browser does not support the video tag.
 </video>
 </p>
@@ -203,7 +203,7 @@ in fashion photography for retouching.
 
 <p>
 <video width="960" height="540" controls>
-  <source src="https://download.gimp.org/mirror/pub/gimp/video/v2.10/gimp-2-10-0-warp-transform.webm"; 
type="video/webm">
+  <source src="https://download.gimp.org/pub/gimp/video/v2.10/gimp-2-10-0-warp-transform.webm"; 
type="video/webm">
 Your browser does not support the video tag.
 </video>
 </p>
@@ -238,8 +238,8 @@ new color stops from midpoints _right on the canvas_.
 
 <p>
 <video width="960" height="540" controls>
-  <source src="https://download.gimp.org/mirror/pub/gimp/video/v2.9/gimp-2-9-8-gradient-edit.webm"; 
type="video/webm">
-  <source src="https://download.gimp.org/mirror/pub/gimp/video/v2.9/gimp-2-9-8-gradient-edit.mp4"; 
type="video/mp4">
+  <source src="https://download.gimp.org/pub/gimp/video/v2.9/gimp-2-9-8-gradient-edit.webm"; 
type="video/webm">
+  <source src="https://download.gimp.org/pub/gimp/video/v2.9/gimp-2-9-8-gradient-edit.mp4"; type="video/mp4">
 Your browser does not support the video tag.
 </video>
 </p>
@@ -411,8 +411,8 @@ as EXR and TIFF.
 
 <p>
 <video width="960" height="540" controls>
-  <source src="https://download.gimp.org/mirror/pub/gimp/video/v2.9/gimp-2-9-8-clipped-colors-warning.webm"; 
type="video/webm">
-  <source src="https://download.gimp.org/mirror/pub/gimp/video/v2.9/gimp-2-9-8-clipped-colors-warning.mp4"; 
type="video/mp4">
+  <source src="https://download.gimp.org/pub/gimp/video/v2.9/gimp-2-9-8-clipped-colors-warning.webm"; 
type="video/webm">
+  <source src="https://download.gimp.org/pub/gimp/video/v2.9/gimp-2-9-8-clipped-colors-warning.mp4"; 
type="video/mp4">
 Your browser does not support the video tag.
 </video>
 </p>
@@ -514,8 +514,8 @@ _Supernova_, and _Panorama Projection_. But there will be more in the future.
 
 <p>
 <video width="960" height="576" controls>
-  <source src="https://download.gimp.org/mirror/pub/gimp/video/v2.9/gimp-2-9-6-spiral-filter.webm"; 
type="video/webm">
-  <source src="https://download.gimp.org/mirror/pub/gimp/video/v2.9/gimp-2-9-6-spiral-filter.mp4"; 
type="video/mp4">
+  <source src="https://download.gimp.org/pub/gimp/video/v2.9/gimp-2-9-6-spiral-filter.webm"; 
type="video/webm">
+  <source src="https://download.gimp.org/pub/gimp/video/v2.9/gimp-2-9-6-spiral-filter.mp4"; type="video/mp4">
 Your browser does not support the video tag.
 </video>
 </p>


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