Skip to content

Commit

Permalink
fix http scope
Browse files Browse the repository at this point in the history
  • Loading branch information
franciscoBSalgueiro committed Oct 10, 2024
1 parent ace282e commit 93acc93
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion src-tauri/capabilities/main.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
"core:window:allow-minimize",
"core:window:allow-close",
"shell:default",
"http:default",
"dialog:default",
"os:default",
"cli:default",
Expand All @@ -30,6 +29,18 @@
"path": "**"
}
]
},
{
"identifier": "http:default",
"allow": [
"https://www.encroissant.org/**",
"https://api.chess.com/**",
"https://www.chess.com/**",
"https://lichess.org/**",
"https://explorer.lichess.ovh/**",
"https://tablebase.lichess.ovh/**",
"https://www.chessdb.cn/**"
]
}
]
}

0 comments on commit 93acc93

Please sign in to comment.