mirror of
https://github.com/tuxis-ie/nsedit.git
synced 2026-04-26 16:15:54 +03:00
[GH-ISSUE #26] Google Themes and https #15
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#15
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 @piwats on GitHub (Feb 18, 2015).
Original GitHub issue: https://github.com/tuxis-ie/nsedit/issues/26
Hello,
I noticed that nsedit is loading some themes from google, which leads to some warnings on my browser when nsedit is accessed via https.
Would it be possible, from the standpoint of security considerations to add those themes directly to nsedit instead loding them from a 3rd-party website?
@tuxis-ie commented on GitHub (Feb 19, 2015):
The calls are done by https://github.com/jquery/jquery-ui, which is automatically included from @jquery's github repo. For some reason they feel it's better to point to http:// instead of // .
This should be pointed to them (I stronly agree with you, BTW)
@HLFH commented on GitHub (Jan 27, 2016):
Related to
jtable. Fixed. https://github.com/hikalkan/jtable/pull/1888@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 ;))