From 1f8dca27c5836aab01cedfbbe67514ced90fd84c Mon Sep 17 00:00:00 2001 From: Robin de Jong Date: Tue, 29 Sep 2015 23:19:29 +0200 Subject: [PATCH 1/3] The 64bit start.sh should correctly use the 64 bit xulrunner directory --- browser/bin/linux/64/start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/browser/bin/linux/64/start.sh b/browser/bin/linux/64/start.sh index 20c06b9..6631f90 100644 --- a/browser/bin/linux/64/start.sh +++ b/browser/bin/linux/64/start.sh @@ -1,2 +1,2 @@ #!/bin/sh -../../../../../xulrunner/linux/32/xulrunner/xulrunner -app "../../../apps/seb.ini" -profile "../../../data/profile" +../../../../../xulrunner/linux/64/xulrunner/xulrunner -app "../../../apps/seb.ini" -profile "../../../data/profile" From 13141e50103be530c62a6fe353069034b7e70290 Mon Sep 17 00:00:00 2001 From: Robin de Jong Date: Tue, 29 Sep 2015 23:22:30 +0200 Subject: [PATCH 2/3] Added a new profile directory, so the next person doesn't have to do this. --- browser/data/profile/.gitkeep | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 browser/data/profile/.gitkeep diff --git a/browser/data/profile/.gitkeep b/browser/data/profile/.gitkeep new file mode 100644 index 0000000..e69de29 From dd6bf3adadd9e9c207ea9c881f82eedfa8f158f0 Mon Sep 17 00:00:00 2001 From: Biodiscus Date: Sun, 4 Oct 2015 20:43:25 +0200 Subject: [PATCH 3/3] Set the correct url to MOODLE --- browser/apps/chrome/defaults/seb/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/browser/apps/chrome/defaults/seb/config.json b/browser/apps/chrome/defaults/seb/config.json index 6f5bd19..ce60210 100644 --- a/browser/apps/chrome/defaults/seb/config.json +++ b/browser/apps/chrome/defaults/seb/config.json @@ -14,7 +14,7 @@ "network.proxy.no_proxies_on" : "localhost,127.0.0.1" }, - "seb.url" : "http://www.safeexambrowser.org", + "seb.url" : "http://moodle.informatica.hva.nl", "seb.language" : "en-US", "seb.request.header" : "X-SafeExamBrowser-RequestHash", "seb.request.key" : "SEBKEY",