Skip to content

Commit

Permalink
Update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
tonidero authored Jul 7, 2023
1 parent 9a6e413 commit 58c305d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ internal sealed class SignatureVerificationMode {
EntitlementVerificationMode.DISABLED -> Disabled
EntitlementVerificationMode.INFORMATIONAL ->
Informational(IntermediateSignatureHelper(rootVerifier ?: DefaultSignatureVerifier()))
// Hidden ENFORCED mode during feature beta
// Hidden ENFORCED mode temporarily. Will be added back in the future.
// EntitlementVerificationMode.ENFORCED ->
// Enforced(signatureVerifier ?: DefaultSignatureVerifier())
}
Expand Down

0 comments on commit 58c305d

Please sign in to comment.