commit 83979c32978259e203c029965eaf8853107e300f Author: David Fifield david@bamsoftware.com Date: Thu Feb 9 11:46:11 2012 -0800
Refresh the badge once a day.
This way browsers that are left open forever will eventually check for a new badge. --- embed.html | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/embed.html b/embed.html index 9b6b152..fde5ba8 100644 --- a/embed.html +++ b/embed.html @@ -1,6 +1,7 @@ <!DOCTYPE html> <html> <head> +<meta http-equiv="refresh" content="86400"> <script type="text/javascript"> /* Are circumstances such that we should self-disable and not be a proxy? We take a best-effort guess as to whether this device runs on
tor-commits@lists.torproject.org