We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebca900 commit 7370277Copy full SHA for 7370277
1 file changed
src/containers/tw-security-manager.jsx
@@ -350,6 +350,7 @@ class TWSecurityManagerComponent extends React.Component {
350
onChangeUnsandboxed: this.handleChangeUnsandboxed.bind(this),
351
onChangeRemember: this.handleChangeRemember.bind(this),
352
});
353
+ if (!allowed) return allowed;
354
if (this.state.data.unsandboxed) {
355
manuallyTrustExtension(url);
356
}
0 commit comments