Skip to content

Fix strawpoll embeds by changing URLs to HTTPS#1

Open
OliverCardoza wants to merge 1 commit intodanmux:masterfrom
OliverCardoza:patch-1
Open

Fix strawpoll embeds by changing URLs to HTTPS#1
OliverCardoza wants to merge 1 commit intodanmux:masterfrom
OliverCardoza:patch-1

Conversation

@OliverCardoza
Copy link

@OliverCardoza OliverCardoza commented Jul 14, 2022

Visiting https://danmux.com/posts/the_cult_of_go_test/ does not display strawpoll embeds and prints the below error to the console.

Mixed Content: The page at 'https://danmux.com/posts/the_cult_of_go_test/' was loaded over HTTPS, but requested an insecure frame 'http://www.strawpoll.me/embed_1/1716206/r'. This request has been blocked; the content must be served over HTTPS.

This commit fixes by embedding strawpoll with https URLs.

I know that it may be a bit weird to accept a PR on a personal blog. I don't mind if you make this commit yourself (I'm not seeking attribution), just felt this was the easiest way to suggest the fix.

Visiting https://danmux.com/posts/the_cult_of_go_test/ does not display strawpoll embeds and prints the below error to the console.

```
Mixed Content: The page at 'https://danmux.com/posts/the_cult_of_go_test/' was loaded over HTTPS, but requested an insecure frame 'http://www.strawpoll.me/embed_1/1716206/r'. This request has been blocked; the content must be served over HTTPS.
```

This commit fixes by embedding strawpoll with https URLs.
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.

1 participant