Commit Graph
4 Commits
Author SHA1 Message Date
ldm0 fcdabf7385 fix(blob): generate UUIDs for object URL identifiers
Use collision-checked random UUIDs for object URL identifiers instead of a process-local counter. Reuse the existing UUID generation for Blob identity and cover URL format plus independent lifetime for multiple URLs referencing one Blob.
2026-09-18 04:45:50 +08:00
ldm0 b47fab8bcd fix(file-api): authorize blob URL revocation by storage key
Store the URL creator’s browser partition and storage key separately from its backing Blob, and check authorization atomically with URL removal. Use the Worker environment storage key and a shared opaque-origin nonce allocator for Windows and Workers.

Source: e090f2b070
2026-09-16 16:32:31 +08:00
ldm0 3830abc0ac fix(blob): ignore URL fragments during resource lookup 2026-09-14 05:56:17 +08:00
ldm0 27b5135cb6 Public preview 2026-08-11 00:10:12 +08:00