This is an automated email from the ASF dual-hosted git repository.
yhu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git
The following commit(s) were added to refs/heads/master by this push:
new 892fa0a9357 Fix Run in Colab thumbnails blocked by CSP (#37838)
892fa0a9357 is described below
commit 892fa0a9357bce788b0a40968217a39323c389c4
Author: Abdelrahman Ibrahim <[email protected]>
AuthorDate: Thu Mar 12 18:55:33 2026 +0200
Fix Run in Colab thumbnails blocked by CSP (#37838)
---
website/www/site/layouts/shortcodes/button-colab.html | 2 +-
website/www/site/static/images/colab/icon32.png | Bin 0 -> 1418 bytes
2 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/website/www/site/layouts/shortcodes/button-colab.html
b/website/www/site/layouts/shortcodes/button-colab.html
index 37f205dfa5a..d787120ed7b 100644
--- a/website/www/site/layouts/shortcodes/button-colab.html
+++ b/website/www/site/layouts/shortcodes/button-colab.html
@@ -14,7 +14,7 @@ limitations under the License. See accompanying LICENSE file.
<td>
<a class="button" target="_blank" href="{{ .Get `url` }}">
<img alt="Run in Colab" width="32px" height="32px"
-
src="https://github.com/googlecolab/open_in_colab/raw/master/images/icon32.png"
/>
+ src="/images/colab/icon32.png" />
Run in Colab
</a>
</td>
diff --git a/website/www/site/static/images/colab/icon32.png
b/website/www/site/static/images/colab/icon32.png
new file mode 100644
index 00000000000..e453069916b
Binary files /dev/null and b/website/www/site/static/images/colab/icon32.png
differ