Permalink
Browse files
updated limit on time fetching
- Loading branch information...
Showing
with
1 addition
and
1 deletion.
-
+1
−1
implementation-reports/postly.md
|
|
@@ -169,7 +169,7 @@ otherwise stored and not displayed. |
|
|
* [x] Webmentions are moderated before being displayed (MAY)
|
|
|
* [ ] Webmentions are periodically re-verified (MAY)
|
|
|
* [x] The receiver ensures any displayed data it properly encoded/filtered to prevent XSS attacks (MUST)
|
|
|
-* [ ] Respects a self-imposed limit on the time spent fetching the source URL (SHOULD)
|
|
|
+* [x] Respects a self-imposed limit on the time spent fetching the source URL (SHOULD)
|
|
|
* [ ] Respects a self-imposed limit on the number of bytes fetched from the source URL (SHOULD)
|
|
|
* [ ] The receiver accepts additional parameters or headers, and so has CSRF protection (SHOULD)
|
|
|
|
|
|
|
0 comments on commit
21518fd