Skip to content

Commit ae47bff

Browse files
fzyzcjyDylanVann
authored andcommitted
feat: Add cookie support for iOS. (DylanVann#284)
BREAKING CHANGE: This changes how network requests are handled on iOS. Make sure they still work for you.
1 parent aa29ec8 commit ae47bff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ios/FastImage/FFFastImageView.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ - (void)reloadImage
147147
}];
148148

149149
// Set priority.
150-
SDWebImageOptions options = SDWebImageRetryFailed;
150+
SDWebImageOptions options = SDWebImageRetryFailed | SDWebImageHandleCookies;
151151
switch (_source.priority) {
152152
case FFFPriorityLow:
153153
options |= SDWebImageLowPriority;

0 commit comments

Comments
 (0)