Skip to content

Commit

Permalink
Clarify "Browser Policy APIs" to be extension APIs
Browse files Browse the repository at this point in the history
... as per Henri
  • Loading branch information
mnot committed Jan 12, 2015
1 parent 37e02a8 commit 862b483
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -190,14 +190,14 @@ <h2 id="implementation">Building A Secure Web with W3C Standards</h2>
preserve security more robustly, such as certain uses of Subresource Integrity [[SRI]].
</p></dd>

<dt>Browser Policy APIs</dt>
<dt>Browser Policy Extension APIs</dt>
<dd><p>
Similarly, adopting "https://" makes the practice of imposing policy in intermediaries
(e.g., in schools and workplaces, by parents, in prisons) more difficult. While TLS
Man-in-the-Middle is one solution to this, it is a blunt one, sacrificing substantial
security when they are used. Therefore, we encourage development of facilities to enable
imposition of policy -- when it is necessary -- in a more controlled way, e.g., as new APIs
in Web browsers.
for Web browser extensions.
</p><dd>

<dt>Documentation of Best Practices</dt>
Expand Down

0 comments on commit 862b483

Please sign in to comment.