[interchange-cvs] interchange - heins modified 7 files

interchange-cvs at icdevgroup.org interchange-cvs at icdevgroup.org
Wed Jan 28 03:59:44 UTC 2009


User:      heins
Date:      2009-01-28 03:59:44 GMT
Modified:  dist/lib/UI/pages/include/templates ui_type1 ui_type2
Modified:           ui_type3 ui_type5
Modified:  dist/standard/include/layout leftonly leftright noleft
Log:
* Add framekiller for clickjacking defense in template. Probably we are
  unlikely to have problems in the standard template, but you never know.

Revision  Changes    Path
1.10                 interchange/dist/lib/UI/pages/include/templates/ui_type1


rev 1.10, prev_rev 1.9
Index: ui_type1
===================================================================
RCS file: /var/cvs/interchange/dist/lib/UI/pages/include/templates/ui_type1,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ui_type1	9 Aug 2007 13:40:52 -0000	1.9
+++ ui_type1	28 Jan 2009 03:59:44 -0000	1.10
@@ -1,6 +1,7 @@
 <html[scratch ui_language_direction]>
 <head>
 <title>[scratch page_title]</title>
+<script type="text/javascript">if (top!=self) top.location.href=self.location.href;</script>
 [tmp window_name][tag time]%m%d%H%M%S[/tag][/tmp]
 @@UI_JSLIB@@
 <link href="__UI_IMG__interchange.css" rel="stylesheet" type="text/css">



1.7                  interchange/dist/lib/UI/pages/include/templates/ui_type2


rev 1.7, prev_rev 1.6
Index: ui_type2
===================================================================
RCS file: /var/cvs/interchange/dist/lib/UI/pages/include/templates/ui_type2,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ui_type2	9 Aug 2007 13:40:52 -0000	1.6
+++ ui_type2	28 Jan 2009 03:59:44 -0000	1.7
@@ -1,6 +1,7 @@
 <html[scratch ui_language_direction]>
 <head>
 <title>[scratch page_title]</title>
+<script type="text/javascript">if (top!=self) top.location.href=self.location.href;</script>
 [tmp window_name][tag time]%m%d%H%M%S[/tag][/tmp]
 @@UI_JSLIB@@
 <link href="__UI_IMG__interchange.css" rel="stylesheet" type="text/css">



1.7                  interchange/dist/lib/UI/pages/include/templates/ui_type3


rev 1.7, prev_rev 1.6
Index: ui_type3
===================================================================
RCS file: /var/cvs/interchange/dist/lib/UI/pages/include/templates/ui_type3,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ui_type3	9 Aug 2007 13:40:52 -0000	1.6
+++ ui_type3	28 Jan 2009 03:59:44 -0000	1.7
@@ -1,6 +1,7 @@
 <html[scratch ui_language_direction]>
 <head>
 <title>[scratch page_title]</title>
+<script type="text/javascript">if (top!=self) top.location.href=self.location.href;</script>
 [tmp window_name][tag time]%m%d%H%M%S[/tag][/tmp]
 @@UI_JSLIB@@
 <link href="__UI_IMG__interchange.css" rel="stylesheet" type="text/css">



1.7                  interchange/dist/lib/UI/pages/include/templates/ui_type5


rev 1.7, prev_rev 1.6
Index: ui_type5
===================================================================
RCS file: /var/cvs/interchange/dist/lib/UI/pages/include/templates/ui_type5,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ui_type5	9 Aug 2007 13:40:52 -0000	1.6
+++ ui_type5	28 Jan 2009 03:59:44 -0000	1.7
@@ -1,6 +1,7 @@
 <html[scratch ui_language_direction]>
 <head>
 <title>[scratch page_title]</title>
+<script type="text/javascript">if (top!=self) top.location.href=self.location.href;</script>
 [tmp window_name][tag time]%m%d%H%M%S[/tag][/tmp]
 @@UI_JSLIB@@
 <link href="__UI_IMG__interchange.css" rel="stylesheet" type="text/css">



1.3                  interchange/dist/standard/include/layout/leftonly


rev 1.3, prev_rev 1.2
Index: leftonly
===================================================================
RCS file: /var/cvs/interchange/dist/standard/include/layout/leftonly,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- leftonly	26 Jan 2005 17:51:14 -0000	1.2
+++ leftonly	28 Jan 2009 03:59:44 -0000	1.3
@@ -2,6 +2,7 @@
 <html>
 <head>
 <title>[scratch page_title]</title>
+<script type="text/javascript">if (top!=self) top.location.href=self.location.href;</script>
 [scratch meta_header]
 {{MAIN_CSS}}
 </head>



1.3                  interchange/dist/standard/include/layout/leftright


rev 1.3, prev_rev 1.2
Index: leftright
===================================================================
RCS file: /var/cvs/interchange/dist/standard/include/layout/leftright,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- leftright	26 Jan 2005 17:51:14 -0000	1.2
+++ leftright	28 Jan 2009 03:59:44 -0000	1.3
@@ -2,6 +2,7 @@
 <html>
 <head>
 <title>[scratch page_title]</title>
+<script type="text/javascript">if (top!=self) top.location.href=self.location.href;</script>
 [scratch meta_header]
 {{MAIN_CSS}}
 </head>



1.3                  interchange/dist/standard/include/layout/noleft


rev 1.3, prev_rev 1.2
Index: noleft
===================================================================
RCS file: /var/cvs/interchange/dist/standard/include/layout/noleft,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- noleft	26 Jan 2005 17:51:14 -0000	1.2
+++ noleft	28 Jan 2009 03:59:44 -0000	1.3
@@ -2,6 +2,7 @@
 <html>
 <head>
 <title>[scratch page_title]</title>
+<script type="text/javascript">if (top!=self) top.location.href=self.location.href;</script>
 [scratch meta_header]
 {{MAIN_CSS}}
 </head>







More information about the interchange-cvs mailing list