[obs-commits] [openSUSE/open-build-service] 3f7d2d: [api] Fix bogus requests to https://favicon.ico/
Branch: refs/heads/master Home: https://github.com/openSUSE/open-build-service Commit: 3f7d2d3001cf339fa49313fec074eb15cbe6e646 https://github.com/openSUSE/open-build-service/commit/3f7d2d3001cf339fa49313... Author: Dirk Mueller <dmueller@suse.com> Date: 2016-01-06 (Wed, 06 Jan 2016) Changed paths: A src/api/app/assets/images/favicon.ico M src/api/app/views/layouts/webui/webui.html.erb R src/api/public/favicon.ico Log Message: ----------- [api] Fix bogus requests to https://favicon.ico/ The previous code was generating a link to "//favicon.ico", which is expanded as "https://favicon.ico/", which just delays loading. Use the rails integrated way of handling a favicon instead via the asset pipeline. Commit: 5a2f20fba11f77a08aaf45ca9e3f8aa7c09885fa https://github.com/openSUSE/open-build-service/commit/5a2f20fba11f77a08aaf45... Author: Christian Bruckmayer <cbruckmayer@suse.com> Date: 2016-01-07 (Thu, 07 Jan 2016) Changed paths: A src/api/app/assets/images/favicon.ico M src/api/app/views/layouts/webui/webui.html.erb R src/api/public/favicon.ico Log Message: ----------- Merge pull request #1447 from dirkmueller/master [api] Fix bogus requests to https://favicon.ico/ Compare: https://github.com/openSUSE/open-build-service/compare/34b3f684bab3...5a2f20...
participants (1)
-
Christian Bruckmayer