Remove HTTP/2 server push for Cloudflare

클플에서 해당 기능 지원 중단하여 더이상 작동하지 않음
https://developer.chrome.com/blog/removing-push/
This commit is contained in:
Kijin Sung 2023-10-24 20:32:35 +09:00
parent 6856f60ff9
commit e9e46e3391
7 changed files with 0 additions and 64 deletions

View file

@ -158,8 +158,6 @@ $lang->cmd_concat_css_js = 'Combine both CSS and JS';
$lang->about_concat_scripts = 'Automatically combine CSS and JS scripts into as few files as possible. External scripts are not combined.';
$lang->jquery_version = 'jQuery Version';
$lang->about_jquery_version = 'You can select the default jQuery version for this site. Please note that jQuery 3.x may not be compatible with older features.';
$lang->use_server_push = 'Use HTTP/2 Server Push';
$lang->about_use_server_push = 'This option adds headers to the response that some CDNs interpret as server push directives.';
$lang->use_gzip = 'gzip Compression';
$lang->about_use_gzip = 'This option should be left off unless you know for sure that your webserver doesn\'t compress output by default.';
$lang->delay_session = 'Delay session start';