Re: [w3c/ServiceWorker] html no longer defines "referrer source" (#834)

@annevk, @domenic, here's my plan (Correct me if I'm wrong):

Remove the reference to "referrer source" in the definition of the settings object (in Run Service Worker) and add a reference to "referrer policy" instead that returns "worker global scope's referrer policy". Worker global scope's referrer policy is set when fetching the script in Update algorithm as other workers do in  run a worker: "Set worker global scope's referrer policy to the result of parsing the `Referrer-Policy` header of response."

-- 
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/834#issuecomment-248024173

Received on Monday, 19 September 2016 15:21:09 UTC