Skip to content

Commit

Permalink
Remove allowList from README docs & add warning to README docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
aljones15 authored and dlongley committed Apr 14, 2024
1 parent 8d76a7f commit a7c72ea
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,12 +115,11 @@ import {config} from '@bedrock/core';
import {Ed25519VerificationKey2018} from '@digitalbazaar/ed25519-verification-key-2018';

config['vc-verifier'].methods.web = {
allowList: ['only-allow-this-domain:4644'],
fetchOptions: {size: 456000, agent: unsafeAgent},
verificationSuite: Ed25519VerificationKey2018
}
```

Please be careful as these settings are global and will be applied to all verifiers.
You can see the full [options for `did-method-web` here.](https://github.com/digitalbazaar/did-method-web/blob/main/README.md)

## Contribute
Expand Down

0 comments on commit a7c72ea

Please sign in to comment.