Skip to content

Commit

Permalink
add exception to relevant path
Browse files Browse the repository at this point in the history
This is required to allow components to be removed from the Admin
Dashboard.
  • Loading branch information
heinpa committed Feb 13, 2024
1 parent aeddc92 commit 5cb5025
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ public class ApplicationWebSecurityConfigurerAdapter extends WebSecurityConfigur
"/gerbil*/**",
"/login",
"/instances",
"/applications/**",
"/sparql"
};

Expand Down

0 comments on commit 5cb5025

Please sign in to comment.