TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Chrome v76 Manifest V3 changes CORS Requests

2 pointsby cyptusover 5 years ago

1 comment

cyptusover 5 years ago
tl;dr:<p><pre><code> - chrome hides OPTIONS requests in dev tools - chrome disallows cross-origin requests to extensions permission urls [1] </code></pre> [1] <a href="https:&#x2F;&#x2F;www.chromium.org&#x2F;Home&#x2F;chromium-security&#x2F;extension-content-script-fetches&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.chromium.org&#x2F;Home&#x2F;chromium-security&#x2F;extension-co...</a><p>&quot;extension content scripts have traditionally been able to fetch cross-origin data from any origins listed in their extension&#x27;s permissions, regardless of the origin that the content script is running within. As part of a broader Extension Manifest V3 effort to improve extension security, privacy, and performance, these cross-origin requests in content scripts will soon be disallowed.&quot;