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; };