The following services do open in the same window:
If your website does not work in the same window, it’s usually because of Content-Security-Policy (CSP). In short, the website does not allow to be displayed in an iFrame by the domain solidusertests.com.
You could ask your developer to add the following meta-tag in the head section of your side.
<meta http-equiv="Content-Security-Policy" content="default-src <https://solidusertests.com>; child-src 'none'; object-src 'none'">
Please note: some websites won’t work properly, even with the code added.
As a fallback, you can open the link in a new window by deselecting the «Open the link on the same window» checkbox.
<aside> 👈 Back to Help Center
</aside>