From 3a0731ac59d8234c99e7ee01f3c1b14eb26971d3 Mon Sep 17 00:00:00 2001 From: Mathieu Guindon Date: Sun, 27 Oct 2024 23:09:58 -0400 Subject: [PATCH] trying something --- rubberduckvba.Server/Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rubberduckvba.Server/Program.cs b/rubberduckvba.Server/Program.cs index 6446c59..9b3e7f7 100644 --- a/rubberduckvba.Server/Program.cs +++ b/rubberduckvba.Server/Program.cs @@ -22,7 +22,7 @@ namespace rubberduckvba.com.Server; public class HangfireAuthenticationFilter : IDashboardAuthorizationFilter { - public bool Authorize([NotNull] DashboardContext context) => context.Request.RemoteIpAddress == context.Request.LocalIpAddress; + public bool Authorize([NotNull] DashboardContext context) => context.Request.RemoteIpAddress == "20.220.30.154"; } public class Program