firefox-devtools / devtools-core

:rocket: Packages for Firefox DevTools

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[SourceMaps] Requests for sourcemaps are done without credentials

jasonLaster opened this issue · comments

CC:
firefox-devtools/debugger#4812
https://bugzilla.mozilla.org/show_bug.cgi?id=1404245

Hi everyone.

It looks like the requests for the sourcemaps (CSS and JS) are done without credentials. I have a 401 error when the site is closed by a login. If I open the access, everything works fine again. The soucemaps work great on Safari and Chrome btw, so it’s not a sourcemaps error.

Here is a screenshot of what happens:

sourcemaps

It won't be easy for you to reproduce the bug as I am using Magnolia CMS, but the project is based on https://github.com/frontools/magnolia-megaton so you can at least have a glance to the build process (done with webpack in the /frontend folder).
Thanks