Skip to content

Commit fd84fa2

Browse files
save file
1 parent c8dc69b commit fd84fa2

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

blog/25-12-04/bypass-csp/bypass-csp.html

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,12 @@ <h3 class=blog-hdr>
330330
<div class=spc></div>
331331
<input value='download firefox extension' type=button>
332332
</h3>
333-
333+
<p>
334+
to load an unpacked extension goto
335+
<code>
336+
about:debugging#/runtime/this-firefox
337+
</code>
338+
</p>
334339
<img src='ext/firefox/cubes.png'>
335340

336341
<snippet-editor id=firefox-manifest src='ext/firefox/manifest.json' mode=json fullsize component></snippet-editor>
@@ -611,7 +616,7 @@ <h3>
611616
var {blob,error} = await get(file);
612617
if(error){
613618

614-
return;
619+
throw error;
615620
}
616621
zip.file(`${root}/${fn}`,blob);
617622

0 commit comments

Comments
 (0)