From f97084b2870bed3a0722a7c1491466b3cfea6755 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Mon, 8 Jun 2020 00:42:16 -0500 Subject: Escape URL queries --- bollux | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bollux b/bollux index c1319b2..2e0b9a1 100755 --- a/bollux +++ b/bollux @@ -394,7 +394,7 @@ gemini_response() { # gemini_response URL 10) run prompt "$meta" ;; 11) run prompt "$meta" -s ;; # password input esac - run blastoff "?$REPLY" + run blastoff "?$(urlencode "$REPLY")" ;; 2*) # OK REDIRECTS=0 -- cgit 1.4.1-21-gabe81