From 9229acf7d9bc080de16d8b0f6697051a95a3ac9d Mon Sep 17 00:00:00 2001 From: "Edward Z. Yang" Date: Tue, 2 Sep 2008 12:57:51 -0400 Subject: [PATCH] Disable frame-breaker on JS tests; upgrade YUI to version 3 pre-release. Signed-off-by: Edward Z. Yang --- js-test/common.php | 1 + js-test/yui.php | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/js-test/common.php b/js-test/common.php index 3cbfad1..25518f1 100644 --- a/js-test/common.php +++ b/js-test/common.php @@ -11,6 +11,7 @@ function print_javascript($name, $web) { function csrf_startup() { csrf_conf('rewrite-js', '../csrf-magic.js'); + csrf_conf('frame-breaker', false); } require_once '../csrf-magic.php'; diff --git a/js-test/yui.php b/js-test/yui.php index 34801a0..53d227c 100644 --- a/js-test/yui.php +++ b/js-test/yui.php @@ -7,9 +7,9 @@ Yahoo! UI library test page for csrf-magic -- 2.11.4.GIT