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)
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)/?$
Reporter | ||
Comment 2•15 years ago
|
||
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 | ||
Updated•15 years ago
|
Assignee: server-ops → jeremy.orem+bugs
Assignee | ||
Comment 3•15 years ago
|
||
- 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
Comment 4•15 years ago
|
||
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 → ---
Reporter | ||
Comment 5•15 years ago
|
||
(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 ago → 15 years ago
Resolution: --- → FIXED
Updated•12 years ago
|
Component: Server Operations: Web Operations → WebOps: Other
Product: mozilla.org → Infrastructure & Operations
Updated•6 years ago
|
Product: Infrastructure & Operations → Infrastructure & Operations Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•