Skip to content

Instantly share code, notes, and snippets.

@ericlaw1979
ericlaw1979 / CSPAnalyzer.js
Created September 27, 2018 21:50
Create a CSP Analyzer Tab in Fiddler
// Note: This is for JScript.NET Mode FiddlerScript
// Click Rules > Customize Rules. Inside the HANDLERS class, add the following block:
public BindUITab("🚫 CSPAnalyzer", "<html>")
static function CSPReport(arrSess: Session[]):String {
if (arrSess.Length != 1) {
return "<!doctype html><html style=\"font-family: 'Segoe UI'; width:100%; height: 100%; background-color: #F1EDED\"><body style='align:center; vertical-align:middle'><div style=\"height: 100%; margin-top: 80px; text-align: center; vertical-align:middle;\" >Please select a single response to view details about its Content-Security-Policy.</div></body></html>";
}
@macintux
macintux / presentation-tips.md
Last active April 25, 2026 07:42
Public speaking tips