Compare commits

..

No commits in common. "0636d4cceac1bf2e36065924d374ea8fadbefbed" and "cbe73af9bf6248bcc0e733cd0e863ca4a6b94159" have entirely different histories.

2 changed files with 5 additions and 4 deletions

View file

@ -1,6 +1,7 @@
<main data-controller="mood" class="columns m-auto"> <main data-controller="mood" class="columns m-auto">
<div class="current-day column"> <div class="current-day column">
<section class="m-4"> <section class="m-4">
<h1 class="title is-3 is-spaced">Comment ça KLUK ?</h1>
<div class="is-hidden-tablet mb-4"> <div class="is-hidden-tablet mb-4">
<div class="" data-mood-target="modeDayMobile">Aujourd'hui</div> <div class="" data-mood-target="modeDayMobile">Aujourd'hui</div>
</div> </div>

View file

@ -80,10 +80,10 @@ Rails.application.configure do
config.active_record.attributes_for_inspect = [ :id ] config.active_record.attributes_for_inspect = [ :id ]
# Enable DNS rebinding protection and other `Host` header attacks. # Enable DNS rebinding protection and other `Host` header attacks.
config.hosts = [ # config.hosts = [
"kluk.fr", # "example.com", # Allow requests from example.com
/.*\.kluk\.fr/ # /.*\.example\.com/ # Allow requests from subdomains like `www.example.com`
] # ]
# #
# Skip DNS rebinding protection for the default health check endpoint. # Skip DNS rebinding protection for the default health check endpoint.
# config.host_authorization = { exclude: ->(request) { request.path == "/up" } } # config.host_authorization = { exclude: ->(request) { request.path == "/up" } }