-
Notifications
You must be signed in to change notification settings - Fork 8.6k
Allow additive csp configuration #102059
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
pgayvallet
merged 30 commits into
elastic:master
from
pgayvallet:kbn-94414-additive-csp
Jun 25, 2021
Merged
Allow additive csp configuration #102059
Changes from all commits
Commits
Show all changes
30 commits
Select commit
Hold shift + click to select a range
80ecded
add additive csp configuration
pgayvallet 73890df
add unit tests for new class
pgayvallet 303d60a
fix types
pgayvallet b3d60b2
adapt test utils
pgayvallet ee9f805
fix tests
pgayvallet c8eccd5
Merge remote-tracking branch 'upstream/master' into kbn-94414-additiv…
pgayvallet d531ac0
Merge remote-tracking branch 'upstream/master' into kbn-94414-additiv…
pgayvallet dca375f
more unit tests on config
pgayvallet 4b45111
generated doc
pgayvallet ca5616d
review comments
pgayvallet 2188b0e
Merge remote-tracking branch 'upstream/master' into kbn-94414-additiv…
pgayvallet 0d3bd2c
update ascii doc
pgayvallet 400b2d1
Merge remote-tracking branch 'upstream/master' into kbn-94414-additiv…
pgayvallet e1eb1b5
update ascii doc links
pgayvallet 42c81ec
automatically add single quotes for keywords
pgayvallet 227c5b7
Merge remote-tracking branch 'upstream/master' into kbn-94414-additiv…
pgayvallet 592a119
add missing csp directives
pgayvallet 383aa95
add more tests
pgayvallet ec383c3
add additional settings to asciidoc
pgayvallet 8a28a62
add null-check
pgayvallet c74ada5
revert test config props
pgayvallet 59303f4
fix usage collection usage
pgayvallet 3d7947c
Merge remote-tracking branch 'upstream/master' into kbn-94414-additiv…
pgayvallet 3609981
some review comments
pgayvallet 966fc55
last review comments
pgayvallet 04a4f59
add kibana-docker variables
pgayvallet e9590d4
try to fix doc reference
pgayvallet fff64d8
try to fix doc reference again
pgayvallet 46681a3
Merge remote-tracking branch 'upstream/master' into kbn-94414-additiv…
pgayvallet 596db0d
fix tests
pgayvallet File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
11 changes: 11 additions & 0 deletions
11
docs/development/core/server/kibana-plugin-core-server.cspconfig.__private_.md
This file contains hidden or 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,11 @@ | ||
| <!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
|
||
| [Home](./index.md) > [kibana-plugin-core-server](./kibana-plugin-core-server.md) > [CspConfig](./kibana-plugin-core-server.cspconfig.md) > ["\#private"](./kibana-plugin-core-server.cspconfig.__private_.md) | ||
|
|
||
| ## CspConfig."\#private" property | ||
|
|
||
| <b>Signature:</b> | ||
|
|
||
| ```typescript | ||
| #private; | ||
| ``` |
This file contains hidden or 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 hidden or 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.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.