Add V1_ONLY_DOMAIN to internal properties (#3345)

This commit is contained in:
Kenny Lee Sin Cheong 2019-01-23 18:01:15 -05:00 committed by GitHub
parent 6d7b113ca0
commit 1b1c9cd1cf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -90,6 +90,8 @@ INTERNAL_ONLY_PROPERTIES = {
# TODO: move this into the schema once we support signing in QE. # TODO: move this into the schema once we support signing in QE.
'FEATURE_SIGNING', 'FEATURE_SIGNING',
'TUF_SERVER', 'TUF_SERVER',
'V1_ONLY_DOMAIN',
} }
CONFIG_SCHEMA = { CONFIG_SCHEMA = {