Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 424 Bytes

CHANGELOG.md

File metadata and controls

17 lines (11 loc) · 424 Bytes
  • Add :wasm_unsafe_eval mapping for content_security_policy

    # Before
    policy.script_src "'wasm-unsafe-eval'"
    
    # After
    policy.script_src :wasm_unsafe_eval

    Joe Haig

  • Add display_capture and keyboard_map in permissions_policy

    Cyril Blaecke

Please check 7-2-stable for previous changes.