Skip to content

Conversation

@ashtonsix
Copy link

The examples at https://google.github.io/liquidfun/#Examples do not load currently, because as the console reports:

Mixed Content: The page at '<URL>' was loaded over HTTPS, but requested an insecure frame '<URL>'.
This request has been blocked; the content must be served over HTTPS.

The examples at https://google.github.io/liquidfun/#Examples do not load currently, because as the console reports:

```
Mixed Content: The page at '<URL>' was loaded over HTTPS, but requested an insecure frame '<URL>'. This request has been blocked; the content must be served over HTTPS.
```
@google-cla
Copy link

google-cla bot commented Feb 27, 2022

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

For more information, open the CLA check for this pull request.

@mootari
Copy link

mootari commented Feb 9, 2025

In the meantime, here's a one-liner for the JS console:

$$("iframe").map(n=>n.src=n.src.replace(/^http:/,"https:"))

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants