Closed
Bug 1944953
Opened 9 days ago
Closed 8 days ago
Update mozilla.it redirect
Categories
(Infrastructure & Operations :: DNS and Domain Registration, defect)
Infrastructure & Operations
DNS and Domain Registration
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: pascalc, Assigned: pascalc)
References
(Regression)
Details
(Keywords: italy, regression)
Attachments
(1 file)
In bug 1056359, a redirect was requested for mozilla.it to point to https://www.mozilla.org/it/firefox/
The implementation in refractr points to the English page www.mozilla.org/en-US/firefox/new/:
https://github.com/mozilla-it/refractr/blob/main/prod-refractr.yml#L569-L573
I'll provide a PR to change that, I will also add a utm parameter to the target to check in mozilla.org metrics if this change actually sends traffic to our Italian download page.
Assignee | ||
Comment 1•9 days ago
|
||
Assignee: infra → pascalc
Comment 2•8 days ago
|
||
I've approved the PR and deployed the change. Thanks for addressing the issue!
Assignee | ||
Comment 3•8 days ago
|
||
Thanks!
curl -LIs https://mozilla.it | grep location
location: https://www.mozilla.org/it/firefox/new/?utm_source=mozilla-it&utm_medium=referral
Status: NEW → RESOLVED
Closed: 8 days ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•