Skip to content

Commit

Permalink
fix: tauri shell url opener regex
Browse files Browse the repository at this point in the history
  • Loading branch information
valeriansaliou committed Aug 15, 2024
1 parent c805f6a commit bb2d9ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"setFullscreen": true
},
"shell": {
"open": true
"open": "^((mailto:)|(tel:)|(https?://)).+"
}
},
"security": {
Expand Down

0 comments on commit bb2d9ae

Please sign in to comment.