Today my brave decided to get upset about cors headers on the geth node.
I'm not sure why cors headers weren't required previously? Perhaps localhost is usually given an exemption but mid-way through my testing today brave decided to get strict about it.
Or maybe something changed in geth. Seems unlikely though since they've had this setting for enabling cors for a long time and it wasn't turned on.
Anyway, this adds the option so that geth dev will just allow cors, as it obviously should.
What is this PR doing?
Today my brave decided to get upset about cors headers on the geth node.
I'm not sure why cors headers weren't required previously? Perhaps localhost is usually given an exemption but mid-way through my testing today brave decided to get strict about it.
Or maybe something changed in geth. Seems unlikely though since they've had this setting for enabling cors for a long time and it wasn't turned on.
Anyway, this adds the option so that geth dev will just allow cors, as it obviously should.
How can these changes be manually tested?
check that the response has this line:
Does this PR resolve or contribute to any issues?
Nurp.
Checklist
Guidelines
resolve conversation
button is for reviewers, not authors