Skip to content

Commit

Permalink
Merge pull request #139 from decentralized-identity/brianorwhatever-p…
Browse files Browse the repository at this point in the history
…atch-2

Add CORS details
  • Loading branch information
swcurran authored Nov 29, 2024
2 parents 25d3ab1 + 42a3d5f commit 40762a1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions spec/security_and_privacy.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,9 @@ See also:

- [UTS-46](https://unicode.org/reports/tr46/)
- [[spec:RFC5895]]

### Cross-Origin Resource Sharing (CORS) Policy Considerations

To support scenarios where DID resolution is performed by client applications running in a web browser, the file served for the [[ref: DID Log]] needs to be accessible by any origin. To enable this, the [[ref: DID Log]] HTTP response MUST include the following header:

`Access-Control-Allow-Origin: *`

0 comments on commit 40762a1

Please sign in to comment.