Skip to content

Commit

Permalink
feat: Enable serving Brotli resources by default (#12327)
Browse files Browse the repository at this point in the history
Fixes #4740
  • Loading branch information
Artur- committed Nov 11, 2021
1 parent 5583283 commit 0b5d742
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ default boolean getBooleanProperty(String propertyName,
*/
default boolean isBrotli() {
return getBooleanProperty(InitParameters.SERVLET_PARAMETER_BROTLI,
false);
true);
}

default String getCompiledWebComponentsPath() {
Expand Down

0 comments on commit 0b5d742

Please sign in to comment.