-
-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Security settings: disallow guest user
- Loading branch information
1 parent
6849e2f
commit e3e7030
Showing
8 changed files
with
176 additions
and
68 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,11 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<configuration> | ||
<restrictions execute-query="yes"> | ||
<!-- disallow access to certain collections --> | ||
<!--deny collection="/db/apps/dashboard"/--> | ||
<restrictions execute-query="yes" guest="yes"> | ||
<!-- | ||
Disallow access to certain collections. When using this, | ||
you always (!) want to deny access to the eXide collection as | ||
well. | ||
--> | ||
<!--deny collection="/db/apps/eXide"/--> | ||
</restrictions> | ||
</configuration> | ||
</configuration> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.