Skip to content

Commit

Permalink
feat: show cookies even when there is no XSRF_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
sn0wcat committed Sep 28, 2021
1 parent bc9306e commit a9c3c38
Show file tree
Hide file tree
Showing 5 changed files with 3,622 additions and 28 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 1.0.4 September 2021

- show the cookies even when there is no XSRF_TOKEN

## 1.0.3 August 2020

- small bugfixes
Expand All @@ -9,7 +13,9 @@
- released to chrome store

## 1.0.1 August 2020

- vendorded all dependencies

## 1.0.0 July 2020

- initial version
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ <h2 class="emptyState__title">
title="chrome web store"
href="https://chrome.google.com/webstore/detail/mindsphere-authentication/licndiiilobojikmhmmcgdbpmnmdeoee"
target="_new"
>v.1.0.3 <i class="fa fa-chrome"></i
>v.1.0.4 <i class="fa fa-chrome"></i
></a>
</div>
</div>
Expand Down
Loading

0 comments on commit a9c3c38

Please sign in to comment.