Hey abaart,
Thanks for reaching out! Have you already reported this to the support team?
If not, would you like one of us to raise it on your behalf? Let us know, and we can also share the case ID so you can track the progress.
While we look forward to your updates, request you to refer to the following articles for more information on custom panels in AdaptiveWork:
Good day!
Hi,
Thanks for your reply. I did read the documentation but that didn't help me a lot. If you could ask support team that would be very nice :)
Thank you!!
Sure @abaart ! I will get this clarified by our support and circle back with updates.
Hello Annica @abaart ,
I have raised this as a ticket to have our support engineers investigate and provide a solution.
Here's the ticket number for your reference - 00868005
Hello Annica @abaart ,
Troubleshooting Embedded Content: X-Frame-Options Restriction
If you're attempting to embed a site like Google within an iframe and encountering issues, it's likely due to cross-origin restrictions set by Google.
When loading such content, you may see an error in your developer tools (press F12 and check the Console tab), which could look something like this:
Refused to display 'https://www.google.com/' in a frame because it set 'X-Frame-Options' to 'sameorigin'.
This happens because Google's response headers include X-Frame-Options: sameorigin, meaning the page can only be displayed in a frame if it's loaded from the same domain (Google).
This is a common security measure to prevent clickjacking attacks.
How to test your Implementation?
If you're simply testing iframe functionality, try using a website that allows embedding -- such as Wikipedia. Wikipedia does not enforce the same restriction, so it should work as expected.
Give it a try and let us know if you need further assistance!