Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Embed Vanilla fails with adsense-frame
on my site there is in the header a google adsense ad block.
in the content area i tried to embed vanilla. that works, but if i click any link in the embed vanilla it loads the requested vanilla page in my adsense frame!
in the content area i tried to embed vanilla. that works, but if i click any link in the embed vanilla it loads the requested vanilla page in my adsense frame!
0
Comments
if i click a link in embed vanilla, the url in browser changes to like for example "xxx#/messages/inbox" and then my inbox is loaded in the adsense iframe. The iframe of embed vanilla does not change at all!
in local.js you refer to the vailla frame with:
parent.window.frames[0]
this is obviously the first frame in the wordpress template, which happens to be the adsense frame.