From 5739f9cb9d1569e5c2b65988d34f1e126549c097 Mon Sep 17 00:00:00 2001 From: Pierre Neidhardt Date: Thu, 3 Oct 2019 15:55:42 +0200 Subject: [PATCH] next: Add steam to unproxied domains. --- .config/next/init.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/next/init.lisp b/.config/next/init.lisp index 6cb20f6a..6439024a 100644 --- a/.config/next/init.lisp +++ b/.config/next/init.lisp @@ -77,7 +77,7 @@ Videos are downloaded with `+youtube-dl-command+'." (defvar *my-unproxied-domains* '("jit.si" - "wikipedia.org")) + "steampowered.com")) (defun auto-proxy-handler (url) (let* ((uri (quri:uri url))