Change POST-exclusion to idempotent-inclusion
The data saver proxy should only be used for idempotent methods, but
right now it only checks if the method is POST, which leaves out
other non-idempotent methods like PATCH. Instead of excluding POST and
PATCH, this will explicitly check if the method is GET, OPTIONS, HEAD,
PUT, DELETE, or TRACE.
BUG=
614078
Committed:
https://crrev.com/fbc93e59b496ff6ea423527d1a3579fa8a2d061c
Cr-Commit-Position: refs/heads/master@{#395502}