Re: [w3c/manifest] Make unbounded navigation scope less broad (#550)

Chrome currently sets the scope to the closest subdirectory if the scope is not defined.
For instance:
start_url
https://www.example.com/subdir/index.html
default scope
https://www.example.com/subdir/

start_url
https://www.example.com/subdir/?q=1
default scope
https://www.example.com/subdir/

start_url
https://www.example.com/start
default scope
https://www.example.com/

-- 
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/manifest/issues/550#issuecomment-277723812

Received on Monday, 6 February 2017 15:54:02 UTC