-
Notifications
You must be signed in to change notification settings - Fork 35
Interactive sub-processors page for customers #527
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
Merged
Changes from 5 commits
Commits
Show all changes
9 commits
Select commit
Hold shift + click to select a range
8228808
Creating an interactive sub-processors form
alex72508 f16e92d
Updating JS
alex72508 ea2a8c9
Adding references to other docs
alex72508 6cf565a
Code review changes
alex72508 c734b42
Normalising casing for deep links
alex72508 d244f99
Update CSP
alex72508 e8ff76f
Code review changes
alex72508 40d7225
Updating CSP
alex72508 8dde81e
Updating CSP
alex72508 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
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 |
---|---|---|
|
@@ -5,13 +5,13 @@ customHeaders: | |
value: >- | ||
default-src 'self' *.kinde.com; style-src 'self' 'unsafe-inline' | ||
https://fonts.googleapis.com; frame-src | ||
https://www.youtube-nocookie.com; child-src 'self'; connect-src 'self' | ||
ws https://api.management.inkeep.com https://api.inkeep.com | ||
wss://api.inkeep.com https://api.hsforms.com https://app.kinde.com | ||
https://kinde.com https://kinde-api-docs-proxy.pages.dev | ||
https://analytics.usehall.com; base-uri | ||
'none'; font-src 'self' https://fonts.gstatic.com; img-src 'self' | ||
data: https://storage.googleapis.com https://imagedelivery.net | ||
https://www.youtube-nocookie.com; child-src 'self'; | ||
connect-src 'self' ws https://api.management.inkeep.com | ||
https://api.inkeep.com wss://api.inkeep.com https://api.hsforms.com | ||
https://app.kinde.com https://kinde.com | ||
https://kinde-api-docs-proxy.pages.dev https://analytics.usehall.com; | ||
base-uri 'none'; font-src 'self' https://fonts.gstatic.com; img-src | ||
'self' data: https://storage.googleapis.com https://imagedelivery.net | ||
https://customer-xcbruusbiervz265.cloudflarestream.com | ||
https://i.ytimg.com; media-src 'self' | ||
https://customer-xcbruusbiervz265.cloudflarestream.com | ||
|
@@ -46,7 +46,8 @@ customHeaders: | |
'sha256-w78n7W12c94ck4KhBCBA4NrjqkbDvSutqee+u+no0Tg=' | ||
'sha256-/4BQzbQ0kgR1l13wtSM3rZ7nSvyV3PX/ShEfhZA1WoQ=' | ||
'sha256-zB5rUhTjHzt+r/RjhhI8CyMb5Y63k+J7ICVfQ7iHJqA=' | ||
'sha256-fFmtUWM/kGeUru+1rcCArLmnXKoEjis5I/dYQkZA+HM=' 'self' | ||
'sha256-fFmtUWM/kGeUru+1rcCArLmnXKoEjis5I/dYQkZA+HM=' | ||
'sha256-13ENHEoc4foVPMgYwApSstLrIGX/6Y5xvroD2DkDFcE=' 'self' | ||
widgets.kinde.com kinde.com | ||
https://cdn.jsdelivr.net/npm/@scalar/[email protected]/dist/browser/standalone.min.js | ||
- key: Strict-Transport-Security | ||
|
@@ -79,8 +80,8 @@ customHeaders: | |
'self' ws https://api.management.inkeep.com https://api.inkeep.com | ||
wss://api.inkeep.com https://api.hsforms.com https://app.kinde.com | ||
https://kinde.com https://api-spec.kinde.com | ||
https://kinde-api-docs-proxy.pages.dev https://analytics.usehall.com; img-src | ||
https://storage.googleapis.com | ||
https://kinde-api-docs-proxy.pages.dev https://analytics.usehall.com; | ||
img-src https://storage.googleapis.com | ||
- pattern: /kinde-apis/frontend/* | ||
headers: | ||
- key: Content-Security-Policy | ||
|
@@ -93,5 +94,5 @@ customHeaders: | |
'self' ws https://api.management.inkeep.com https://api.inkeep.com | ||
wss://api.inkeep.com https://api.hsforms.com https://app.kinde.com | ||
https://kinde.com https://api-spec.kinde.com | ||
https://kinde-api-docs-proxy.pages.dev https://analytics.usehall.com; img-src | ||
https://storage.googleapis.com | ||
https://kinde-api-docs-proxy.pages.dev https://analytics.usehall.com; | ||
img-src https://storage.googleapis.com |
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.