Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1294,6 +1294,13 @@ <h2><bdi class="secno">7.</bdi> <span property="schema:name">Proxy</span></h2>
<p>Additionally, using a proxy allows applications to mask their <code>Origin</code>, enhancing privacy and security during requests. This capability can further protect user data in decentralised environments, though it may not fully address all related challenges on its own.</p>

<p>An agent's preferred or trusted proxy may not align with their application's. The decision of whether and in what contexts to use any proxy is an evaluation and a balance between the needs of the agent and the application.</p>

<div class="note" id="proxy-protected" inlist="" rel="schema:hasPart" resource="#proxy-protected"><a class="self-link" href="#proxy-protected"></a>
<h3 property="schema:name"><span>Note</span>:</h3>
<div datatype="rdf:HTML" property="schema:description">
<p>It is strongly encouraged to use protected proxies due to potential risks, including data exposure, privacy loss, and response manipulation.</p>
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
<p>It is strongly encouraged to use protected proxies due to potential risks, including data exposure, privacy loss, and response manipulation.</p>
<p>Users are strongly encouraged to use protected proxies due to potential risks, including data exposure, privacy loss, and response manipulation.</p>

</div>
</div>
</div>
</section>

Expand Down