How to take over default download behavior of Safari on MacOS?
I’m currently working on developing a Safari extension for FDM(Free Download Manager). When Safari wants to download, the extension takes over the default download behavior and send the download url to FDM.
Does safari web extension supports modification of sec-fetch-dest, sec-fetch-mode in request header by declarative web request?
In Chrome extension, Modifying sec-fetch-dest, sec-fetch-mode value of request header is possible by using declarative net request by setting the manifest.json. Please refer the code below.