Actions
Bug #793
closedIncluding non-https version of Google jsapi causing SSL warning
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>
Updated by Ohad Levy over 13 years ago
- Status changed from New to Ready For Testing
- % Done changed from 0 to 100
Applied in changeset b55bbb7fd727b44ef797da7ea7b50c9bc155c33b.
Updated by Ohad Levy over 13 years ago
- Status changed from Ready For Testing to Closed
Actions