In order to avoid browsers such as IE reporting mixed http/https content, I added a small catch in the module to add http or https protocol to the google_service.js call depending on your current protocol method. This doesn't solve the problem of blocks being served in non ssl mode, but will help on pages where ads aren't served but you still require SSL. Hope someone finds it useful.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | google_admanager-1180646-2.patch | 893 bytes | jcisio |
| #1 | google_admanager-1180646.patch | 1.38 KB | drumm |
| google_admanager.module.patch | 1 KB | thezombieguy |
Comments
Comment #1
drummThis is definitely needed. I'll be deploying the attached patch on https://association.drupal.org/advertising/web shortly. Newer versions of Google Chrome even block insecure scripts.
Comment #2
jcisio commentedI committed the attached patch (using schemeless URI).