8 ms·
Wow, I thought I was pretty savvy about the differences between Manifest versions; however, I had no clue about the CNAME part. Any idea what specifically becam
by Topology1 1mo ago
Wow, I thought I was pretty savvy about the differences between Manifest versions; however, I had no clue about the CNAME part. Any idea what specifically became unsupported in v3 that caused this?
- culi 1mo agoThe whole debate is centered around the webRequest API which is only available with Manifest v2. MV3 instead relies on the declarativeNetRequest API. The declarativeNetRequest API does not expose underlying CNAME aliases Without the webRequest API, it is unable to intercept raw web requests on the fly or query live DNS/CNAME records or dynamically reroute matching rules. The MV3 version is basically just a static list of rules that is only updated when you update the extension itself