Skip to content
Snippets Groups Projects
Commit 5bbe8c96 authored by Robert Goldmann's avatar Robert Goldmann
Browse files

added import accountMatcher page to pre login url blacklist

parent 2cd114e1
No related branches found
No related tags found
No related merge requests found
Pipeline #801 passed
...@@ -12,6 +12,7 @@ public class PreLoginUrlBlacklist ...@@ -12,6 +12,7 @@ public class PreLoginUrlBlacklist
blacklist = new ArrayList<>(); blacklist = new ArrayList<>();
blacklist.add("login"); blacklist.add("login");
blacklist.add("performUpdate"); blacklist.add("performUpdate");
blacklist.add("accountMatcher");
} }
public boolean isBlacklisted(String preLoginUrl) public boolean isBlacklisted(String preLoginUrl)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment