Upon clicking on a link to a new page, nothing happens from the user's perspective. The console prints out the error which reads:
Unsafe JavaScript attempt to initiate navigation for frame with origin 'https://sites.google.com' from frame with URL 'https://n-frzjyfhgihna65vdvol2wbbsyjjlfhey2xruiny-0lu-script.googleusercontent.com/userCodeAppPanel'. The frame attempting navigation of the top-level window is sandboxed, but the flag of 'allow-top-navigation' or 'allow-top-navigation-by-user-activation' is not set.
I'm not sure how to interpret this. From what I've read, Google Sites has a security measure that prevents embedded webapps from navigating using the "_top" page. Navigating using "_blank" as my target works, but is not what I hope to accomplish. How do I overcome this error?