Created
November 27, 2024 06:01
-
-
Save oguzhankircali/6f1c25722ee0e5e439c69a6719f1bb3d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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