Fix infinity redirect in polityka-prywatnosci

This commit is contained in:
Mikołaj Pich 2020-01-02 19:28:18 +01:00
parent 2180680141
commit f473ff888c
No known key found for this signature in database
GPG key ID: F62B26E36D4C4BAA

View file

@ -6,7 +6,6 @@
// This text is simply to make sure the 404.html file is bigger than 512 bytes, else, internet explorer will ignore it.
// Thank you internet explorer for requiring such awesome workarounds in order to work properly
// ====================================================================================================================
sessionStorage.redirect = location.pathname;
</script>
<meta http-equiv="refresh" content="0;URL='/polityka-prywatnosci'">
</head>