Trying to load the favicon was throwing a 404 error, which was trying to redirect to the vets.gov 404 page which then threw a 403 error. After some research, the issue has to do with the rails asset pipeline; the favicon is a precompiled asset in production and the code wasn't looking in the right place (let me know if you want a more detailed explanation and/or directions on how to test locally).
Fixes #94
Trying to load the favicon was throwing a 404 error, which was trying to redirect to the vets.gov 404 page which then threw a 403 error. After some research, the issue has to do with the rails asset pipeline; the favicon is a precompiled asset in production and the code wasn't looking in the right place (let me know if you want a more detailed explanation and/or directions on how to test locally).