[w3c/ServiceWorker] what should Client.navigate() set the referrer to? (#1086)

The SW spec doesn't say anything about referrer in Client.navigate().  Gecko code currently sets the referrer to the URL of the document being navigated, but that seems dubious to me.  Should it be the creation URL of the environment calling Client.navigation()?  So the service worker script URL?

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/ServiceWorker/issues/1086

Received on Wednesday, 8 March 2017 01:34:46 UTC