Skip to content

Instantly share code, notes, and snippets.

@oguzhankircali
Created November 27, 2024 06:01
Show Gist options
  • Select an option

  • Save oguzhankircali/6f1c25722ee0e5e439c69a6719f1bb3d to your computer and use it in GitHub Desktop.

Select an option

Save oguzhankircali/6f1c25722ee0e5e439c69a6719f1bb3d to your computer and use it in GitHub Desktop.
module.exports = {
defaultBrowser: "Safari",
// rewrite: [
// {
// // Redirect all urls to use https
// match: ({ url }) => url.protocol === "http",
// url: { protocol: "https" }
// }
// ],
handlers: [
{
match: ["*localhost*", "*isimleilgili.com*"],
browser: "Microsoft Edge",
},
{
match: ["sadecefirefoxilecalisir.com/*"],
browser: "Firefox",
}
],
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment