Inline CSS for default login and logout page
- Remove the dependency on Bootstrap CSS. Results in faster load times, no failures in air-gapped or offline scenarios, and no dependency on an external CDN that may go away some day.
This commit is contained in:
committed by
Rob Winch
parent
66efb63dba
commit
bc8ba7f3b7
@@ -40,4 +40,7 @@
|
||||
|
||||
<!-- Lambdas that we can't replace with a method reference because a closure is required -->
|
||||
<suppress files="BearerTokenAuthenticationFilter\.java" checks="SpringLambda"/>
|
||||
|
||||
<!-- CSS content -->
|
||||
<suppress files="CssUtils\.java" checks="SpringLeadingWhitespace"/>
|
||||
</suppressions>
|
||||
|
||||
Reference in New Issue
Block a user