From b8f0b4b583cde748574dc62af5146e5c4221c22c Mon Sep 17 00:00:00 2001 From: TheFrenchGhosty <47571719+TheFrenchGhosty@users.noreply.github.com> Date: Sat, 19 Jun 2021 09:40:33 +0200 Subject: [PATCH] Typo --- src/invidious.cr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/invidious.cr b/src/invidious.cr index fbd1a834..7037ecfe 100644 --- a/src/invidious.cr +++ b/src/invidious.cr @@ -175,7 +175,7 @@ before_all do |env| env.response.headers["X-XSS-Protection"] = "1; mode=block" env.response.headers["X-Content-Type-Options"] = "nosniff" - # Allow media ressources to be loaded from google servers + # Allow media resources to be loaded from google servers # TODO: check if *.youtube.com can be removed if CONFIG.disabled?("local") || !preferences.local extra_media_csp = " https://*.googlevideo.com:443 https://*.youtube.com:443"