You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p>When a request requires an access mode (<code>acl:mode</code>) which is a limitation of another access mode, then access is granted if either mode is allowed by an Authorization. For example, when a request requires <code>acl:Append</code>, then access will be granted to agents having <code>acl:Write</code>.</p>
732
732
733
-
<p>The presence of the <code>acl:origin</code> property and its value is taken into account in the evaluation only when the HTTP request includes the <code>Origin</code> header (<cite><ahref="#web-application-authorization" rel="rdfs:seeAlso">Web Application Authorization</a></cite>). </p>
733
+
<p>The presence of the <code>acl:origin</code> property and its value is taken into account in the evaluation only when the HTTP request includes the <code>Origin</code> header (<cite><ahref="#web-origin-authorization" rel="rdfs:seeAlso">Web Origin Authorization</a></cite>). </p>
<p>User agents include the HTTP <code>Origin</code> header field to isolate different origins and permit controlled communication between origins. The <code>Origin</code> header warns the server that a possibly untrusted Web application is being used.</p>
797
797
@@ -1125,7 +1125,7 @@ <h3 property="schema:name">Security and Privacy Review</h3>
<dtabout="#security-privacy-review-first-third-party" id="security-privacy-review-first-third-party"><ahref="https://www.w3.org/TR/security-privacy-questionnaire/#first-third-party">How does this specification distinguish between behaviour in first-party and third-party contexts?</a></dt>
1128
-
<ddabout="#security-privacy-review-first-third-party"><spandatatype="rdf:HTML" property="schema:description">When an HTTP request includes the <code>Origin</code> header (typical Web browsers use <ahref="#origin-considerations" rel="cito:discusses">origin based security</a> to warn servers), <ahref="#web-application-authorization" rel="cito:discusses">Authorizations are matched</a> in context of the origin of the HTTP request in addition to requiring agent identification and allowed access modes. While the use of <code>Origin</code> is not intended as client identification, the implication is that unless servers have separate mechanisms to verify the original request made by an application, the <code>Origin</code> header’s field-value can differ. In order to distinguish social entities and clients supported by authentication protocols, an issue on <cite><ahref="#client-identification" rel="cito:discusses">client identification</a></cite> is filed.</span></dd>
1128
+
<ddabout="#security-privacy-review-first-third-party"><spandatatype="rdf:HTML" property="schema:description">When an HTTP request includes the <code>Origin</code> header (typical Web browsers use <ahref="#origin-considerations" rel="cito:discusses">origin based security</a> to warn servers), <ahref="#web-origin-authorization" rel="cito:discusses">Authorizations are matched</a> in context of the origin of the HTTP request in addition to requiring agent identification and allowed access modes. While the use of <code>Origin</code> is not intended as client identification, the implication is that unless servers have separate mechanisms to verify the original request made by an application, the <code>Origin</code> header’s field-value can differ. In order to distinguish social entities and clients supported by authentication protocols, an issue on <cite><ahref="#client-identification" rel="cito:discusses">client identification</a></cite> is filed.</span></dd>
1129
1129
1130
1130
<dtabout="#security-privacy-review-private-browsing" id="security-privacy-review-private-browsing"><ahref="https://www.w3.org/TR/security-privacy-questionnaire/#private-browsing">How do the features in this specification work in the context of a browser’s Private Browsing or Incognito mode?</a></dt>
1131
1131
<ddabout="#security-privacy-review-private-browsing"><spandatatype="rdf:HTML" property="schema:description">No different than <q>browser’s 'normal' state</q>.</span></dd>
0 commit comments