From 0d306f9f1f18dec64b641ce4c792f2d2ef1f1322 Mon Sep 17 00:00:00 2001 From: Alicia Sykes Date: Thu, 19 Aug 2021 20:22:20 +0100 Subject: [PATCH] :hammer: Removes headers from Netlify config --- netlify.toml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/netlify.toml b/netlify.toml index 7189d737..f6eab2cc 100644 --- a/netlify.toml +++ b/netlify.toml @@ -19,10 +19,3 @@ STATUSKIT_COMPANY_LOGO = "https://raw.githubusercontent.com/Lissy93/dashy/master/docs/assets/logo.png" STATUSKIT_SUPPORT_CONTACT_LINK = "https://dashy.to" STATUSKIT_RESOURCES_LINK = "https://github.com/Lissy93/dashy/tree/master/docs" - -# Set any security headers here -[[headers]] - for = "/*" - [headers.values] - # Uncomment to enable Netlify user control. You must have a paid plan. - # Basic-Auth = "someuser:somepassword anotheruser:anotherpassword" \ No newline at end of file