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

@ -253,15 +253,6 @@
<p class="x_help-block">{$lang->about_jquery_version}</p>
</div>
</div>
<div class="x_control-group">
<label class="x_control-label">{$lang->use_server_push}</label>
<div class="x_controls">
<label for="use_server_push_y" class="x_inline"><input type="radio" name="use_server_push" id="use_server_push_y" value="Y" checked="checked"|cond="$use_server_push" /> {$lang->cmd_yes}</label>
<label for="use_server_push_n" class="x_inline"><input type="radio" name="use_server_push" id="use_server_push_n" value="N" checked="checked"|cond="!$use_server_push" /> {$lang->cmd_no}</label>
<br />
<p class="x_help-block">{$lang->about_use_server_push}</p>
</div>
</div>
<div class="x_clearfix btnArea">
<div class="x_pull-right">
<button type="submit" class="x_btn x_btn-primary">{$lang->cmd_save}</button>