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

fix: Don't ignore the referer header in net.request #23686

Closed
wants to merge 379 commits into from

Conversation

zeeker999
Copy link
Contributor

Backport of #23386

See that PR for details.

Notes: Don't ignore the referrer header in net.request

electron-bot and others added 30 commits December 18, 2019 14:04
…ains (electron#21580)

* fix: set enable_negotiate_port to false in allowNTLMCredentialsForDomains

* read commandline switch

Co-authored-by: Jeremy Apthorp <nornagon@nornagon.net>
* chore: bump chromium in DEPS to 80.0.3987.16

* chore: bump chromium in DEPS to 80.0.3987.18

* chore: bump chromium in DEPS to 80.0.3987.20

* chore: bump chromium in DEPS to 80.0.3987.21

* chore: bump chromium in DEPS to 80.0.3987.22

* chore: bump chromium in DEPS to 80.0.3987.23

* chore: bump chromium in DEPS to 80.0.3987.24

* chore: bump chromium in DEPS to 80.0.3987.25

* chore: bump chromium in DEPS to 80.0.3987.26

* chore: bump chromium in DEPS to 80.0.3987.27

* chore: bump chromium in DEPS to 80.0.3987.28

* chore: bump chromium in DEPS to 80.0.3987.29

* chore: bump chromium in DEPS to 80.0.3987.30

* chore: bump chromium in DEPS to 80.0.3987.31
* chore: bump chromium in DEPS to 80.0.3987.32

* chore: bump chromium in DEPS to 80.0.3987.33

* chore: bump chromium in DEPS to 80.0.3987.34

* chore: bump chromium in DEPS to 80.0.3987.36

* chore: bump chromium in DEPS to 80.0.3987.37

* chore: bump chromium in DEPS to 80.0.3987.38

* chore: bump chromium in DEPS to 80.0.3987.39

* chore: bump chromium in DEPS to 80.0.3987.40

* chore: bump chromium in DEPS to 80.0.3987.43

* chore: bump chromium in DEPS to 80.0.3987.47
…21735)

* fix: reset next/prev pointers for life-monitored nodes

* fix: don't double-delete nodes in a linked list

Co-authored-by: loc <andy@slack-corp.com>
)

Co-authored-by: Milan Burda <milan.burda@gmail.com>
Co-authored-by: Shelley Vohr <codebytere@github.com>
…ayerHost (8-x-y) (electron#21574)

* fix: add patch to disable remote accessibility APIs

* fix: add patch to disable private window frame APIs
* chore: bump chromium in DEPS to 80.0.3987.49

* chore: bump chromium in DEPS to 80.0.3987.50

* chore: bump chromium in DEPS to 80.0.3987.51
Co-authored-by: Jeremy Apthorp <nornagon@nornagon.net>
* fix: pass full response headers in net module

* chore: put helper classes in annoymouse namespace

* fix: use hasOwnProperty to test key

* chore: shorter class name

Co-authored-by: Cheng Zhao <zcbenz@github.com>
Co-authored-by: Shelley Vohr <codebytere@github.com>
…ds in the dictionary (electron#21297)

* feat: add session.addWordToSpellCheckerDictionary to allow custom words in the dictionary

* Update session.md

Co-authored-by: Samuel Attard <samuel.r.attard@gmail.com>
nornagon and others added 19 commits May 8, 2020 11:42
* chore: cherry-pick 38990b7d56e6 from chromium

* update patches

Co-authored-by: Electron Bot <anonymous@electronjs.org>
…lectron#23542)

Co-authored-by: John Kleinschmidt <jkleinsc@github.com>
Co-authored-by: Andrey Belenko <anbelen@microsoft.com>
…on#23552)

Co-authored-by: Samuel Attard <sattard@slack-corp.com>
* chore: cherry-pick 7101418f85a0 from chromium

* update patches

Co-authored-by: Electron Bot <anonymous@electronjs.org>
Co-authored-by: Andrey Belenko <anbelen@microsoft.com>
It can cause build failures because the header is generated
and there's no explicit dependency on a target that creates it.

Co-authored-by: Aleksei Kuzmin <alkuzmin@microsoft.com>
Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com>
@zeeker999 zeeker999 requested review from a team as code owners May 20, 2020 21:49
@electron-cation electron-cation bot added the new-pr 🌱 PR opened in the last 24 hours label May 20, 2020
@trop trop bot added backport This is a backport PR master labels May 20, 2020
@electron-cation electron-cation bot removed the new-pr 🌱 PR opened in the last 24 hours label May 20, 2020
@zeeker999 zeeker999 closed this May 20, 2020
@zeeker999 zeeker999 deleted the net-referer-8-x-y branch May 20, 2020 21:50
@zeeker999 zeeker999 restored the net-referer-8-x-y branch May 20, 2020 21:51
@codebytere codebytere removed the master label Jul 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport This is a backport PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet