Add section on federation denial-of-service

Ref #245
This commit is contained in:
AJ Jordan
2017-07-20 16:50:06 -07:00
parent fb0a2e8516
commit a96f782f72

View File

@ -2501,6 +2501,18 @@ Location: https://dustycloud.org/likes/345
</p>
</section>
<section id="security-federation-dos">
<h2>Federation denial-of-service</h2>
<p>
Servers should implement protections against denial-of-service
attacks from other, federated servers.
This can be done using, for example, some kind of ratelimiting
mechanism.
Servers should be especially careful to implement this protection
around activities that involve side effects.
</p>
</section>
<section id="security-sanitizing-content">
<h2>Sanitizing Content</h2>
<p>