Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consider treating Service Workers as first parties #189

Open
biancadanforth opened this issue Aug 31, 2017 · 0 comments
Open

Consider treating Service Workers as first parties #189

biancadanforth opened this issue Aug 31, 2017 · 0 comments

Comments

@biancadanforth
Copy link
Collaborator

It's not clear right now how the capture code treats Service Workers (these load in non-visible tabs, i.e. tabId = -1). It would be good to check, and we should consider treating them as first parties.

@jonathanKingston Aren't SWs usually (if not always) a same origin page script loaded from the first party? In that case any third party requests it may make would be captured relative to the page that loaded the SW, no?
Are you suggesting SWs be treated as a first party separate from the page that loaded the SW? Anyway, more clarification on what this means and how we might check for it would be helpful!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants