Skip to content
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

Duo Mode default settings #2

Merged
merged 2 commits into from
Feb 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 36 additions & 0 deletions settings.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
- category: "security"
key: "headless_authorization_key"
keyFriendly: "Headless Endpoint Authorization Secret Key"
value: null
admin: null
parsleyAccess: null
dataType: "text"
options: ""
tips: 'When a value is exists, requests to WebEngine gql, instant, and toJSON endpoints will require the header "Authorization: bearer [Secret Key]". Cache bust required to activate.'
- category: "security"
key: "authorization_key"
keyFriendly: "Full WebEngine Authorization Secret Key"
value: null
admin: null
parsleyAccess: null
dataType: "text"
options: ""
tips: 'When a value is exists, ALL requests to WebEngine will require the header "Authorization: bearer [Secret Key]" to resolve. Cache bust required to activate.'
- category: "security"
key: "x_frame_options"
keyFriendly: "Header: X-Frame-Options"
value: null
admin: null
parsleyAccess: null
dataType: "text"
options: "More info https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/X-Frame-Options"
tips: "Here are some suggestions"
- category: "security"
key: "basic_content_api_key"
keyFriendly: "Basic Content API Key"
value: null
admin: null
parsleyAccess: null
dataType: "text"
options: "More info https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/X-Frame-Options"
tips: "Here are some suggestions"
3 changes: 2 additions & 1 deletion zesty.module.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
"name": "Blank Template"
"name": "Blank Template",
"settings": "settings.yaml"
}