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



commit 703e065c26c54a63a143be16c6daef9e5b0e0f66
Author: Jehan <jehan girinstud io>
Date:   Fri Jul 23 18:18:19 2021 +0200

    Revert "Issue #230: Broken images and video on the website."
    
    This reverts commit 9979097fa66d1feb4071ed84ab2682cc303d70f9.
    
    The videos use to break because of mirror redirection and CSP.
    Nevertheless the mirrors used for video URLs are limited on purpose (3
    mirrors only, additional to the main download source) and now I have
    updated the CSP rules to accept these specific mirrors as valid sources.
    So the videos should work again while using the mirror/ URIs.

 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 82505928..5107c73e 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/pub/gimp/video/v2.10/gimp-2-10-0-unified-transform.webm"; 
type="video/webm">
+  <source src="https://download.gimp.org/mirror/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/pub/gimp/video/v2.10/gimp-2-10-0-warp-transform.webm"; 
type="video/webm">
+  <source src="https://download.gimp.org/mirror/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/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">
+  <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">
 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/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">
+  <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">
 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/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">
+  <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">
 Your browser does not support the video tag.
 </video>
 </p>


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