diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index ada9861..15cdbf0 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -23,16 +23,9 @@
-
-
-
-
-
-
-
@@ -71,7 +64,7 @@
1599772010427
-
+
diff --git a/blockpage/unblock/index.php b/blockpage/unblock/index.php
index 3f0cdc8..2dcac7d 100644
--- a/blockpage/unblock/index.php
+++ b/blockpage/unblock/index.php
@@ -151,7 +151,7 @@
sleep(1);
echo <<
- setTimeout(function() {document.getElementById('interstitialUnblock').submit();}, 5000);
+ setTimeout(function() {document.getElementById('interstitialUnblock').submit();}, 1000);
EOL;
}
diff --git a/config-sample.php b/config-sample.php
index c58c4ff..b4bd687 100644
--- a/config-sample.php
+++ b/config-sample.php
@@ -44,7 +44,7 @@ function get_config($section, $defaultValue) {
// In most cases this does not have to be changed. Only change it if your
// unblock page resides in a sub-path which is not "unblock"
-$conf['safeurl'] = get_config('safeurl', "about:home");
+$conf['safeurl'] = get_config('safeurl', "about:blank");
// Enter a URL of your choice to go to when a user clicks "back to safety"
// This should not be a directory.