Difference between revisions of "Origin Trials"

From MozillaWiki
Jump to: navigation, search
(update link to Chrome's Origin Trials docs, move to a separate section Other Browsers Origin Trials, add Microsoft Edge OT links, add Articles section with blog post by Stephanie Stimac, float right TOC)
(Chrome OT Motivation and Explainer link)
Line 38: Line 38:
 
Documentation and lists of origin trials in other browsers:
 
Documentation and lists of origin trials in other browsers:
 
* [https://developer.chrome.com/docs/web-platform/origin-trials Google Chrome Origin Trials]
 
* [https://developer.chrome.com/docs/web-platform/origin-trials Google Chrome Origin Trials]
 +
 
** [https://github.com/GoogleChrome/OriginTrials/blob/gh-pages/developer-guide.md Origin Trials Guide for Web Developers]
 
** [https://github.com/GoogleChrome/OriginTrials/blob/gh-pages/developer-guide.md Origin Trials Guide for Web Developers]
 
** [https://web.dev/learn/pwa/experimental/#origin_trials Chrome Experimental Features: Origin Trials]
 
** [https://web.dev/learn/pwa/experimental/#origin_trials Chrome Experimental Features: Origin Trials]

Revision as of 11:24, 9 May 2024

Mozilla Firefox Origin Trials are a way for websites to opt-in to experimental web platform features.

Current Trials

Currently active trials are:

  • COEP: credentialless: Enables the `credentialless` value for the `Cross-Origin-Embedder-Policy` header.

Requesting a trial for your website

In order to request a trial please click here:

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:

origin-trial: your-token

O with a meta tag:

<meta http-equiv="origin-trial" content="your-token">

Articles

Articles and blog posts about Origin Trials in general:

  • 2020-10-28 Stephanie Stimac: What the heck is an Origin Trial?
    Origin Trials are a way for developers to test and use experimental web platform features for a limited amount of time in exchange for feedback. Feedback is key in origin trials as browsers are granting developers access to ensure that the feature makes sense and is usable.
  • ...

Other Browsers Origin Trials

Documentation and lists of origin trials in other browsers: