forwardemail / forwardemail/superagent

Callback will not get invoked when non SSL connection is blocked

Open
#486 0 comments 0 reactions 0 assignees View on GitHub
Browser Bug
Dominant language
JavaScript
Stars
16.6k
Forks
1.3k
PR merge metrics
No merged PRs in 30d

Description

When a script tries to access a non-SSL XHR from an https page it gets blocked by the browser:

```
[blocked] The page at 'https://xxxx.com/' was loaded over HTTPS, but ran insecure content from 'http://yyyy.com/': this content should also be loaded over HTTPS.
```

When this happens the `end()` callback is never invoked.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.