Skip to content

Commit 7e31124

Browse files
committed
Fold Martin's suggested text in
1 parent 8b57fd3 commit 7e31124

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

draft-ietf-httpapi-privacy.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,10 @@ recommendations above.
170170
## Implement Relevant Protocols
171171

172172
Clients SHOULD support and query for HTTPS records {{!RFC9460}} when
173-
establishing a connection and SHOULD respect HSTS headers {{!RFC6797}} received
173+
establishing a connection. This gives servers an opportunity to provide more
174+
complete information about capabilities, some of which are security-relevant.
175+
176+
Clients SHOULD respect HSTS headers {{!RFC6797}} received
174177
from a server. This includes implementing persistent storage of HSTS indications
175178
received from the server.
176179

@@ -185,8 +188,10 @@ token whose value begins with "secret-token:" over an insecure channel.
185188
When authentication is used, clients SHOULD require an explicit indication from
186189
the user or caller that an insecure context is expected which is distinct from
187190
the provided URI. Depending on the interface, this might be a UI preference or
188-
an API flag. Without such an indication, attempts to send credentials should
189-
fail without producing any network traffic.
191+
an API flag.
192+
193+
Absent such an indication, clients of HTTP APIs MUST implement and use HTTPS
194+
exclusively.
190195

191196
# Security Considerations
192197

0 commit comments

Comments
 (0)