Skip to content
This repository has been archived by the owner on Apr 3, 2019. It is now read-only.

Commit

Permalink
chore(favicon): Fixes #6030 Remove OLD Firefox favicon (#6035) r=@vla…
Browse files Browse the repository at this point in the history
  • Loading branch information
deeptibaghel authored and vladikoff committed Apr 9, 2018
1 parent 193ca25 commit b919763
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 198 deletions.
1 change: 0 additions & 1 deletion server/lib/routes.js
Expand Up @@ -34,7 +34,6 @@ module.exports = function (config, i18n) {
// Disable server verification for now due to issues with customs
//require('./routes/get-verify-email')(),
require('./routes/get-apple-app-site-association')(),
require('./routes/get-favicon')(),
require('./routes/get-frontend')(),
require('./routes/get-terms-privacy')(i18n),
require('./routes/get-index')(config),
Expand Down
30 changes: 0 additions & 30 deletions server/lib/routes/get-favicon.js

This file was deleted.

166 changes: 0 additions & 166 deletions tests/server/routes/get-favicon.js

This file was deleted.

1 change: 0 additions & 1 deletion tests/tests_server.js
Expand Up @@ -27,7 +27,6 @@ module.exports = [
'tests/server/raven.js',
'tests/server/remote-address.js',
'tests/server/routes/get-apple-app-site-association.js',
'tests/server/routes/get-favicon.js',
'tests/server/routes/get-config.js',
'tests/server/routes/get-verify-email.js',
'tests/server/routes/get-fxa-client-configuration.js',
Expand Down

0 comments on commit b919763

Please sign in to comment.