Protect the freeze-element snippet from outside world
Background
The freeze-element
snippet relies on some native objects/properties that can be patched by CV providers in order to disturb our code execution. We need to remove all snippet external dependencies in order to protect our environment
What to change
Protect all identified objects/properties that can be maliciously patched.