From b7a90345b26d55681f10b6207d70de850d80262e Mon Sep 17 00:00:00 2001 From: Tobias_Melzer Date: Tue, 27 Nov 2018 02:44:06 +0100 Subject: [PATCH] Added second assignment for chrome developer tools. --- .../main/resources/html/ChromeDevTools.html | 42 +++++++++++++++++++ .../resources/i18n/WebGoatLabels.properties | 2 +- 2 files changed, 43 insertions(+), 1 deletion(-) diff --git a/webgoat-lessons/chrome-dev-tools/src/main/resources/html/ChromeDevTools.html b/webgoat-lessons/chrome-dev-tools/src/main/resources/html/ChromeDevTools.html index c22098ca8..abae8d0e5 100644 --- a/webgoat-lessons/chrome-dev-tools/src/main/resources/html/ChromeDevTools.html +++ b/webgoat-lessons/chrome-dev-tools/src/main/resources/html/ChromeDevTools.html @@ -35,9 +35,16 @@
+ +
+ + + +
+<<<<<<< HEAD +======= + + +>>>>>>> Added second assignment for chrome developer tools. \ No newline at end of file diff --git a/webgoat-lessons/chrome-dev-tools/src/main/resources/i18n/WebGoatLabels.properties b/webgoat-lessons/chrome-dev-tools/src/main/resources/i18n/WebGoatLabels.properties index ebe2341dc..3741c9cf5 100644 --- a/webgoat-lessons/chrome-dev-tools/src/main/resources/i18n/WebGoatLabels.properties +++ b/webgoat-lessons/chrome-dev-tools/src/main/resources/i18n/WebGoatLabels.properties @@ -8,4 +8,4 @@ network.success=Correct, Well Done. network.failed=That is not correct, try again. networkHint1=Clear all Requests from the network button, then make the request. The you should be able to figure out, which request holds the data. -networkHint2=The name of the request is "dummy" \ No newline at end of file +networkHint2=The name of the request is "dummy"