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

Create a new reserved environment for cross-origin redirects. #3891

Merged
merged 9 commits into from
Oct 8, 2018

Commits on Sep 28, 2018

  1. Create a new reserved environment for cross-origin redirects.

    Previously, a navigation would create a reserved environment once,
    and use it for all redirects. This commit changes that so
    a new environment is created on a cross-origin redirect.
    
    This also runs CSP for each redirect, which is probably more
    correct.
    
    Per w3c/ServiceWorker#1316
    mfalken committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    f023ea3 View commit details
    Browse the repository at this point in the history
  2. Add CSP.

    mfalken committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    4c14464 View commit details
    Browse the repository at this point in the history
  3. Try to fix Travis error.

    mfalken committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    12ac2aa View commit details
    Browse the repository at this point in the history
  4. set creation URL every time

    mfalken committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    c1c37ec View commit details
    Browse the repository at this point in the history
  5. Add <var> for newRequest.

    mfalken committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    1a8fee6 View commit details
    Browse the repository at this point in the history
  6. review comments

    mfalken committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    cc68b29 View commit details
    Browse the repository at this point in the history
  7. more

    mfalken committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    adca630 View commit details
    Browse the repository at this point in the history
  8. fix

    mfalken committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    5ec123a View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2018

  1. fix

    mfalken committed Oct 3, 2018
    Configuration menu
    Copy the full SHA
    93b767e View commit details
    Browse the repository at this point in the history