forwardemail / forwardemail/superagent
Callback will not get invoked when non SSL connection is blocked
Open
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
Assessment
This issue has not been assessed yet.