search for standard sites pub-search.waow.tech
search zig blog atproto
11
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: remove crossOrigin on publication images — bsky CDN has no CORS headers

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

-1
-1
site/atlas.js
··· 108 108 pubLoading[key] = true; 109 109 pubLoadCount++; 110 110 var img = new Image(); 111 - img.crossOrigin = 'anonymous'; 112 111 img.onload = function() { 113 112 pubImages[key] = img; 114 113 delete pubLoading[key];