Skip to content

Commit

Permalink
Merge pull request #2174 from MushroomObserver/disable-link-prefetching
Browse files Browse the repository at this point in the history
Disable link prefetching sitewide
  • Loading branch information
nimmolo committed Jun 10, 2024
2 parents 8f8dec8 + 9eedef3 commit 38b163f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/views/controllers/application/app/_head.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
<meta http-equiv="Content-Type" content="text/html;charset=utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<meta name="turbo-refresh-scroll" content="preserve">
<meta name="turbo-prefetch" content="false">
<%= action_cable_meta_tag %>
<%= auto_discovery_link_tag(
:rss, activity_logs_rss_path, { title: :app_rss.l }
Expand Down

0 comments on commit 38b163f

Please sign in to comment.