Don't need this anymore yay

This commit is contained in:
swagg boi 2022-07-17 21:17:51 -04:00
parent df50718b7e
commit 1c8140987a

View file

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