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
I'm trying to use the https://profiler.firefox.com/from-post-message/ endpoint to embed the profiler in an VS Code extension. The API seems to have been designed for iframe usage (see #4835 (comment)).
Though, actually embedding the url in an iframe is blocked with Content-Security-Policy frame-ancestors 'self';
I'm trying to use the
https://profiler.firefox.com/from-post-message/
endpoint to embed the profiler in an VS Code extension. The API seems to have been designed for iframe usage (see #4835 (comment)).Though, actually embedding the url in an iframe is blocked with Content-Security-Policy
frame-ancestors 'self'
;profiler/server.js
Line 62 in 1170042
profiler/res/_headers
Line 28 in 1170042
Is this by design? Can we change this to allow others embedding the profiler in an iframe?
┆Issue is synchronized with this Jira Task
The text was updated successfully, but these errors were encountered: