Skip to content

Commit 4fef599

Browse files
committed
comment addressed
1 parent ddaa7d9 commit 4fef599

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/iframe-stamper/src/index.ts

+1
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,7 @@ export class IframeStamper {
220220

221221
/**
222222
* 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.
223224
*/
224225
async init(
225226
dangerouslyOverrideIframeKeyTtl?: number | undefined,

0 commit comments

Comments
 (0)