abort-on-iframe-property-read
The abort-on-iframe-property-read snippet patches a list of properties on the iframe's window object that aborts execution when the property is read.
You can use this snippet to prevent CV providers from using iframe native functions.
Parameters
|
Name |
Description |
Mandatory |
|---|---|---|
|
properties |
The list with the targeted properties to abort. |
Yes |
Filter examples
|
Filter |
Result |
|---|---|
|
|
The code that reads/calls the |
|
|
The code that reads/calls the |
|
|
The code that reads/calls the |
|
|
The code that reads/calls the |
Debugging
|
Message |
When |
Definition |
|---|---|---|
|
|
Beginning of execution |
No |
|
|
Each time property is set |
The error is about to be thrown. |
|
|
Before attaching to property |
Snippet is taking over the property getter/setter. |