VictoriaHammer1234 Posted March 18, 2021 Share Posted March 18, 2021 Site URL: https://www.redrockbakery.com/rewards I am having an issue with my iframe. I entered the following code in the code block, everything works great except for the login part. When I try to login, it just seems to refresh the page. <html> <head> <title>Red Rock Bakery Iframe Test</title> </head> <body> <iframe allow transparency="true" title="red rock bakery" style="background-color: #FFFFFF" src="https://account.clutch.com/redrockbakery" frameborder="0" height="750" width="100%"> </iframe> </body> </html> I read somewhere to add this to the Settings > Advanced > Code injection > Header <meta http-equiv="Content-Security-Policy" content="upgrade-insecure-requests"></meta> But that didn't seem to help. Also, my website is https:// and the site I am trying to embed also seems to be https:// So I'm not sure. Also, it seems to work perfectly on a PC, but does not work on a Mac using safari or chrome. Any help is great! Link to comment
creedon Posted March 19, 2021 Share Posted March 19, 2021 I'm not seeing a problem on Mac Chrome. One change I suggest you make. In your code block you only need the code starting with <iframe> and ending with </iframe>. Let us know how it goes. Find my contributions useful? Please like, upvote, mark my answer as the best ( solution ), and see my profile. Thanks for your support! I am a Squarespace ( and other technological things ) consultant open for new projects. Link to comment
VictoriaHammer1234 Posted March 19, 2021 Author Share Posted March 19, 2021 @creedonSo it looks fine, but when I try to login to the embedded site, it won't let me login on a mac, it will let me login on a PC. Thanks! Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.