w3c / webappsec-referrer-policy

WebAppSec Referrer Policy
https://w3c.github.io/webappsec-referrer-policy/
Other
26 stars 27 forks source link

Editorial: export terms for Fetch #80

Closed annevk closed 8 years ago

annevk commented 8 years ago

Note that the generated resource is not ideal here. I tried to solve those problems in #79 so you might want to merge that first.

annevk commented 8 years ago

This PR coupled with https://github.com/tabatkins/bikeshed/issues/855 will make it feasible for Fetch to no longer use an "anchors" block for Referrer Policy links.

annevk commented 8 years ago

I'll rebase this.

annevk commented 8 years ago

Done. By the way, why is there both a master and gh-pages branch?

estark37 commented 8 years ago

Thanks @annevk! The gh-pages branch makes the spec accessible at https://w3c.github.io/webappsec-referrer-policy/

annevk commented 8 years ago

I understand, but wouldn't it be easier to just have a gh-pages branch then and do away with master?

estark37 commented 8 years ago

Not sure -- that's the way it's been set up since before my time, and seems to be the way other webappsec specs are set up too. @mikewest @jeisinger? Maybe it's sometimes convenient to be able to put changes on master without updating the editor's draft right away?