Permalink
Browse files

added, deployed, tested loopback sending avoidance

added, deployed, tested loopback sending avoidance to Falcon on tantek.com, and confirmed no regressions. 

See addition of if check https://github.com/indieweb/link-rel-parser-php/blob/master/src/IndieWeb/get_rel_webmention.php#L39 and function is_loopback https://github.com/indieweb/link-rel-parser-php/blob/master/src/IndieWeb/get_rel_webmention.php#L12 for details of implementation.
  • Loading branch information...
1 parent f19366f commit 5b45b44afedbdb07c7cca1b9bdf5ae268afc4673 @tantek tantek committed on GitHub Nov 2, 2016
Showing with 1 addition and 1 deletion.
  1. +1 −1 implementation-reports/falcon.md
@@ -81,7 +81,7 @@ Delete sending implementation in-progress.
### Security Considerations (4)
-* [ ] The sender avoids sending a Webmention to a loopback address (SHOULD)
+* [x] The sender avoids sending a Webmention to a loopback address (SHOULD)
### Extensions

0 comments on commit 5b45b44

Please sign in to comment.