-
Notifications
You must be signed in to change notification settings - Fork 189
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #10139 from fschade/csp-conf-auto-loading
enhancement: Load CSP configuration file if it exists
- Loading branch information
Showing
2 changed files
with
18 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
Enhancement: Load CSP configuration file if it exists | ||
|
||
The Content Security Policy (CSP) configuration file is now loaded by default if it exists. | ||
The configuration file looked for should be located at `$OCIS_BASE_DATA_PATH/proxy/csp.yaml`. | ||
If the file does not exist, the default CSP configuration is used. | ||
|
||
https://github.com/owncloud/ocis/pull/10139 | ||
https://github.com/owncloud/ocis/issues/10021 |
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