This commit is contained in:
Connor Clark 2020-04-14 15:37:48 -07:00 коммит произвёл GitHub
Родитель f79845dac8
Коммит 35b5eb5b8f
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -155,7 +155,7 @@ function getFlags(manualArgv) {
])
.choices('emulated-form-factor', ['mobile', 'desktop', 'none'])
.choices('throttling-method', ['devtools', 'provided', 'simulate'])
.choices('preset', ['perf', 'mixed-content'])
.choices('preset', ['perf', 'mixed-content', 'experimental'])
// force as an array
// note MUST use camelcase versions or only the kebab-case version will be forced
.array('blockedUrlPatterns')