Hi All!

CDN module does not overwrites the url of responsive favicons icon paths:
<link rel="apple-touch-icon" sizes="60x60" href="/sites/mp/files/favicons/apple-touch-icon-60x60.png">
Is this true (
is this the proper functioning of the cdn module) or did I configure something incorrectly?

Other case about feedback_simple module. The module loads a .gif image from the own directory of the module:
<img alt="Feedback" title="Feedback" src="/sites/all/modules/contrib/feedback_simple/feedback_simple.gif" height="100" width="35">

Thanks for any response.

Comments

fox mulder created an issue. See original summary.

fox mulder’s picture

How can I alter or overwrite the output of these modules to work together with cdn?

fox mulder’s picture

Issue summary: View changes
Wim Leers’s picture

Status: Active » Fixed

Neither of those modules are using the correct API then. If they'd use file_create_url() like Drupal requires (both in 7 and 8), then the CDN module would work :)

I'd suggest filing bug reports against both of those modules.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.