The Drupal\dfp\View\TagViewBuilder::buildPreTag method uses a hardcoded "http" scheme for the short tag links. This can causes mixed-content errors when the site is being run on https.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | short_tag_uses_hardcoded_http_scheme-3088142-2.patch | 868 bytes | wells |
Comments
Comment #2
wellsThis patch resolves the issue by using the "//" scheme for short tags so that the site scheme is inherited.
Comment #3
mikeegouldingThe patch applies fine and confirmed that ads render as short tags with https or http depending on the site protocol.
Comment #5
vladimiraus