Skip to content

Commit

Permalink
trying something
Browse files Browse the repository at this point in the history
  • Loading branch information
retailcoder committed Oct 28, 2024
1 parent c9ca781 commit 3a0731a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rubberduckvba.Server/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3a0731a

Please sign in to comment.