惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Forbes - Security
Forbes - Security
大猫的无限游戏
大猫的无限游戏
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
Jina AI
Jina AI
美团技术团队
博客园 - 聂微东
博客园 - 叶小钗
Security Latest
Security Latest
Threat Intelligence Blog | Flashpoint
Threat Intelligence Blog | Flashpoint
博客园_首页
Spread Privacy
Spread Privacy
J
Java Code Geeks
雷峰网
雷峰网
宝玉的分享
宝玉的分享
C
Cyber Attacks, Cyber Crime and Cyber Security
P
Privacy International News Feed
C
CXSECURITY Database RSS Feed - CXSecurity.com
T
Threat Research - Cisco Blogs
The Hacker News
The Hacker News
量子位
L
LINUX DO - 热门话题
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
G
GRAHAM CLULEY
D
Darknet – Hacking Tools, Hacker News & Cyber Security
月光博客
月光博客
腾讯CDC
Last Week in AI
Last Week in AI
人人都是产品经理
人人都是产品经理
酷 壳 – CoolShell
酷 壳 – CoolShell
T
Tor Project blog
罗磊的独立博客
V
Vulnerabilities – Threatpost
Apple Machine Learning Research
Apple Machine Learning Research
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
有赞技术团队
有赞技术团队
Project Zero
Project Zero
Hugging Face - Blog
Hugging Face - Blog
爱范儿
爱范儿
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
T
Tenable Blog
MyScale Blog
MyScale Blog
T
The Exploit Database - CXSecurity.com
GbyAI
GbyAI
博客园 - 【当耐特】
O
OpenAI News
Schneier on Security
Schneier on Security
S
Secure Thoughts
cs.CL updates on arXiv.org
cs.CL updates on arXiv.org
S
Securelist
博客园 - 司徒正美

Recent Commits to netinfo:gh-pages

chore: enable MDN + config cleanup · WICG/netinfo@7922967 chore: In the Browser Support table, show Android Firefox (#86) Merge pull request #83 from yoavweiss/cleanup Remove Save-Data and reference Client Hints Update w3c.json Use [SameObject] for navigator.connection IDL (#79) Remove extended attributes on mixin · WICG/netinfo@60dd214 Markdown cleanup Move Marcos to former editor. Added example about offline mode (#75) · WICG/netinfo@a241166 Update index.html (#72) Move ferjm to the former editors section (#70) define RTT, Downlink, ECT request header fields (#69) add saveData attribute to NetworkInformation (#66) · WICG/netinfo@10fdd2d Revamp of the "Requirements and use cases" section. (#65) use application RTT/throughput for NQE (#62) call out same+cross-origin exposure in privacy section clarify how rtt & downlink are determined (#57) Merge pull request #54 from WICG/threshold
first attempt at addressing #71 (#73) · WICG/netinfo@f759683
dret · 2018-07-15 · via Recent Commits to netinfo:gh-pages
Original file line numberDiff line numberDiff line change

@@ -490,6 +490,46 @@

490490

If the client wants to mitigate this class of attacks, they should disable JavaScript, monitor that all outbound requests are made to trusted origins, and make diligent use of anonymizing VPN/proxy services.

491491

</section>

492492
493+

<section id="iana-considerations">

494+

## IANA Considerations

495+
496+

The following three HTTP request header fields should be added to the permanent registry of message header fields (see [[!RFC3864]]), taking into account the guidelines given by HTTP/1.1 [[!RFC7231]].

497+
498+

<section id="registration-ect">

499+

### `ECT` Request Header Field Registration

500+
501+

* Header Field Name: ECT

502+

* Applicable Protocol: Hypertext Transfer Protocol (HTTP)

503+

* Status: Standard

504+

* Author/Change controller: W3C

505+

* Specification document(s): W3C TR https://www.w3.org/TR/netinfo/

506+
507+

</section>

508+
509+

<section id="registration-downlink">

510+

### `Downlink` Request Header Field Registration

511+
512+

* Header Field Name: Downlink

513+

* Applicable Protocol: Hypertext Transfer Protocol (HTTP)

514+

* Status: Standard

515+

* Author/Change controller: W3C

516+

* Specification document(s): W3C TR https://www.w3.org/TR/netinfo/

517+
518+

</section>

519+
520+

<section id="registration-rtt">

521+

### `RTT` Request Header Field Registration

522+
523+

* Header Field Name: RTT

524+

* Applicable Protocol: Hypertext Transfer Protocol (HTTP)

525+

* Status: Standard

526+

* Author/Change controller: W3C

527+

* Specification document(s): W3C TR https://www.w3.org/TR/netinfo/

528+
529+

</section>

530+
531+

</section>

532+
493533

<section id="conformance">

494534

There is only one class of product that can claim conformance to this

495535

specification: a <dfn>user agent</dfn>.