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
Copy file name to clipboardexpand all lines: packages/iframe-stamper/src/index.ts
+1
Original file line number
Diff line number
Diff line change
@@ -220,6 +220,7 @@ export class IframeStamper {
220
220
221
221
/**
222
222
* Inserts the iframe on the page and returns a promise resolving to the iframe's public key
223
+
* @param dangerouslyOverrideIframeKeyTtl Optional TTL override for the iframe's embedded key (default 48 hours). Only use this if you are intentional about the security implications.
0 commit comments