File tree Expand file tree Collapse file tree 1 file changed +8
-11
lines changed
src/content/docs/security Expand file tree Collapse file tree 1 file changed +8
-11
lines changed Original file line number Diff line number Diff line change @@ -145,17 +145,14 @@ all subdomains of `tauri.app`.
145145
146146``` json title="src-tauri/capabilities/remote-tags.json"
147147{
148- "$schema" : " ./schemas/remote-schema.json" ,
149- "identifier" : " remote-tag-capability" ,
150- "windows" : [" main" ],
151- "remote" : {
152- "urls" : [" https://*.tauri.app" ]
153- },
154- "platforms" : [" iOS" , " android" ],
155- "permissions" : [
156- " nfc:allow-scan" ,
157- " barcode-scanner:allow-scan"
158- ]
148+ "$schema" : " ./schemas/remote-schema.json" ,
149+ "identifier" : " remote-tag-capability" ,
150+ "windows" : [" main" ],
151+ "remote" : {
152+ "urls" : [" https://*.tauri.app" ]
153+ },
154+ "platforms" : [" iOS" , " android" ],
155+ "permissions" : [" nfc:allow-scan" , " barcode-scanner:allow-scan" ]
159156}
160157```
161158
You can’t perform that action at this time.
0 commit comments