immersive-web / webxr-samples

Samples to demonstrate use of the WebXR Device API
https://immersive-web.github.io/webxr-samples/
MIT License
995 stars 479 forks source link

Remove origin trial headers #57

Closed klausw closed 4 years ago

klausw commented 4 years ago

The most recent origin trial for WebXR ended Dec 3 2019, and WebXR is now enabled by default in stable Chrome, so the headers are just a source of potential confusion.

Origin trial status: https://developers.chrome.com/origintrials/#/view_trial/-5670031930859454463

Autogenerated change (a bit nasty since there's at least one file with DOS line endings):

$ perl -0 -pi -e 's/\r?\n.*\n.*\n.*origin-trial.*\r?\n//ig;' *.html */*.html
toji commented 4 years ago

Good call, thanks!