Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Use OPTIONS for sliding sync detection poke #12492

Merged
merged 4 commits into from
May 3, 2024

Commits on May 2, 2024

  1. Use OPTIONS for sliding sync detection poke

    This avoids unintended consequences, including high resource usage, which would accompany a "full" sync request. Instead, we just grab headers and enough information for CORS to pass, revealing likely support.
    
    Fixes element-hq/element-web#27426
    turt2live committed May 2, 2024
    Configuration menu
    Copy the full SHA
    805165f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2cb52bc View commit details
    Browse the repository at this point in the history
  3. Appease the linter

    turt2live committed May 2, 2024
    Configuration menu
    Copy the full SHA
    24f68c0 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2024

  1. Reset for each test

    turt2live committed May 3, 2024
    Configuration menu
    Copy the full SHA
    d412b6e View commit details
    Browse the repository at this point in the history