How can unblockef my credentials from request?

11 views
Skip to first unread message

mario di ciccio

unread,
Nov 22, 2022, 11:58:58 AM11/22/22
to nw.js
Hi,
my question is this:

[Deprecation] Subresource requests whose URLs contain embedded credentials (e.g. `https://user:pass@host/`) are blocked. 

I write chromium args into package.json:

{
  "name": "***",
  "main": "index.html",
  "chromium-args": "--disable-blink-features=BlockCredentialedSubresources",
  "single-instance": false,
  "window": {
    "title": "***",
    "frame": true,
    "width": 1280,
    "height": 800,
    "position": "center",
    "toolbar": false
  },
  "webkit": {
    "plugin": true,
    "page-cache": true
  }

}

but don't works.

Have any idea?
Thanks


Reply all
Reply to author
Forward
0 new messages