-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
minor language improvements, meant to submit on #607
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1272,9 +1272,9 @@ <h3 property="schema:name">Privacy Considerations</h3> | |
|
||
<p id="consider-authorization-resources">Servers are encouraged to use authorization techniques to prevent unwanted access to resources, rather than depending on the relative obscurity of their resource names.</p> | ||
|
||
<p id="consider-identifiable-information-error-responses">In order to prevent leakage of non-resource data, servers are strongly discouraged from including identifiable information in error responses.</p> | ||
<p id="consider-identifiable-information-error-responses">To prevent leakage of non-resource data, servers are strongly discouraged from including identifiable information in error responses.</p> | ||
|
||
<p id="consider-webid-profile">The decision to include or exclude any information, e.g., storage, inbox, in a WebID Profile served from a Solid storage lies with the agent controlling the WebID (or the URI owner). A URI allocated to a WebID in a Solid storage does not imply that the WebID is the storage owner. Owners of a WebID hosted from Solid storage are encouraged to take into account information related to themselves that could be readable from other resources in the storage, even if that information e.g., storage, inbox, is not part of the WebID Profile itself (<a href="#storage-owner-uri-ownership">Storage Owner and URI Ownership</a> and <a href="#self-describing-resources">Self-describing Resources</a>.)</p> | ||
<p id="consider-webid-profile">The decision to include or exclude any information (e.g., storage, inbox) in a WebID Profile served from a Solid storage lies with the Agent controlling the WebID (or the URI owner). A URI allocated to a WebID in a Solid storage does not imply that the WebID is the storage owner. Owners of a WebID hosted from Solid storage are encouraged to consider information related to themselves that could be readable from other resources in the storage, even if that information (e.g., storage, inbox) is not part of the WebID Profile itself (see <a href="#storage-owner-uri-ownership">Storage Owner and URI Ownership</a> and <a href="#self-describing-resources">Self-describing Resources</a>.)</p> | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
TallTed
Author
Contributor
|
||
</div> | ||
</section> | ||
|
||
|
Could you explain why "agent" should be changed to "Agent"?