mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Revert "[fuchsia] Diagnostics directory rights are R* (#39203)" (flutter/engine#39271)
This reverts commit f1bbb9058945878a280c37991d4a4488cda0cb96.
This commit is contained in:
parent
0dbb3ce0db
commit
ea5b6dfa72
@ -8,7 +8,7 @@
|
||||
// have support for CML includes from the SDK.
|
||||
{
|
||||
directory: "diagnostics",
|
||||
rights: [ "r*" ],
|
||||
rights: [ "connect" ],
|
||||
path: "/diagnostics",
|
||||
},
|
||||
],
|
||||
|
||||
@ -8,7 +8,7 @@
|
||||
// have support for CML includes from the SDK.
|
||||
{
|
||||
directory: "diagnostics",
|
||||
rights: [ "r*" ],
|
||||
rights: [ "connect" ],
|
||||
path: "/diagnostics",
|
||||
},
|
||||
],
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user