Cannot load "google.com" with webview

Platform information:
    Hardware: Processor:Intel Q8200 / RAM:7.8GB / storage:728.6GB
    OS: Debian 9 (Stretch) 4.9.0-4
    Java Runtime Environment: 8
    openHAB version: 2.4.0-1
Issue of the topic: Webview does not load google

When I put in my sitemap, it loads the openhab website properly


Frame label=“Web Test” {
Webview url=“https://www.openhab.org ” height=5
}

When I put in my sitemap, it does not load google


Frame label=“Web Test” {
Webview url=“https://www.google.com” height=5
}

I was not able to properly load http to openhab, so I thought I would try http for google, but that also does not work.

It is google related.
I was testing it with the developer options in chrome and when google is used for the webview, you’ll get the following error:

Refused to display 'https://www.google.de/' in a frame because it set 'X-Frame-Options' to 'sameorigin'.

Maybe you find a solution in the web (use a URL with some parameters) - i couldn’t find one directly

Edit:
Ther seems not to be a simple solution (reverse proxy…)

Search for google.com & iframe

Thanks. I found a url that works for google in the link you posted, although I’m not allowed to link to it.