Skip to content

Commit

Permalink
Fix: Mention potential mutability of the WebFinger address
Browse files Browse the repository at this point in the history
Fix #10
  • Loading branch information
trwnh committed Mar 25, 2024
1 parent 31607c7 commit 301d547
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,7 @@ <h4>Recommendations for handling usernames</h4>
<ul>
<li>Implementers SHOULD treat local usernames as case-insensitive.</li>
<li>Implementers SHOULD NOT assume case insensitivity for external usernames.</li>
<li>Implementers SHOULD NOT treat usernames as stable identifiers that will always map to the same actor, and SHOULD use the actor <code>id</code> in any references to an actor.(Implementers that currently treat usernames as canonical identifiers SHOULD take steps to avoid doing so in the future.)</li>
</ul>
</section>
</section>
Expand Down

0 comments on commit 301d547

Please sign in to comment.