Closed
Bug 573116
Opened 15 years ago
Closed 15 years ago
[PN]AMO: Add new zamboni rewrites for /eula and /privacy
Categories
(Infrastructure & Operations Graveyard :: WebOps: Other, task)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: jbalogh, Assigned: oremj)
Details
We need zamboni to take over a couple more pages on PAMO and NAMO:
/:locale/:app/addon/\d+/eula.*
/:locale/:app/addon/\d+/privacy.*
/:locale/:app/addons/policy.*
This is blocking QA.
Comment 1•15 years ago
|
||
We need this for tomorrow's release.Setting the severity to critical.
Severity: major → critical
Comment 2•15 years ago
|
||
This is blocking QA.Please,can we get this fixed?
Severity: critical → blocker
Assignee | ||
Comment 3•15 years ago
|
||
+ RewriteRule ^((?:(?:/\w{2,3}(?:-\w{2})?)(?:/(?:firefox|seamonkey|thunderbird|mobile|sunbird))?)?/addon/\d+/eula.*)$ /z$1 [PT]
+ RewriteRule ^((?:(?:/\w{2,3}(?:-\w{2})?)(?:/(?:firefox|seamonkey|thunderbird|mobile|sunbird))?)?/addon/\d+/privacy.*)$ /z$1 [PT]
+ RewriteRule ^((?:(?:/\w{2,3}(?:-\w{2})?)(?:/(?:firefox|seamonkey|thunderbird|mobile|sunbird))?)?/addons/policy.*)$ /z$1 [PT]
Status: NEW → RESOLVED
Closed: 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
•