idnits 2.17.1 draft-manyfolks-hrcrfc7725-00.txt: Checking boilerplate required by RFC 5378 and the IETF Trust (see https://trustee.ietf.org/license-info): ---------------------------------------------------------------------------- No issues found here. Checking nits according to https://www.ietf.org/id-info/1id-guidelines.txt: ---------------------------------------------------------------------------- No issues found here. Checking nits according to https://www.ietf.org/id-info/checklist : ---------------------------------------------------------------------------- ** The abstract seems to contain references ([RFC7725]), which it shouldn't. Please replace those with straight textual mentions of the documents in question. Miscellaneous warnings: ---------------------------------------------------------------------------- == The copyright year in the IETF Trust and authors Copyright Line does not match the current year -- The document date (July 15, 2017) is 2477 days in the past. Is this intentional? Checking references for intended status: Informational ---------------------------------------------------------------------------- -- Looks like a reference, but probably isn't: '1' on line 331 Summary: 1 error (**), 0 flaws (~~), 1 warning (==), 2 comments (--). Run idnits with the --verbose option for more detailed information about the items above. -------------------------------------------------------------------------------- 2 Human Rights Protocol Considerations Research Group S. Abraham 3 Internet-Draft CIS India 4 Intended status: Informational MP. Canales 5 Expires: January 16, 2018 Derechos Digitales 6 O. Khrustaleva 7 American University 8 C. Runnegar 9 ISOC 10 July 15, 2017 12 Human Rights Considerations for RFC7725 13 draft-manyfolks-hrcrfc7725-00 15 Abstract 17 This is draft applies the model for developing human rights protocol 18 considerations as defined in draft-irtf-hrpc-research for [RFC7725]. 20 Status of This Memo 22 This Internet-Draft is submitted in full conformance with the 23 provisions of BCP 78 and BCP 79. 25 Internet-Drafts are working documents of the Internet Engineering 26 Task Force (IETF). Note that other groups may also distribute 27 working documents as Internet-Drafts. The list of current Internet- 28 Drafts is at http://datatracker.ietf.org/drafts/current/. 30 Internet-Drafts are draft documents valid for a maximum of six months 31 and may be updated, replaced, or obsoleted by other documents at any 32 time. It is inappropriate to use Internet-Drafts as reference 33 material or to cite them other than as "work in progress." 35 This Internet-Draft will expire on January 16, 2018. 37 Copyright Notice 39 Copyright (c) 2017 IETF Trust and the persons identified as the 40 document authors. All rights reserved. 42 This document is subject to BCP 78 and the IETF Trust's Legal 43 Provisions Relating to IETF Documents 44 (http://trustee.ietf.org/license-info) in effect on the date of 45 publication of this document. Please review these documents 46 carefully, as they describe your rights and restrictions with respect 47 to this document. Code Components extracted from this document must 48 include Simplified BSD License text as described in Section 4.e of 49 the Trust Legal Provisions and are provided without warranty as 50 described in the Simplified BSD License. 52 Table of Contents 54 1. Introduction . . . . . . . . . . . . . . . . . . . . . . . . 2 55 2. Connectivity . . . . . . . . . . . . . . . . . . . . . . . . 2 56 3. Visibility in a browser . . . . . . . . . . . . . . . . . . . 2 57 4. Privacy . . . . . . . . . . . . . . . . . . . . . . . . . . . 3 58 5. Content Agnosticism . . . . . . . . . . . . . . . . . . . . . 3 59 6. Security . . . . . . . . . . . . . . . . . . . . . . . . . . 4 60 7. Internationalization . . . . . . . . . . . . . . . . . . . . 4 61 8. Censorship Resistance . . . . . . . . . . . . . . . . . . . . 4 62 9. Open Standards . . . . . . . . . . . . . . . . . . . . . . . 4 63 10. Heterogeneity Support . . . . . . . . . . . . . . . . . . . . 5 64 11. Anonymity . . . . . . . . . . . . . . . . . . . . . . . . . . 5 65 12. Accessibility . . . . . . . . . . . . . . . . . . . . . . . . 5 66 13. Localization . . . . . . . . . . . . . . . . . . . . . . . . 5 67 14. Reliability . . . . . . . . . . . . . . . . . . . . . . . . . 5 68 15. Confidentiality . . . . . . . . . . . . . . . . . . . . . . . 6 69 16. Integrity . . . . . . . . . . . . . . . . . . . . . . . . . . 6 70 17. Authenticity . . . . . . . . . . . . . . . . . . . . . . . . 6 71 18. Adaptability . . . . . . . . . . . . . . . . . . . . . . . . 6 72 19. Outcome Transparency . . . . . . . . . . . . . . . . . . . . 6 73 20. Security Considerations . . . . . . . . . . . . . . . . . . . 7 74 21. IANA Considerations . . . . . . . . . . . . . . . . . . . . . 7 75 22. Research Group Information . . . . . . . . . . . . . . . . . 7 76 23. References . . . . . . . . . . . . . . . . . . . . . . . . . 7 77 23.1. Informative References . . . . . . . . . . . . . . . . . 7 78 23.2. URIs . . . . . . . . . . . . . . . . . . . . . . . . . . 7 79 Authors' Addresses . . . . . . . . . . . . . . . . . . . . . . . 8 81 1. Introduction 83 This is draft applies the model for developing human rights protocol 84 considerations as defined in draft-irtf-hrpc-research for RFC7725. 86 2. Connectivity 88 HTTP 451 status code response can be sent by the end nodes as well as 89 by intermediary nodes, which makes for a potential anonymity breach 90 possible. However, this anonymity breach needs to be intentional. 92 3. Visibility in a browser 94 In the web-browsing context, the HTTP status code response might only 95 be issued for a sub-resource (e.g. images, videos, extra HTML, CSS, 96 or JavaScript, which are each fetched using separate requests), 97 rather than the top-level resource seen in a browser's address bar. 98 For example, consider a web page at https://example.net/video/ with 99 an embedded video window implemented in html as 101