Skip to content

Commit f5509b9

Browse files
committed
Enable AAA
1 parent ba841b7 commit f5509b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/common/constants.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ export const getDefaultAdvancedOptions = (isProxy) => {
9090
includeSubdomains: true,
9191
followRobots: false,
9292
customChecks: true,
93-
wcagAaa: false,
93+
wcagAaa: true,
9494
}
9595
}
9696

0 commit comments

Comments
 (0)