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

Network Security : Implement StrictOrigin and StrictOriginWhenCrossOr… #14059

Merged
merged 4 commits into from Nov 7, 2016

Commits on Nov 4, 2016

  1. Network Security : Implement StrictOrigin and StrictOriginWhenCrossOr…

    …igin
    
    Referer policy strict-origin and strict-origin-when-cross-origin changes have been implemented. Relevant unit test cases have been added. Enum for RefererPolicy has been added to hyper codebase and v 0.9.11 of hyper contains these changes.
    
    This commit also contains changes related to upgrade of hyper from v0.9.10 to v0.9.11. Other dependencies changed are rayon, utils, num_cpus.
    nmvk committed Nov 4, 2016
  2. Code review comments and upstream merge conflicts

    Incorporated code review comments in components/net/http_loader.rs
    Resolved merge conflicts in cargo.lock file. Updated ReferrerPolicy in
    lib.rs
    nmvk committed Nov 4, 2016
  3. Remove return and resolve merge conflicts

    Since last execution statement is the value which is returned, return
    keyword has been removed from method strict_origin and
    strict_origin_when_cross_origin.
    
    Merge conflicts in Cargo.lock has been handled
    nmvk committed Nov 4, 2016

Commits on Nov 5, 2016

  1. wpt-test for strict-origin and strict-origin-when-cross-origin referr…

    …er policy
    
    Fixed rebase issue in ports/cef/Cargo.lock
    Deleted PASSing testcases which were failing before implementation of referrer policies
    Darshan266 committed Nov 5, 2016
You can’t perform that action at this time.