Skip to content

Commit

Permalink
fix: delete script cross_origin for cors (#12799)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jinbao1001 authored Nov 22, 2024
1 parent 898d61f commit 05c3184
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/renderer-react/src/html.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@ const HydrateMetadata = (
__html: content,
}}
key={key}
crossOrigin="anonymous"
{...(rest as any)}
/>
);
Expand Down Expand Up @@ -172,7 +171,6 @@ export function Html({
__html: content,
}}
key={key}
crossOrigin="anonymous"
{...(rest as any)}
/>
);
Expand Down

1 comment on commit 05c3184

@afc163
Copy link
Contributor

@afc163 afc163 commented on 05c3184 Nov 22, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.