Files
tauri/core/tests/invoke-key/tauri.conf.json
chip 51d043209b integration tests related to recent security advisory (#9983)
* test if an uninitialized iframe can call the ipc

* test that calls without __TAURI_INVOKE_KEY__ fail

* fix cargo manifest newline change

* add comment to help unknown error message changes

* license headers

* add identifier and icons to config

* fix clippy error

* Create change-pr-9983.md

* add tag to changefile

* rename changefile
2024-07-23 11:23:29 +09:00

23 lines
522 B
JSON

{
"$schema": "../../../core/tauri-config-schema/schema.json",
"build": {
"distDir": "index.html",
"devPath": "index.html"
},
"tauri": {
"bundle": {
"identifier": "app.tauri.tests.invoke-key",
"icon": [
"../../../examples/.icons/32x32.png",
"../../../examples/.icons/128x128.png",
"../../../examples/.icons/128x128@2x.png",
"../../../examples/.icons/icon.icns",
"../../../examples/.icons/icon.ico"
]
},
"windows": [
{}
]
}
}