Skip to content

Commit

Permalink
chore: enable untrustedSpec in demo
Browse files Browse the repository at this point in the history
  • Loading branch information
RomanHotsiy committed May 9, 2020
1 parent 63ec3d1 commit 40a4e5f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion demo/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
/>
</>
);
}
Expand Down

0 comments on commit 40a4e5f

Please sign in to comment.