File tree Expand file tree Collapse file tree 3 files changed +0
-53
lines changed
plugins/geolocation/permissions Expand file tree Collapse file tree 3 files changed +0
-53
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -115,32 +115,6 @@ Denies the clear_watch command without any pre-configured scope.
115
115
<tr >
116
116
<td >
117
117
118
- ` geolocation:allow-execute `
119
-
120
- </td >
121
- <td >
122
-
123
- Enables the execute command without any pre-configured scope.
124
-
125
- </td >
126
- </tr >
127
-
128
- <tr >
129
- <td >
130
-
131
- ` geolocation:deny-execute `
132
-
133
- </td >
134
- <td >
135
-
136
- Denies the execute command without any pre-configured scope.
137
-
138
- </td >
139
- </tr >
140
-
141
- <tr >
142
- <td >
143
-
144
118
` geolocation:allow-get-current-position `
145
119
146
120
</td >
Original file line number Diff line number Diff line change 350
350
" deny-clear-watch"
351
351
]
352
352
},
353
- {
354
- "description" : " allow-execute -> Enables the execute command without any pre-configured scope." ,
355
- "type" : " string" ,
356
- "enum" : [
357
- " allow-execute"
358
- ]
359
- },
360
- {
361
- "description" : " deny-execute -> Denies the execute command without any pre-configured scope." ,
362
- "type" : " string" ,
363
- "enum" : [
364
- " deny-execute"
365
- ]
366
- },
367
353
{
368
354
"description" : " allow-get-current-position -> Enables the get_current_position command without any pre-configured scope." ,
369
355
"type" : " string" ,
You can’t perform that action at this time.
0 commit comments