Advertisement
FTOH

Untitled

Jun 7th, 2019
277
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.15 KB | None | 0 0
  1. class Handlers
  2. {
  3.     static function OnBeforeResponse(oSession: Session) {
  4.         oSession.oResponse.headers.Remove("Referrer-Policy");
  5.     }
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement