Skip to content

Commit

Permalink
Merge pull request #82 from smartdevicelink/release/8.0.0
Browse files Browse the repository at this point in the history
Updates For SDL Core Release 8.0.0
  • Loading branch information
ShobhitAd committed Oct 27, 2021
2 parents 8295d23 + 25ea11a commit 9467739
Show file tree
Hide file tree
Showing 8 changed files with 530 additions and 21 deletions.
10 changes: 9 additions & 1 deletion config.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,15 @@
"name":"App Services"
},
{
"name":"RPC Encryption"
"name":"Security",
"navigation":[
{
"name":"Protected Services"
},
{
"name":"RPC Encryption"
}
]
},
{
"name":"Best Practices",
Expand Down
2 changes: 1 addition & 1 deletion docs/Policies/App Policies/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ This field is mandatory when defining policies for a cloud application, in which

### AppHMIType

This field defines a list of AppHMITypes which an application is allowed to register with. If omitted, all AppHMITypes will be allowed (with the exception of `WEB_VIEW`).
This field defines a list of AppHMITypes which an application is allowed to be registered with. If provided, this list of AppHMITypes will be used for this application in place of the `appHMIType` list provided in the app's RegisterAppInterface request. If there are AppHMITypes present in the app's RegisterAppInterface request that are not present in this list, SDL Core will provide a warning of this discrepancy to the app in the RegisterAppInterface response.

!!! note
This field is mandatory for webengine apps which use the `WEB_VIEW` AppHMIType, in which case the `WEB_VIEW` value must be explicitly included in this list.
Expand Down
Loading

0 comments on commit 9467739

Please sign in to comment.