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
| 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 |
108
108
| 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 |
0 commit comments