You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When an iframe is created through document.write and src is set to a JS object, safari.self.tab.canLoad() will return undefined to while within the iframe. This causes some requests to slip through.
Sometimes self.top.safari is used when self.safari is not defined (for example, https://iframe-example.surge.sh). For whatever reason, Safari expects self.safari to be defined always.
Describe the issue
When an iframe is created through
document.write
andsrc
is set to a JS object,safari.self.tab.canLoad()
will returnundefined
to while within the iframe. This causes some requests to slip through.One or more specific URLs where the issue occurs
https://iframe-example.surge.sh
Steps for anyone to reproduce the issue
Your settings
Your filter lists
Default (irrelevant)
The text was updated successfully, but these errors were encountered: