From 0bb17cd2f34918add1ddaedeb0a66531dea561a3 Mon Sep 17 00:00:00 2001 From: Robert Günzler Date: Sun, 7 Sep 2025 17:32:13 +0200 Subject: go-away: use config.yml and vendor all configuration files MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Robert Günzler --- bundles/go-away/files/config/snippets/challenge-js-refresh.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 bundles/go-away/files/config/snippets/challenge-js-refresh.yml (limited to 'bundles/go-away/files/config/snippets/challenge-js-refresh.yml') diff --git a/bundles/go-away/files/config/snippets/challenge-js-refresh.yml b/bundles/go-away/files/config/snippets/challenge-js-refresh.yml new file mode 100644 index 0000000..73ba729 --- /dev/null +++ b/bundles/go-away/files/config/snippets/challenge-js-refresh.yml @@ -0,0 +1,6 @@ +challenges: + js-refresh: + # Challenges with a redirect via window.location (requires HTML parsing and JavaScript logic) + runtime: "refresh" + parameters: + refresh-via: "javascript" \ No newline at end of file -- cgit 1.4.1