viresh-ratnakar / exolve

Online interactive crossword software in JavaScript
MIT License
74 stars 15 forks source link

Unable to open the crossword #35

Closed diwakarmenon closed 4 years ago

diwakarmenon commented 4 years ago

7ED1AE1B-A750-4565-9390-85E289F7725E

viresh-ratnakar commented 4 years ago

Looking at errors in the JavaScript console, it looks like the problem (at least when using Chrome) is that Chrome had got strict about not mixing HTTPS and HTTP. To fix these errors, the blog owner simply needs to replace the URLS

http://www.1across.org/1ACGrids/Scripts/exolve-m.css?v0.72 http://www.1across.org/1ACGrids/Scripts/exolve-m.js?v0.72

with

https://www.1across.org/1ACGrids/Scripts/exolve-m.css?v0.72 https://www.1across.org/1ACGrids/Scripts/exolve-m.js?v0.72

within their puzzle pages. Please ask the blog owner to fix the issue at their end, if they are so inclined.


In.html:17 Mixed Content: The page at 'https://www.1across.org/1ACGrids/2020/In.html' was loaded over HTTPS, but requested an insecure stylesheet 'http://www.1across.org/1ACGrids/Scripts/exolve-m.css?v0.72'. This request has been blocked; the content must be served over HTTPS. In.html:1 Mixed Content: The page at 'https://www.1across.org/1ACGrids/2020/In.html' was loaded over HTTPS, but requested an insecure script 'http://www.1across.org/1ACGrids/Scripts/exolve-m.js?v0.72'. This request has been blocked; the content must be served over HTTPS.

diwakarmenon commented 4 years ago

Thank Viresh. Appreciate the quick response

On Wed, 19 Aug 2020 at 3:15 PM, Viresh Ratnakar notifications@github.com wrote:

Looking at errors in the JavaScript console, it looks like the problem (at least when using Chrome) is that Chrome had got strict about not mixing HTTPS and HTTP. To fix these errors, the blog owner simply needs to replace the URLS

http://www.1across.org/1ACGrids/Scripts/exolve-m.css?v0.72

http://www.1across.org/1ACGrids/Scripts/exolve-m.js?v0.72

with

https://www.1across.org/1ACGrids/Scripts/exolve-m.css?v0.72

https://www.1across.org/1ACGrids/Scripts/exolve-m.js?v0.72

within their puzzle pages. Please ask the blog owner to fix the issue at their end, if they are so inclined.


In.html:17 Mixed Content: The page at ' https://www.1across.org/1ACGrids/2020/In.html' was loaded over HTTPS, but requested an insecure stylesheet ' http://www.1across.org/1ACGrids/Scripts/exolve-m.css?v0.72'. This request has been blocked; the content must be served over HTTPS.

In.html:1 Mixed Content: The page at ' https://www.1across.org/1ACGrids/2020/In.html' was loaded over HTTPS, but requested an insecure script ' http://www.1across.org/1ACGrids/Scripts/exolve-m.js?v0.72'. This request has been blocked; the content must be served over HTTPS.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/viresh-ratnakar/exolve/issues/35#issuecomment-676049473, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACUO6PMKUB3L573MZZD3XB3SBONLHANCNFSM4QEVGZXQ .

--

Diwakar Menon Bangalore