Skip to content

Commit

Permalink
chore: comments
Browse files Browse the repository at this point in the history
  • Loading branch information
fzyzcjy committed Jan 6, 2024
1 parent ac4e41b commit d3a233c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions frb_utils/lib/src/serve_web/run_server.dart
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@ Future<String> runServer(ServeWebConfig config,
return res.change(headers: {
'Cross-Origin-Opener-Policy': 'same-origin',
// TODO add back this flag `shouldRelaxCoep` after refactor
// 'Cross-Origin-Embedder-Policy': 'credentialless',
// TODO temp
// See https://github.com/fzyzcjy/flutter_rust_bridge/issues/1618 for details
'Cross-Origin-Embedder-Policy': 'require-corp',
// shouldRelaxCoep ? 'credentialless' : 'require-corp',
// TODO rm
Expand Down

0 comments on commit d3a233c

Please sign in to comment.