Remove clock
authorMarius Gavrilescu <marius@ieval.ro>
Tue, 3 Feb 2015 18:36:48 +0000 (20:36 +0200)
committerMarius Gavrilescu <marius@ieval.ro>
Tue, 3 Feb 2015 18:36:48 +0000 (20:36 +0200)
app.psgi
tmpl/skel.en

index 7dce99b972bbfd7fe9448ca2ac9172fff6ba5102..0da080861e8e171bcb592dcff05cef5514af1338 100644 (file)
--- a/app.psgi
+++ b/app.psgi
@@ -13,7 +13,7 @@ use Tie::Hash::Expire;
 
 use constant AUTH_TIMEOUT => 5 * 60;
 use constant ACCESSLOG_FORMAT => '%{X-Forwarded-For}i|%h %u "%r" %>s %b "%{Referer}i" "%{User-agent}i"';
-use constant CONTENT_SECURITY_POLICY => q,default-src 'none'; script-src 'self' www.google-analytics.com; style-src 'self'; img-src 'self'; connect-src 'self'; frame-src free.timeanddate.com,;
+use constant CONTENT_SECURITY_POLICY => q,default-src 'none'; script-src 'self' www.google-analytics.com; style-src 'self'; img-src 'self'; connect-src 'self',;
 
 our $db //= Gruntmaster::Data->connect($ENV{GRUNTMASTER_DSN} // 'dbi:Pg:');
 
index 6bf59540900189482f7e6d4942d51f73d6cabfd6..f127bde66049e53c24e4963e1c6758695719a0b4 100644 (file)
@@ -28,8 +28,6 @@
 </div>
 </nav>
 
-<iframe src="http://free.timeanddate.com/clock/i47sdccv/n49/tlro/fc99f/tct/pct/ta1" frameborder="0" id="clock" width="98" height="18" sandbox="allow-scripts allow-same-origin"></iframe>
-
 <div class="container-fluid">
 
 <h1 id="title">TITLE</h1>
This page took 0.011309 seconds and 4 git commands to generate.