You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using Inspector in an iframe, if the package lookup isn't found, a 404 from pypi.org is served.
This makes setting frame-src directives in a content security policy longer, since now it has to allow two domains, instead of serving the 404 directly.
When using Inspector in an iframe, if the package lookup isn't found, a 404 from pypi.org is served.
This makes setting
frame-src
directives in a content security policy longer, since now it has to allow two domains, instead of serving the 404 directly.In or around here:
inspector/inspector/main.py
Lines 67 to 68 in 5756f29
The text was updated successfully, but these errors were encountered: