Skip to content

Commit d991564

Browse files
committed
Update the preference for MLS
1 parent 079c0a8 commit d991564

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

MessagingLayerSecurity.md

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Explainer: Prototype Web API for Messaging Layer Security (MLS)
22

3-
[Benjamin Beurdouche](mailto:bbeurdouche@mozilla.com)
4-
Last updated: November 29, 2024
3+
[Benjamin Beurdouche](mailto:beurdouche@mozilla.com)
4+
Last updated: February 20, 2025
55

66
### Overview
77

@@ -87,9 +87,13 @@ application level by defining coherent MLS group and client configurations, the
8787
MLS layer messages will be interoperable and applications will be able to build
8888
a shared group.
8989

90-
### How do I enable the experiment ?
90+
### How do I enable the experiment ?
9191

92-
**Navigate to \`about:config\` and set \`security.mls.enabled\` to \`true\`.**
92+
If you are not already part of an Origin Trial, navigate to **\`about:config\`**.
93+
94+
For Firefox 135: set \`security.mls.enabled\` to \`true\`.
95+
96+
For Firefox 136+: set \`dom.origin-trials.mls.state\` to \`1\`.
9397

9498
### Terminology
9599

@@ -169,6 +173,9 @@ let ga = await mls.groupJoin(a, co1.welcome)
169173
let pt1 = await ga.receive(ctx1)
170174
```
171175

176+
Note that, to ease testing, the code above runs both participants
177+
but each browser will typically run one participant.
178+
172179
### Prototype WebIDL Definition
173180

174181
```javascript

0 commit comments

Comments
 (0)