Merge pull request #3393 from KeyboardNerd/wtf

Remove wtf
This commit is contained in:
Sida Chen 2019-03-01 18:33:53 -05:00 committed by GitHub
commit 2819c264cd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View file

@ -21,7 +21,7 @@ http {
ssl_prefer_server_ciphers on; ssl_prefer_server_ciphers on;
ssl_dhparam dhparams.pem; ssl_dhparam dhparams.pem;
# TODO: learn wtf OCSP stapling is and do it the right way # TODO: learn OCSP stapling and do it the right way
#ssl_stapling on; #ssl_stapling on;
#ssl_stapling_verify off; #ssl_stapling_verify off;
#ssl_trusted_certificate ../stack/ssl.key; #ssl_trusted_certificate ../stack/ssl.key;

View file

@ -266,6 +266,6 @@ angular.module('chieffancypants.loadingBar', [])
}]; // }];
}); // wtf javascript. srsly });
})(); // })();