From 1c8140987ab70f0895c786e4dda8f021d8fda9c8 Mon Sep 17 00:00:00 2001 From: swaggboi Date: Sun, 17 Jul 2022 21:17:51 -0400 Subject: [PATCH] Don't need this anymore yay --- www-swagg.pl | 5 ----- 1 file changed, 5 deletions(-) diff --git a/www-swagg.pl b/www-swagg.pl index 86f8a2a..8bfd8a6 100755 --- a/www-swagg.pl +++ b/www-swagg.pl @@ -33,11 +33,6 @@ under sub { # https://paramdeo.com/blog/opting-your-website-out-of-googles-floc-network $c->res->headers->header('Permissions-Policy', 'interest-cohort=()'); - # Work around for swagg.net downtime 05/28/2022 - unless (app->mode() eq 'development' || $hostHeader =~ /^www\./) { - $c->redirect_to('https://www.swagg.net') - } - 1; };