-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: preserve custom headers and allow dynamic sessions
Preserving custom headers & dynamic session instantiation for bypassing more secure CSRF defense systems (#26). These changes also make it possible to host the MITM site in a subdomain or subdirectory. This feature was required for a project of mine and more people may benefit from its inclusion in the library.
- Loading branch information
Showing
6 changed files
with
290 additions
and
197 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,4 +28,4 @@ | |
"dateCreated": "2021-02-03", | ||
"datePublished": "2021-02-03", | ||
"programmingLanguage": "Python" | ||
} | ||
} |
Oops, something went wrong.