[GH-ISSUE #41] Theme should not hard code the urls to the fonts to http #20

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

Originally created by @darix on GitHub (Apr 8, 2015).
Original GitHub issue: https://github.com/tuxis-ie/nsedit/issues/41

Some browsers refuse to load http resources when the site is using https.

using "//hostname/path" makes sure the browser keeps using http or https for fetching resources depending on the current protocol.

fix:

perl -p -i -e 's|http://themes.googleusercontent.com|//themes.googleusercontent.com|g' $(grep -rl http://themes.googleusercontent.com .)
Originally created by @darix on GitHub (Apr 8, 2015). Original GitHub issue: https://github.com/tuxis-ie/nsedit/issues/41 Some browsers refuse to load http resources when the site is using https. using "//hostname/path" makes sure the browser keeps using http or https for fetching resources depending on the current protocol. fix: ``` perl -p -i -e 's|http://themes.googleusercontent.com|//themes.googleusercontent.com|g' $(grep -rl http://themes.googleusercontent.com .) ```
kerem 2026-02-28 01:20:35 +03:00
  • closed this issue
  • added the
    duplicate
    label
Author
Owner

@fastcat commented on GitHub (Jul 29, 2015):

Why not just always use HTTPS?

<!-- gh-comment-id:126129470 --> @fastcat commented on GitHub (Jul 29, 2015): Why not just always use HTTPS?
Author
Owner

@tuxis-ie commented on GitHub (Jul 30, 2015):

Closing as duplicate for #26

<!-- gh-comment-id:126308815 --> @tuxis-ie commented on GitHub (Jul 30, 2015): Closing as duplicate for #26
Author
Owner

@HLFH commented on GitHub (Jan 27, 2016):

Related to jtable. Fixed. https://github.com/hikalkan/jtable/pull/1888

<!-- gh-comment-id:175890649 --> @HLFH commented on GitHub (Jan 27, 2016): Related to `jtable`. Fixed. https://github.com/hikalkan/jtable/pull/1888
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:199188080 --> @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#20
No description provided.