MM-25967 Disable Shared Process Pool in WebView (#4511)
This commit is contained in:
parent
1bdab07c39
commit
3ee3f80345
1 changed files with 1 additions and 1 deletions
|
|
@ -248,7 +248,7 @@ class SSO extends PureComponent {
|
|||
injectedJavaScript={jsCode}
|
||||
onLoadEnd={this.onLoadEnd}
|
||||
onMessage={messagingEnabled ? this.onMessage : null}
|
||||
useSharedProcessPool={true}
|
||||
useSharedProcessPool={false}
|
||||
cacheEnabled={false}
|
||||
/>
|
||||
);
|
||||
|
|
|
|||
Loading…
Reference in a new issue