mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-04-14 16:40:58 -04:00
fix: update storage.rules
(#5020)
This commit is contained in:
parent
4d13dbf625
commit
7431ca81d1
1 changed files with 5 additions and 6 deletions
|
@ -1,12 +1,11 @@
|
||||||
rules_version = '2';
|
rules_version = '2';
|
||||||
service firebase.storage {
|
service firebase.storage {
|
||||||
match /b/{bucket}/o {
|
match /b/{bucket}/o {
|
||||||
match /{migrations} {
|
match /{files}/rooms/{room}/{file} {
|
||||||
match /{scenes}/{scene} {
|
allow get, write: if true;
|
||||||
allow get, write: if true;
|
}
|
||||||
// redundant, but let's be explicit'
|
match /{files}/shareLinks/{shareLink}/{file} {
|
||||||
allow list: if false;
|
allow get, write: if true;
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue