[GH-ISSUE #79] Hardcoded HTTP font references instead of // #44

Closed
opened 2026-02-28 01:20:43 +03:00 by kerem · 3 comments
Owner

Originally created by @HansVanEijsden on GitHub (Mar 20, 2016).
Original GitHub issue: https://github.com/tuxis-ie/nsedit/issues/79

Thanks for NSEdit!
Some small problems with HTTPS though: mixed content warnings when accessing via HTTPS.

In the theme files in jtable/lib/themes/metro//.css, references for example go to http://themes.googleusercontent.com/static/fonts/opensans/v6/DXI1ORHCpsQm3Vp6mXoaTRa1RVmPjeKy21_GQJaLlJI.woff but removing http: makes them also work on https domains.
Can you please change them to // instead of http://?

Originally created by @HansVanEijsden on GitHub (Mar 20, 2016). Original GitHub issue: https://github.com/tuxis-ie/nsedit/issues/79 Thanks for NSEdit! Some small problems with HTTPS though: mixed content warnings when accessing via HTTPS. In the theme files in jtable/lib/themes/metro/_/_.css, references for example go to http://themes.googleusercontent.com/static/fonts/opensans/v6/DXI1ORHCpsQm3Vp6mXoaTRa1RVmPjeKy21_GQJaLlJI.woff but removing http: makes them also work on https domains. Can you please change them to // instead of http://?
kerem 2026-02-28 01:20:43 +03:00
Author
Owner

@tuxis-ie commented on GitHub (Mar 21, 2016):

Jo,

Sorry, this is not an issue in nsedit but in the jquery library we include. There is a bug open somewhere upstream...

<!-- gh-comment-id:199144129 --> @tuxis-ie commented on GitHub (Mar 21, 2016): Jo, Sorry, this is not an issue in nsedit but in the jquery library we include. There is a bug open somewhere upstream...
Author
Owner

@tuxis-ie commented on GitHub (Mar 21, 2016):

But! I see that that is fixed upstream, so now I just have to test a new upstream version. Can be fixed today, I think.

<!-- gh-comment-id:199144452 --> @tuxis-ie commented on GitHub (Mar 21, 2016): But! I see that that is fixed upstream, so now I just have to test a new upstream version. Can be fixed today, I think.
Author
Owner

@tuxis-ie commented on GitHub (Mar 21, 2016):

You can 'fix' this by doing in the root of nsedit checkout:

cd jtable
git pull origin master

This will update you local jtable instance to the lastest version which includes https://github.com/hikalkan/jtable/pull/1888

I'll fix the version that nsedit ships in the submodule way (Just after I found out how to do that ;))

<!-- gh-comment-id:199188004 --> @tuxis-ie commented on GitHub (Mar 21, 2016): You can 'fix' this by doing in the root of nsedit checkout: ``` cd jtable git pull origin master ``` This will update you local jtable instance to the lastest version which includes https://github.com/hikalkan/jtable/pull/1888 I'll fix the version that nsedit ships in the submodule way (Just after I found out how to do that ;))
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/nsedit#44
No description provided.