Skip to content

Commit

Permalink
Add KVO binding for EnableBadSignatureProtection (#659)
Browse files Browse the repository at this point in the history
  • Loading branch information
tburgin committed Oct 28, 2021
1 parent 7adc550 commit 369dc9a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Source/common/SNTConfigurator.m
Original file line number Diff line number Diff line change
Expand Up @@ -386,6 +386,10 @@ + (NSSet *)keyPathsForValuesAffectingFcmEnabled {
return [self configStateSet];
}

+ (NSSet *)keyPathsForValuesAffectingEnableBadSignatureProtection {
return [self configStateSet];
}

#pragma mark Public Interface

- (SNTClientMode)clientMode {
Expand Down

0 comments on commit 369dc9a

Please sign in to comment.