mirror of
https://gitea.invidious.io/iv-org/invidious-copy-2022-08-14.git
synced 2024-08-15 00:53:20 +00:00
parent
4f91854bd3
commit
e590d39aa9
1 changed files with 0 additions and 15 deletions
|
@ -106,21 +106,6 @@ spawn do
|
|||
end
|
||||
|
||||
before_all do |env|
|
||||
env.response.headers["X-XSS-Protection"] = "1; mode=block;"
|
||||
env.response.headers["X-Content-Type-Options"] = "nosniff"
|
||||
|
||||
# CSRF
|
||||
if Kemal.config.ssl || CONFIG.https_only
|
||||
host = env.request.headers["Host"]?
|
||||
|
||||
if (env.request.headers["Origin"]?.try &.== host) ||
|
||||
(env.request.headers["Referer"]?.try &.== host)
|
||||
# All good!
|
||||
else
|
||||
halt env, status_code: 403, response: "Failed CSRF check"
|
||||
end
|
||||
end
|
||||
|
||||
if env.request.cookies.has_key? "SID"
|
||||
headers = HTTP::Headers.new
|
||||
headers["Cookie"] = env.request.headers["Cookie"]
|
||||
|
|
Loading…
Reference in a new issue