From 8399371adc5c48e1847061deee1936c0d64f2a85 Mon Sep 17 00:00:00 2001 From: Vika Shleina Date: Mon, 19 Jul 2021 09:36:45 +0300 Subject: Replaced scheme with HTTPS in frontend to prevent weird things --- src/indieauth.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/indieauth.rs') diff --git a/src/indieauth.rs b/src/indieauth.rs index 7a2a07e..27e545d 100644 --- a/src/indieauth.rs +++ b/src/indieauth.rs @@ -141,7 +141,7 @@ where next: Next<'_, ApplicationState>, ) -> Result { req.set_ext(User::new( - "http://localhost:8080/", + "https://localhost:8080/", "https://curl.haxx.se/", "create update delete undelete media", )); -- cgit 1.4.1