light-drupal-theme contains hardcoded resources
Bug #681596 reported by
Chris Jones
This bug affects 3 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Ubuntu Community Web Themes |
Confirmed
|
Undecided
|
Unassigned | ||
Light-drupal-theme |
Confirmed
|
Undecided
|
Michael Lustfield | ||
Ubuntu Website - OBSOLETE |
Invalid
|
Undecided
|
Richard Henry Lee | ||
ubuntu-website-content |
Fix Released
|
Medium
|
Richard Henry Lee |
Bug Description
The theme in light-drupal-theme contains several resource references to static external URLs:
template.php: $css = '<link rel="stylesheet" type="text/css" href="http://
template.php: $css = '<link rel="stylesheet" type="text/css" href="http://
Changed in ubuntu-website: | |
assignee: | nobody → Richard Henry Lee (rhlee) |
Changed in ubuntu-website-content: | |
status: | New → Triaged |
importance: | Undecided → Medium |
assignee: | nobody → Richard Henry Lee (rhlee) |
Changed in ubuntu-website: | |
status: | New → Confirmed |
Changed in ubuntu-website: | |
status: | Confirmed → Invalid |
Changed in ubuntu-community-webthemes: | |
status: | Confirmed → Fix Committed |
Changed in ubuntu-website-content: | |
status: | Triaged → Fix Released |
To post a comment you must log in.
I think what Chris is saying:
There should not be any links in this theme pointing to external resources. The resources should all be included within the theme. This is particularly important when a server is behind a firewall with restricted access to external networks.