Skip to content

Commit

Permalink
fix cloudflare protection (#5609)
Browse files Browse the repository at this point in the history
  • Loading branch information
brunobar79 authored Apr 9, 2024
1 parent 81438be commit 8decc87
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/DappBrowser/BrowserTab.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -795,6 +795,7 @@ export const BrowserTab = React.memo(function BrowserTab({ tabId, tabIndex, inje
onLoadProgress={handleOnLoadProgress}
onMessage={handleOnMessage}
onNavigationStateChange={handleNavigationStateChange}
originWhitelist={['*']}
ref={webViewRef}
source={{ uri: tabUrl || RAINBOW_HOME }}
style={styles.webViewStyle}
Expand Down

0 comments on commit 8decc87

Please sign in to comment.