Skip to content

Commit

Permalink
Confirm chrome path in macOS is correct (#3950)
Browse files Browse the repository at this point in the history
  • Loading branch information
harryzcy authored Oct 28, 2023
1 parent 9379498 commit ddd135e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion server/monitor-types/real-browser-monitor-type.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ if (process.platform === "win32") {
"/usr/bin/google-chrome",
];
} else if (process.platform === "darwin") {
// TODO: Generated by GitHub Copilot, but not sure if it's correct
allowedList = [
"/Applications/Google Chrome.app/Contents/MacOS/Google Chrome",
"/Applications/Chromium.app/Contents/MacOS/Chromium",
Expand Down

0 comments on commit ddd135e

Please sign in to comment.