Unverified Commit 40a4e5fa authored by Roman Hotsiy's avatar Roman Hotsiy
Browse files

chore: enable untrustedSpec in demo

parent 63ec3d12
Showing with 4 additions and 1 deletion
+4 -1
......@@ -98,7 +98,10 @@ class DemoApp extends React.Component<
height="30px"
/>
</Heading>
<RedocStandalone specUrl={proxiedUrl} options={{ scrollYOffset: 'nav' }} />
<RedocStandalone
specUrl={proxiedUrl}
options={{ scrollYOffset: 'nav', untrustedSpec: true }}
/>
</>
);
}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment