- Install Chrome extension HTTPS Everywhere
- I have Version: 2015.5.28
- Visit http://lanyrd.com/
- Click Signin
- A JS error popup should appear saying
- Now disable HTTPS Everywhere
- Signin link works fine.
- In Chrome's debugging tools, Network tab shows a GET to
- 307 Internal Redirect to
- Not only does the
/ignin/
path not exist, but this is an http page requesting an https page: - HTTPS Everywhere rule:
- https://www.eff.org/https-everywhere/atlas/domains/lanyrd.com.html
<rule from="^http://(www\.)?lanyrd\.com/s(ignin|tatic/)" to="https://$1lanyrd.com/$2"/>