Compare commits
No commits in common. "0636d4cceac1bf2e36065924d374ea8fadbefbed" and "cbe73af9bf6248bcc0e733cd0e863ca4a6b94159" have entirely different histories.
0636d4ccea
...
cbe73af9bf
2 changed files with 5 additions and 4 deletions
|
|
@ -1,6 +1,7 @@
|
|||
<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 = [
|
||||
"kluk.fr",
|
||||
/.*\.kluk\.fr/
|
||||
]
|
||||
# config.hosts = [
|
||||
# "example.com", # Allow requests from example.com
|
||||
# /.*\.example\.com/ # Allow requests from subdomains like `www.example.com`
|
||||
# ]
|
||||
#
|
||||
# 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