Skip to content
This repository has been archived by the owner on Aug 26, 2022. It is now read-only.

bug 1402497: /favicon.ico redirect, try #2 #4449

Merged
merged 1 commit into from
Oct 2, 2017

Conversation

jwhitlock
Copy link
Contributor

The redirect pattern fails when hashed assets are enabled, such as building the production Docker images. Instead, wait until runtime to compute the favicon.ico path.

The redirect pattern fails when hashed assets are enabled, such as
building the production Docker images. Instead, wait until runtime to
compute the favicon.ico path.
@escattone escattone self-assigned this Oct 2, 2017
Copy link
Contributor

@escattone escattone left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Works for me locally now with DEBUG=False, thanks @jwhitlock!

@codecov-io
Copy link

Codecov Report

Merging #4449 into master will increase coverage by <.01%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #4449      +/-   ##
==========================================
+ Coverage   94.73%   94.73%   +<.01%     
==========================================
  Files         260      260              
  Lines       22790    22801      +11     
  Branches     1674     1674              
==========================================
+ Hits        21589    21600      +11     
  Misses        977      977              
  Partials      224      224
Impacted Files Coverage Δ
kuma/settings/common.py 91.59% <ø> (ø) ⬆️
kuma/redirects/redirects.py 100% <ø> (ø) ⬆️
kuma/landing/urls.py 100% <ø> (ø) ⬆️
kuma/landing/test_views.py 100% <100%> (ø) ⬆️
kuma/landing/views.py 88.63% <100%> (+2.52%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update a8163d2...6dc5310. Read the comment docs.

@escattone escattone merged commit 7dd1c0d into mdn:master Oct 2, 2017
@jwhitlock jwhitlock deleted the favicon2-1402497 branch October 3, 2017 02:58
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants