You are here

function advagg_update_7215 in Advanced CSS/JS Aggregation 7.2

Update .htaccess to support brotli compression (br).

File

./advagg.install, line 737
Handles Advanced Aggregation installation and upgrade tasks.

Code

function advagg_update_7215(&$sandbox) {
  return advagg_install_update_htaccess('', '%{HTTP:Accept-encoding} gzip');
}