Project

General

Profile

Actions

Bug #793

closed

Including non-https version of Google jsapi causing SSL warning

Added by Cody Robertson about 13 years ago. Updated about 13 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
Web Interface
Target version:
Difficulty:
Triaged:
Fixed in Releases:
Found in Releases:

Description

The dashboard page points to a non-https version of the Google jsapi which causes an SSL warning if you're using https.

It appears they include an https version which should probably be used by default: https://www.google.com/jsapi

[root@priv foreman]# grep -ri 'jsapi' ./
./app/helpers/application_helper.rb:      "<script src=http://www.google.com/jsapi></script>" 
./vendor/plugins/google_visualr/README.rdoc:  <script src='http://www.google.com/jsapi'></script>
Actions

Also available in: Atom PDF