mirror of
https://github.com/tuxis-ie/nsedit.git
synced 2026-04-26 16:15:54 +03:00
[GH-ISSUE #79] Hardcoded HTTP font references instead of // #44
Labels
No labels
bug
duplicate
enhancement
help wanted
invalid
pull-request
question
question
upstream
upstream
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nsedit#44
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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://?
@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...
@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.
@tuxis-ie commented on GitHub (Mar 21, 2016):
You can 'fix' this by doing in the root of nsedit checkout:
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 ;))