From 4ac6ff54dc0118d9997f41828e2876158ad36bb8 Mon Sep 17 00:00:00 2001 From: Jonathan Hodgson Date: Mon, 25 May 2020 18:29:18 +0100 Subject: [PATCH] changed profile name to headless --- bin/.bin/webtest/clickjacking | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/.bin/webtest/clickjacking b/bin/.bin/webtest/clickjacking index 9af4f19f..6bb32400 100755 --- a/bin/.bin/webtest/clickjacking +++ b/bin/.bin/webtest/clickjacking @@ -24,7 +24,7 @@ die(){ # This will need to be a profile that isn't currently open # I suggest making one for headless use # go to about:profiles in firefox to create one -profile="test" +profile="headless" # Url of site to put in iframe url="$1"