abort-on-iframe-property-write
The abort-on-iframe-property-write snippet patches a list of properties on the iframe's window object that aborts execution when the property is written.
You can use this snippet to prevent CV providers from overwriting properties inside an iframe.
Parameters
|
Name |
Description |
Mandatory |
|---|---|---|
|
properties |
The list with the targeted properties to abort. |
Yes |
Filter examples
|
Filter |
Result |
|---|---|
|
|
The code that sets the |
|
|
The code that sets the |
|
|
The code that sets the |
|
|
The code that sets 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. |