Use https to launch the remote editor except for modern browsers
Currently only Chrome 53+ and Firefox 55+ are known to support loading of http resources from localhost for an https page.
This commit is contained in:
parent
c77c7d015f
commit
50f85248db
4 changed files with 632 additions and 3 deletions
|
@ -68,5 +68,6 @@ folder 'vendor/assets' do
|
|||
|
||||
folder 'javascripts' do
|
||||
file 'html5shiv.js', 'https://raw.githubusercontent.com/aFarkas/html5shiv/master/src/html5shiv.js'
|
||||
file 'bowser.js', 'https://github.com/lancedikson/bowser/releases/download/1.9.3/bowser.js'
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue