Skip to content

Commit e72e114

Browse files
authored
Merge branch 'master' into DEVX-1274
2 parents 976a7a7 + f03d65c commit e72e114

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,10 @@ Available properties:
106106
|-------------|--------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------------|
107107
| vaultId | string | Every VGS vault has a unique [vault id](https://www.verygoodsecurity.com/docs/terminology/nomenclature#vault) - it’s a string value beginning with the prefix `tnt`. | required |
108108
| environment | string | Vault environment. Can be `sandbox`, `live`, or one with a specified data region (e.g `live-eu-1`). | `'sandbox'` |
109-
| version | string | You can specify library version being loaded. Version must be >= 2.0. Please check our [Changelog](https://www.verygoodsecurity.com/docs/vgs-collect/js/changelog) for more details. | `'canary'` |
109+
| version | string | You can specify library version being loaded. Version must be >= 2.0. Please check our [Changelog](https://www.verygoodsecurity.com/docs/vgs-collect/js/changelog) for more details. | `'canary'` |
110+
| integrity | string | Allows a browser to check the fetched script to ensure that the code is never loaded if the source has been manipulated. | not set |
111+
| crossorigin | string | Defining how the element handles cross-origin requests. | not set |
112+
110113

111114
### .init(callback)
112115

0 commit comments

Comments
 (0)