question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Partition Blob storage

See original GitHub issue

Currently blob are accessible via URLs generated from URL.createObjectURL in a third-party context. We should partition the storage in a way that blobs can’t be accessed in 3p context via URL generated in 1p context.

See also https://privacytests.org/ for blob storage partitioning test.

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:9 (7 by maintainers)

github_iconTop GitHub Comments

2reactions
pes10kcommented, Apr 10, 2022
1reaction
goodovcommented, Apr 28, 2022

@goodov looks like https://privacytests.org/ has 1.37.x listed on main page and https://privacytests.org/nightly.html has 1.40.x on the Nightly page. Since neither of these will allow me to check 1.39.x, I’ll use the page from #21746 (comment) for testing.

Any issues with this? Adding QA/Blocked until we confirm 👍🏻

I don’t see how privacytests.org can affect our own testing. We have our testing page and it should work for 1.39.x perfectly fine.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Data partitioning strategies - Azure Architecture Center
Azure Blob Storage makes it possible to hold large binary objects. Use block blobs in scenarios when you need to upload or download...
Read more >
Q71. How do Partitions work in storage services like Blobs ...
The partition determines how Windows Azure storage load balances blobs, messages, and entities across servers to meet the traffic needs of these objects....
Read more >
azure-content/best-practices-data-partitioning.md at master
Partitioning allows each partition to be deployed on a different type of data store, based on cost and the built-in features that data...
Read more >
Azure Blob Storage | Here's Everything You Need to Know
Azure Blob Storage is a storage solution of the Microsoft Azure service for the cloud. It allows you to store massive amounts of...
Read more >
Azure storage partition names - - Rackspace
If you are using Microsoft® Azure® Blob Storage and have a heavy ... partitioning scheme to scale and load balance the storage system....
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found