Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove image/media origins and check origin-cleanness directly #6656

Merged
merged 3 commits into from
May 6, 2021

Commits on May 5, 2021

  1. Remove image/media origins and check origin-cleanness directly

    That is, check the type of response directly, instead of synthesizing an opaque origin for opaque responses and then comparing that to the entry settings object's origin.
    
    This helps with #1431 by removing various uses of the entry concept, and closes #2761 by removing the origin concept for image and media elements entirely, since it is now unused.
    domenic committed May 5, 2021
    Configuration menu
    Copy the full SHA
    8f44aea View commit details
    Browse the repository at this point in the history
  2. Tweak dev edition a bit

    domenic committed May 5, 2021
    Configuration menu
    Copy the full SHA
    87fb63f View commit details
    Browse the repository at this point in the history

Commits on May 6, 2021

  1. Commas after e.g.

    domenic committed May 6, 2021
    Configuration menu
    Copy the full SHA
    3a061d2 View commit details
    Browse the repository at this point in the history