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({
58
58
let data = this . ui . form . serializeJSON ( ) ;
59
59
60
60
// 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 ;
65
66
66
67
if ( typeof data . ssl_forced !== 'undefined' && data . ssl_forced === '1' ) {
67
68
data . ssl_forced = true ;
You can’t perform that action at this time.
0 commit comments