@lumiapassport/ui-kit 1.12.6 → 1.13.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -21,8 +21,8 @@
21
21
  # Referrer policy
22
22
  Referrer-Policy: strict-origin-when-cross-origin
23
23
 
24
- # Permissions policy (disable unnecessary features)
25
- Permissions-Policy: geolocation=(), microphone=(), camera=(), payment=(), usb=(), magnetometer=(), gyroscope=()
24
+ # Permissions policy (camera, microphone, geolocation needed for Sumsub KYC)
25
+ Permissions-Policy: geolocation=(self "https://*.sumsub.com"), microphone=(self "https://*.sumsub.com"), camera=(self "https://*.sumsub.com"), payment=(), usb=(), magnetometer=(), gyroscope=()
26
26
 
27
27
  # HSTS - Force HTTPS (uncomment for production)
28
28
  # Strict-Transport-Security: max-age=31536000; includeSubDomains; preload
@@ -15,7 +15,7 @@
15
15
  <meta http-equiv="X-Content-Type-Options" content="nosniff" />
16
16
  <meta http-equiv="Referrer-Policy" content="strict-origin-when-cross-origin" />
17
17
 
18
- <title>Lumia Passport Secure Wallet - iframe version 1.12.6</title>
18
+ <title>Lumia Passport Secure Wallet - iframe version 1.13.0</title>
19
19
 
20
20
  <!-- Styles will be injected by build process -->
21
21
  <style>
@@ -3964,7 +3964,7 @@ var SigningManager = class extends TokenRefreshApiClient {
3964
3964
  };
3965
3965
 
3966
3966
  // src/iframe/main.ts
3967
- var IFRAME_VERSION = "1.12.6";
3967
+ var IFRAME_VERSION = "1.13.0";
3968
3968
  var IframeWallet = class {
3969
3969
  constructor() {
3970
3970
  console.log("=".repeat(60));