Compare commits

...

2 commits

Author SHA1 Message Date
Christophe Robillard
0636d4ccea remove kluk title
Some checks failed
CI / scan_ruby (push) Has been cancelled
CI / scan_js (push) Has been cancelled
CI / lint (push) Has been cancelled
CI / test (push) Has been cancelled
useless because it is on the navbar
2026-02-22 10:36:44 +01:00
Christophe Robillard
bfdf7b4d75 add kluk.fr hosts 2026-02-22 10:28:40 +01:00
2 changed files with 4 additions and 5 deletions

View file

@ -1,7 +1,6 @@
<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 = [
# "example.com", # Allow requests from example.com "kluk.fr",
# /.*\.example\.com/ # Allow requests from subdomains like `www.example.com` /.*\.kluk\.fr/
# ] ]
# #
# 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" } }