Skip to content

Commit 8123131

Browse files
committed
add note about considerations
1 parent 6bb656b commit 8123131

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/replay-internal/src/types/replay.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,10 @@ export interface ReplayPluginOptions extends ReplayNetworkOptions {
229229
captureExceptions: boolean;
230230
traceInternals: boolean;
231231
continuousCheckout: number;
232+
/**
233+
* Before enabling, please read the security considerations:
234+
* https://github.com/rrweb-io/rrweb/blob/master/docs/recipes/cross-origin-iframes.md#considerations
235+
*/
232236
recordCrossOriginIframes: boolean;
233237
autoFlushOnFeedback: boolean;
234238
}>;

0 commit comments

Comments
 (0)