stop annoying fb identify tags in URL

This commit is contained in:
Anthony Stirling
2023-04-28 23:45:54 +01:00
parent d10f5734fb
commit 0ebec74bed
3 changed files with 56 additions and 1 deletions

View File

@@ -16,6 +16,7 @@ public class Beans implements WebMvcConfigurer {
@Override
public void addInterceptors(InterceptorRegistry registry) {
registry.addInterceptor(localeChangeInterceptor());
registry.addInterceptor(new CleanUrlInterceptor());
}
@Bean