Remove /en-US/ from cookies link in footer
This commit is contained in:
parent
83f9853112
commit
ae83e47813
2 changed files with 4 additions and 4 deletions
|
@ -85,7 +85,7 @@ function findMetric(href) {
|
|||
return 'privacy';
|
||||
case 'https://testpilot.firefox.com/terms':
|
||||
return 'terms';
|
||||
case 'https://www.mozilla.org/en-US/privacy/websites/#cookies':
|
||||
case 'https://www.mozilla.org/privacy/websites/#cookies':
|
||||
return 'cookies';
|
||||
case 'https://github.com/mozilla/send':
|
||||
return 'github';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue