Skip to content

Commit a9c3c38

Browse files
committed
feat: show cookies even when there is no XSRF_TOKEN
1 parent bc9306e commit a9c3c38

File tree

5 files changed

+3622
-28
lines changed

5 files changed

+3622
-28
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 1.0.4 September 2021
4+
5+
- show the cookies even when there is no XSRF_TOKEN
6+
37
## 1.0.3 August 2020
48

59
- small bugfixes
@@ -9,7 +13,9 @@
913
- released to chrome store
1014

1115
## 1.0.1 August 2020
16+
1217
- vendorded all dependencies
1318

1419
## 1.0.0 July 2020
20+
1521
- initial version

index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ <h2 class="emptyState__title">
197197
title="chrome web store"
198198
href="https://chrome.google.com/webstore/detail/mindsphere-authentication/licndiiilobojikmhmmcgdbpmnmdeoee"
199199
target="_new"
200-
>v.1.0.3 <i class="fa fa-chrome"></i
200+
>v.1.0.4 <i class="fa fa-chrome"></i
201201
></a>
202202
</div>
203203
</div>

0 commit comments

Comments
 (0)