Allow allowing/blocking hosts by IP range#236
Conversation
|
Thanks for your pull request. It looks like this may be your first contribution to a Google open source project (if not, look below for help). Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). 📝 Please visit https://cla.developers.google.com/ to sign. Once you've signed (or fixed any issues), please reply here with What to do if you already signed the CLAIndividual signers
Corporate signers
ℹ️ Googlers: Go here for more info. |
Codecov Report
@@ Coverage Diff @@
## master #236 +/- ##
==========================================
+ Coverage 89.16% 89.28% +0.11%
==========================================
Files 6 6
Lines 674 681 +7
==========================================
+ Hits 601 608 +7
Misses 50 50
Partials 23 23
Continue to review full report at Codecov.
|
|
@googlebot I signed it! |
|
CLAs look good, thanks! ℹ️ Googlers: Go here for more info. |
willnorris
left a comment
There was a problem hiding this comment.
wow, this is great... very clean! Just a couple of minor comments.
|
Looks great, thanks! |
Bumps [google.golang.org/api](https://github.com/google/google-api-go-client) from 0.11.0 to 0.13.0. - [Release notes](https://github.com/google/google-api-go-client/releases) - [Changelog](https://github.com/googleapis/google-api-go-client/blob/master/CHANGES.md) - [Commits](googleapis/google-api-go-client@v0.11.0...v0.13.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Give
allowHostsanddenyHoststhe ability to allow/block based on a netblock. We're using this change to block the reserved IP ranges to prevent users from trying to proxy images from those ranges.