diff --git a/apps/dashboard/app/views/layouts/editor.html.erb b/apps/dashboard/app/views/layouts/editor.html.erb index 60f482b9b9..af6f04212d 100644 --- a/apps/dashboard/app/views/layouts/editor.html.erb +++ b/apps/dashboard/app/views/layouts/editor.html.erb @@ -4,7 +4,7 @@ <%= "File Editor - #{OodAppkit.dashboard.title}" %><%= @path.nil? ? "" : " - #{@path.basename.to_s}" %> - <%= favicon_link_tag 'favicon.ico', href: OodAppkit.public.url.join('favicon.ico') %> + <%= favicon_link_tag 'favicon.ico', href: OodAppkit.public.url.join('favicon.ico'), skip_pipeline: true %> <%= javascript_include_tag 'application', nonce: true %> <%= javascript_include_tag 'editor', nonce: true %>