We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a417a68 commit 36d77ccCopy full SHA for 36d77cc
tests/corpus-view.ts
@@ -562,7 +562,7 @@ function createGitcassoScript(
562
): string {
563
const contentScriptSetup = contentScriptCode
564
? // Direct embedding (for HTML corpus)
565
- `
+ `
566
// Set up mocked location
567
window.gitcassoMockLocation = {
568
host: '${urlParts.host}',
@@ -589,7 +589,7 @@ function createGitcassoScript(
589
}
590
`
591
: // Fetch-based loading (for HAR corpus)
592
593
// Fetch and patch the content script to remove webextension-polyfill issues
594
fetch('/chrome-mv3-dev/content-scripts/content.js')
595
.then(response => response.text())
0 commit comments