chore: remove duplicate option get for CustomScheme (#29453)

Co-authored-by: David Sanders <dsanders11@ucsbalum.com>
This commit is contained in:
trop[bot]
2021-06-01 19:12:51 +09:00
committed by GitHub
parent 737b08d130
commit f95d2bdfd1

View File

@@ -66,7 +66,6 @@ struct Converter<CustomScheme> {
// options are optional. Default values specified in SchemeOptions are used
if (dict.Get("privileges", &opt)) {
opt.Get("standard", &(out->options.standard));
opt.Get("supportFetchAPI", &(out->options.supportFetchAPI));
opt.Get("secure", &(out->options.secure));
opt.Get("bypassCSP", &(out->options.bypassCSP));
opt.Get("allowServiceWorkers", &(out->options.allowServiceWorkers));