Skip to content

Commit bfd073c

Browse files
authored
Merge pull request #902 from BranchMetrics/SDK-96-remove-certificate-pinning
SDK-96 disable certificate pinning, bare min requirement
2 parents 901004d + 2d934a2 commit bfd073c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Branch-SDK/Branch-SDK/BNCConfig.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
#include "BNCConfig.h"
1010

1111
NSString * const BNC_API_BASE_URL = @"https://api2.branch.io";
12-
BOOL const BNC_API_PINNED = YES;
12+
BOOL const BNC_API_PINNED = NO;
1313
NSString * const BNC_API_VERSION = @"v1";
1414
NSString * const BNC_LINK_URL = @"https://bnc.lt";
1515
NSString * const BNC_SDK_VERSION = @"0.25.10";

0 commit comments

Comments
 (0)