20
edits
m (Fix incorrect link syntax.) |
(Add usage instructions.) |
||
Line 17: | Line 17: | ||
That will take you to Bugzilla with an already-prefilled template where you'd need to fill a few details (like trial name, website origin, whether subdomains should be included, and a suggested expiration date / other details if you know them). A token will be given to you in that bug. | That will take you to Bugzilla with an already-prefilled template where you'd need to fill a few details (like trial name, website origin, whether subdomains should be included, and a suggested expiration date / other details if you know them). A token will be given to you in that bug. | ||
== Using the trial token == | |||
Once you get a reply with a token, you can use them by serving your page with the relevant header: | |||
<pre> | |||
origin-trial: your-token | |||
</pre> | |||
O with a meta tag: | |||
<pre> | |||
<meta http-equiv="origin-trial" content="your-token"> | |||
</pre> |
edits