lookbook/internal
soup 9aa8373055
Add video proxy to fix Firefox tracking protection blocking Twitter videos
Twitter's video.twimg.com CDN is blocked by Firefox's Enhanced Tracking
Protection when loaded cross-origin. This adds a server-side proxy that
streams videos through our domain.

- Add /proxy/video/{id} endpoint to proxy embed video URLs
- Update embed video player: click-to-play with overlay, muted, looping
- Show native controls on hover
2026-01-17 01:39:49 -05:00
..
components Initial commit: Lookbook personal collection app 2026-01-17 01:09:23 -05:00
data Add Twitter video support and use sql.Null[T] for nullable columns 2026-01-17 01:23:32 -05:00
embed Add Twitter video support and use sql.Null[T] for nullable columns 2026-01-17 01:23:32 -05:00
handlers Add video proxy to fix Firefox tracking protection blocking Twitter videos 2026-01-17 01:39:49 -05:00
middleware Initial commit: Lookbook personal collection app 2026-01-17 01:09:23 -05:00
migrations Add Twitter video support and use sql.Null[T] for nullable columns 2026-01-17 01:23:32 -05:00
opengraph Initial commit: Lookbook personal collection app 2026-01-17 01:09:23 -05:00
static Add video proxy to fix Firefox tracking protection blocking Twitter videos 2026-01-17 01:39:49 -05:00
video Initial commit: Lookbook personal collection app 2026-01-17 01:09:23 -05:00