-
Notifications
You must be signed in to change notification settings - Fork 117
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bug fix/favicon referrerpolicy 2895 #4166
Bug fix/favicon referrerpolicy 2895 #4166
Conversation
a066a1a
to
0f7bd36
Compare
It looks like you've uncovered a bit of technical debt. The real solution I think is to change the code to not toggle off of the environment, but instead to toggle off of whether or not |
Gotcha, I'll look into making that change. |
I don't think there is a way to verify if the value of Given that the default URI for the favicon is valid, does the favicon location need to be conditional?
|
Doesn't sound like it. |
0f7bd36
to
70573ab
Compare
Ummm the default |
Apologies, I did not realize that the |
I'm not sure what caused these test failures, and I can't replicate them. Could they be transient?
|
Yea it's #4105 |
Awesome, thank you for all your help and time! Is there anything else I need to do on my end? |
Nope! Thanks for the bug fix. |
fixes 2895
test help: I have a test for the code modification but the code requires the environment to be in production mode, and I am having trouble getting that working in the test.