Android- EXTRA_HEADERS is not reflecting in updated Chrome version greater than 83

后端 未结 2 1549
谎友^
谎友^ 2020-12-22 01:16

Earlier the EXTRA_HEADERS passed to the customTabsIntent.intent.putExtra(Browser.EXTRA_HEADERS, headers), was working fine. After Chrome updated to 83, it stopped passing th

2条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-12-22 02:14

    Adding custom headers was removed due to being a vulnerability. CORS safe-listed request headers are still supported. You can read more about this change here: http://crbug.com/873178

提交回复
热议问题