You are here

function advagg_update_7214 in Advanced CSS/JS Aggregation 7.2

Update .htaccess to support brotli compression (br).

File

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

Code

function advagg_update_7214(&$sandbox) {
  return advagg_install_update_htaccess('', 'brotli');
}