Closed Bug 631097 Opened 15 years ago Closed 15 years ago

[pn]amo Allow svg and ico requests to the addons-cdn

Categories

(Infrastructure & Operations Graveyard :: WebOps: Other, task)

All
Other
task
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: jbalogh, Assigned: oremj)

References

Details

Bug 587065 restricts cdn requests to media files, but we need to expand that to include svg files. Please add this: - RewriteCond %{REQUEST_URI} !(css|gif|jpg|js|jsi18n|png|woff)/?$ + RewriteCond %{REQUEST_URI} !(css|gif|jpg|js|jsi18n|png|woff|svg)/?$
Blocks: 631072
Alphabetical order please! :)
Severity: minor → normal
The favicon is getting blocked too. - RewriteCond %{REQUEST_URI} !(css|gif|jpg|js|jsi18n|png|woff)/?$ + RewriteCond %{REQUEST_URI} !(css|gif|ico|jpg|js|jsi18n|png|svg|woff)/?$
Summary: [pn]amo Allow svg requests to the addons-cdn → [pn]amo Allow svg and ico requests to the addons-cdn
Assignee: server-ops → jeremy.orem+bugs
- RewriteCond %{REQUEST_URI} (css|gif|jpg|js|jsi18n|png|woff)/?$ + RewriteCond %{REQUEST_URI} (css|gif|ico|jpg|js|jsi18n|png|svg|woff)/?$
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Add-on icons don't show up since they all are 403s [11:08:34.752] GET https://addons-next-cdn.allizom.org/en-US/firefox/images/addon_icon/1368/1292251565 [HTTP/1.1 403 Forbidden 1096ms] Reopening
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
(In reply to comment #4) > Add-on icons don't show up since they all are 403s > > [11:08:34.752] GET > https://addons-next-cdn.allizom.org/en-US/firefox/images/addon_icon/1368/1292251565 > [HTTP/1.1 403 Forbidden 1096ms] > > > Reopening bug 631030
Status: REOPENED → RESOLVED
Closed: 15 years ago15 years ago
Resolution: --- → FIXED
Component: Server Operations: Web Operations → WebOps: Other
Product: mozilla.org → Infrastructure & Operations
Product: Infrastructure & Operations → Infrastructure & Operations Graveyard
You need to log in before you can comment on or make changes to this bug.