Compare commits
2 commits
cbe73af9bf
...
0636d4ccea
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0636d4ccea | ||
|
|
bfdf7b4d75 |
2 changed files with 4 additions and 5 deletions
|
|
@ -1,7 +1,6 @@
|
|||
<main data-controller="mood" class="columns m-auto">
|
||||
<div class="current-day column">
|
||||
<section class="m-4">
|
||||
<h1 class="title is-3 is-spaced">Comment ça KLUK ?</h1>
|
||||
<div class="is-hidden-tablet mb-4">
|
||||
<div class="" data-mood-target="modeDayMobile">Aujourd'hui</div>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -80,10 +80,10 @@ Rails.application.configure do
|
|||
config.active_record.attributes_for_inspect = [ :id ]
|
||||
|
||||
# Enable DNS rebinding protection and other `Host` header attacks.
|
||||
# config.hosts = [
|
||||
# "example.com", # Allow requests from example.com
|
||||
# /.*\.example\.com/ # Allow requests from subdomains like `www.example.com`
|
||||
# ]
|
||||
config.hosts = [
|
||||
"kluk.fr",
|
||||
/.*\.kluk\.fr/
|
||||
]
|
||||
#
|
||||
# Skip DNS rebinding protection for the default health check endpoint.
|
||||
# config.host_authorization = { exclude: ->(request) { request.path == "/up" } }
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue