File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
src/frontend/js/app/nginx/proxy Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -58,10 +58,11 @@ module.exports = Mn.View.extend({
5858 let data = this . ui . form . serializeJSON ( ) ;
5959
6060 // Manipulate
61- data . forward_port = parseInt ( data . forward_port , 10 ) ;
62- data . block_exploits = ! ! data . block_exploits ;
63- data . caching_enabled = ! ! data . caching_enabled ;
64- data . allow_websocket_upgrade = ! ! data . allow_websocket_upgrade ;
61+ data . forward_port = parseInt ( data . forward_port , 10 ) ;
62+ data . block_exploits = ! ! data . block_exploits ;
63+ data . caching_enabled = ! ! data . caching_enabled ;
64+ data . allow_websocket_upgrade = ! ! data . allow_websocket_upgrade ;
65+ data . http2_support = ! ! data . http2_support ;
6566
6667 if ( typeof data . ssl_forced !== 'undefined' && data . ssl_forced === '1' ) {
6768 data . ssl_forced = true ;
You can’t perform that action at this time.
0 commit comments