Skip to content

Commit

Permalink
WIP - Code Cleanup refs #15907
Browse files Browse the repository at this point in the history
  • Loading branch information
AshviniKabadi committed Aug 21, 2024
1 parent a456856 commit 60f52bd
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion app/javascript/packs/application.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
// that code so it'll be compiled.

import Rails from "@rails/ujs"
//import Turbolinks from "turbolinks"
import { Turbo } from "@hotwired/turbo-rails"
import * as ActiveStorage from "@rails/activestorage"
import "channels"
Expand Down
1 change: 0 additions & 1 deletion app/views/layouts/application.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
<%= stylesheet_link_tag "application", "data-turbolinks-track": "reload" %>
<%= javascript_pack_tag "application", "data-turbolinks-track": "reload" %>
<%= javascript_tag '$.fx.off = true;' if Rails.env.test? %>
<%= javascript_importmap_tags %>
</head>

<body>
Expand Down
2 changes: 1 addition & 1 deletion config/environments/production.rb
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@

# Enable DNS rebinding protection and other `Host` header attacks.
# config.hosts << "geo.lndo.site"
config.hosts = ["geo.lndo.site"]
config.hosts = ["geodata.lib.arizona.edu"]
# config.hosts = [
# "example.com", # Allow requests from example.com
# /.*\.example\.com/ # Allow requests from subdomains like `www.example.com`
Expand Down

0 comments on commit 60f52bd

Please sign in to comment.