We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c59d70 commit 66a4386Copy full SHA for 66a4386
js/index.html
@@ -24,7 +24,7 @@ <h1>VAPID verification</h1>
24
<div id="inputs" class="section">
25
<div id="version">
26
<label for="version"><input type="radio" name="version" value="1" checked>VAPID Draft spec-01</label>
27
- <label for="version"><input type="radio" name="version" value="2">VAPID Draft spec-02</label>
+ <label for="version"><input type="radio" name="version" value="2">VAPID RFC</label>
28
</div>
29
<a name="headers"><h2>Headers</h2></a>
30
<p>The headers are sent with subscription updates. They provide the
0 commit comments