Closed
Bug 1086560
Opened 10 years ago
Closed 9 years ago
Use HTTPS instead of HTTP for JavaScripts in gcli developer tools
Categories
(DevTools Graveyard :: Graphic Commandline and Toolbar, defect)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: eldmannen+mozilla, Unassigned)
References
Details
User Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:36.0) Gecko/20100101 Firefox/36.0
Build ID: 20141021030208
Steps to reproduce:
about:config
Search: http://
Actual results:
devtools.gcli.jquerySrc;http://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js
devtools.gcli.lodashSrc;http://cdnjs.cloudflare.com/ajax/libs/lodash.js/2.4.1/lodash.min.js
devtools.gcli.underscoreSrc;http://cdnjs.cloudflare.com/ajax/libs/underscore.js/1.6.0/underscore-min.js
Expected results:
Remote scripts should be fetched over https instead of http.
Component: Untriaged → Developer Tools: Graphic Commandline and Toolbar
Depends on: 771788
Comment 1•9 years ago
|
||
Couldn't reproduce on Windows 7 64bit and Windows 8.1 64bit using latest Nightly 42.0a1 (buildID: 20150712030212).
Marking as Resolved WFM.
Status: UNCONFIRMED → RESOLVED
Closed: 9 years ago
Resolution: --- → WORKSFORME
I can no longer reproduce this either.
It seems to have been fixed. :)
Updated•6 years ago
|
Product: Firefox → DevTools
Updated•6 years ago
|
Product: DevTools → DevTools Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•