playwright/packages/trace-viewer
Dmitry Gozman d9b0c58b96
fix(trace viewer): force https requests from https snapshots (#21317)
Set 'Content-Security-Policy: upgrade-insecure-requests' header for
snapshots to force all `http` subresources into `https` and avoid
blocked resources because of mixed-content.

References #21263.
2023-03-01 15:32:39 -08:00
..
public chore: migrate trace-viewer and recorder to vite (#13076) 2022-03-25 14:12:00 -07:00
src fix(trace viewer): force https requests from https snapshots (#21317) 2023-03-01 15:32:39 -08:00
.gitignore fix(debug): do not pause on internal calls, update ct docs (#14018) 2022-05-07 19:56:25 -07:00
bundle.js chore: implement pick locator in trace viewer (#20965) 2023-02-17 11:19:53 -08:00
index.html chore: trace viewer fallback error (#16365) 2022-08-09 15:53:11 -07:00
package.json chore(trace): include expect steps in a trace (#21199) 2023-02-28 13:26:23 -08:00
popout.html feat(trace viewer): popout snapshot in a new tab (#20475) 2023-01-30 19:07:52 -08:00
tsconfig.json chore: implement pick locator in trace viewer (#20965) 2023-02-17 11:19:53 -08:00
tsconfig.node.json chore: migrate trace-viewer and recorder to vite (#13076) 2022-03-25 14:12:00 -07:00
vite.config.ts chore: ui mode first cut (#21291) 2023-03-01 15:27:23 -08:00
vite.sw.config.ts chore: do not send stacks as a part of the call metainfo (#21089) 2023-02-22 21:08:47 -08:00