Commit 249a5fc
authored
Disabling GetCookies API from webapps APIs, Fixes AB#3624552 (#3135)
### Summary
We are disabling the GetCookies API as Edge will use getAllSsoTokens
instead. There shouldn't be any dependencies here as Edge nor anyone
else has actually been calling this API yet.
[AB#3624552](https://identitydivision.visualstudio.com/Engineering/_workitems/edit/3624552)1 parent 3503d1f commit 249a5fc
2 files changed
Lines changed: 6 additions & 5 deletions
File tree
- common4j/src/main/com/microsoft/identity/common/java/commands/webapps
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| 21 | + | |
21 | 22 | | |
22 | 23 | | |
23 | 24 | | |
| |||
common4j/src/main/com/microsoft/identity/common/java/commands/webapps/WebAppsSupportedContracts.kt
Lines changed: 5 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| 25 | + | |
25 | 26 | | |
26 | 27 | | |
27 | 28 | | |
28 | 29 | | |
29 | 30 | | |
30 | 31 | | |
31 | | - | |
| 32 | + | |
32 | 33 | | |
33 | 34 | | |
34 | 35 | | |
35 | 36 | | |
| 37 | + | |
| 38 | + | |
36 | 39 | | |
37 | 40 | | |
38 | 41 | | |
39 | 42 | | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
| 43 | + | |
44 | 44 | | |
45 | 45 | | |
0 commit comments