Skip to content

Commit

Permalink
Limit main eight browsers to real values for api/ (#13845)
Browse files Browse the repository at this point in the history
  • Loading branch information
queengooborg authored Dec 6, 2021
1 parent ecf4f6c commit 40cba85
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion test/linter/test-real-values.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,16 @@ const blockMany = [

/** @type {Record<string, string[]>} */
const blockList = {
api: [],
api: [
'chrome',
'chrome_android',
'edge',
'firefox',
'ie',
'safari',
'safari_ios',
'webview_android',
],
css: blockMany,
html: [],
http: [],
Expand Down

0 comments on commit 40cba85

Please sign in to comment.