I'm using the WooCommerce PayPal Checkout Gateway and I just noticed that when I load the checkout page where the PayPal payment option appears I am getting this in my console:
Cross-Origin Read Blocking (CORB) blocked cross-origin response https://www.paypal.com/xoplatform/logger/api/logger with MIME type text/html. See https://www.chromestatus.com/feature/5629709824032768 for more details.
Is this something that can potentially cause problems or is it nothing much to worry about?
If it is an issue, any idea how to fix it?
A full explanation of CORB is here.
To summarize what you have observed:
Filtering out the response body/headers eliminates any opportunity for that response data to have any malicious effect or security risk in your browser (although, in this case there is no malicious intent)
So in summary, it's nothing to worry about. The checkout functionality should not be affected, and PayPal still get their analytics as the "logger" API was still called, just that it's response was discarded.
PayPal could possibly re-engineer the way the "logger" API is used to avoid triggering the message in the browser console, however that may be complex to do with little business value.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With