You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I should block every request that was not sent from the home page of localhost. But unfortunately, Referer is not included, so something like this is not possible. At least in Chrome and Firefox.
I was looking at the spec and was not able to find a list of headers or referer.
Was this written somewhere that it should not be allowed to read the referer?
The text was updated successfully, but these errors were encountered:
Are there any reason why referer is not included wit fetchEvent in the Service Worker?
I have this use case where I wanted to block all requests that originated from specific page.
This is actual code that used my library called Wayne, that I was hoping it would work:
I should block every request that was not sent from the home page of localhost. But unfortunately, Referer is not included, so something like this is not possible. At least in Chrome and Firefox.
I was looking at the spec and was not able to find a list of headers or referer.
Was this written somewhere that it should not be allowed to read the referer?
The text was updated successfully, but these errors were encountered: