• Jaime Blasco's avatar
    [flutter_tool] [web] Remove x-frame-options header during debug (#62115) · 0699c18e
    Jaime Blasco authored
    Currently flutter run -d web creates a server with the x-frame-options: SAMEORIGIN added by default (shelf add it's by default). This doesn't allow you to use it inside a frame.
    
    I am trying to build an embedded simulator in vscode and it requires using an iframe.
    
    With this PR I remove the header for debug and profile mode.
    0699c18e
Name
Last commit
Last update
..
bootstrap_test.dart Loading commit data...
chrome_test.dart Loading commit data...
devfs_web_test.dart Loading commit data...
devices_test.dart Loading commit data...
golden_comparator_process_test.dart Loading commit data...
golden_comparator_test.dart Loading commit data...
web_asset_server_test.dart Loading commit data...
web_expression_compiler_test.dart Loading commit data...
web_validator_test.dart Loading commit data...
workflow_test.dart Loading commit data...