-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Disable experimental web interface for provider (#257)
* Disable experimental web interface for provider * More compact init * Fixed typo Co-authored-by: Sascha L. Teichmann <[email protected]>
- Loading branch information
1 parent
4abddee
commit dce0a9b
Showing
3 changed files
with
19 additions
and
7 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
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 |
---|---|---|
|
@@ -50,8 +50,8 @@ The following example file documents all available configuration options: | |
# against the JSON schema. | ||
#no_validation = false | ||
|
||
# Disable the web interface. | ||
#no_web_ui = false | ||
# Disable the experimental web interface. | ||
#no_web_ui = true | ||
|
||
# Make the provider take the publisher from the CSAF document. | ||
#dynamic_provider_metadata = false | ||
|
@@ -116,3 +116,10 @@ contact_details = "Example Company can be reached at [email protected], or | |
``` | ||
<!-- MARKDOWN-AUTO-DOCS:END --> | ||
|
||
|
||
### Experimental web upload interface | ||
|
||
There is an experimental upload interface which works with a web browser. | ||
It is disabled by default, as there are known issues, notably: | ||
* https://github.com/csaf-poc/csaf_distribution/issues/43 | ||
* https://github.com/csaf-poc/csaf_distribution/issues/256 |
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