forked from lhall-amphibee/xdebug-ext
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from JakubJachym/feat/samesite_option
Implement SameSite + Secure Cookie options
- Loading branch information
Showing
9 changed files
with
333 additions
and
218 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,10 @@ | ||
# Xdebug-ext | ||
# Xdebug-ext+ | ||
|
||
This is an extension for Mozilla Firefox 57+ (Quantum). You can download it from there : https://addons.mozilla.org/en-US/developers/addon/xdebug-ext-quantum/ | ||
This is an extension for Mozilla Firefox 57+ (Quantum). It can be installed to Firefox from | ||
[Mozilla Add-on directory](https://addons.mozilla.org/en-US/firefox/addon/xdebug-ext-plus/). | ||
|
||
It is a port of the Easiest Xdebug extension, but only the XDEBUG_SESSION cookie is supported for nom. Feel free to ask for other features if you need them. | ||
It is a fork of [Xdebug-ext extension](https://github.com/lhall-adexos/xdebug-ext/). | ||
|
||
## Bug report | ||
|
||
If you feel something is wrong, feel free to submit an issue : https://github.com/lhall-adexos/xdebug-ext/issues | ||
If you feel something is wrong, feel free to submit an [issue at GitHub](https://github.com/JakubJachym/xdebug-ext-plus/issues). |
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
Oops, something went wrong.