Commit ef5f299
Remove SF1 (precise geolocation) consent validation for EUID (#2338)
* Remove SF1 (precise geolocation) consent validation for EUID
The Special Feature 1 validation was a legacy requirement that is no longer needed. This change allows EUID token generation for users who have the required TCF purpose consents but don't have SF1
(precise geolocation) enabled.
Resolves: UID2-6532
Co-authored-by: Cursor <cursoragent@cursor.com>
* Add test to verify consent passes when PreciseGeolocation special feature is missing
Ensures TCF consent validation does not require SF1 (PreciseGeolocationData) opt-in.
Co-authored-by: Cursor <cursoragent@cursor.com>
* Removed TransparentConsentSpecialFeature.java
---------
Co-authored-by: Cursor <cursoragent@cursor.com>1 parent 196b99d commit ef5f299
4 files changed
Lines changed: 54 additions & 19 deletions
File tree
- src
- main/java/com/uid2/operator
- privacy/tcf
- vertx
- test/java/com/uid2/operator
Lines changed: 0 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | 42 | | |
Lines changed: 0 additions & 11 deletions
This file was deleted.
Lines changed: 1 addition & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
16 | 15 | | |
17 | 16 | | |
18 | 17 | | |
| |||
1632 | 1631 | | |
1633 | 1632 | | |
1634 | 1633 | | |
1635 | | - | |
1636 | | - | |
1637 | | - | |
| 1634 | + | |
1638 | 1635 | | |
1639 | 1636 | | |
1640 | 1637 | | |
| |||
Lines changed: 53 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
| 6 | + | |
5 | 7 | | |
6 | 8 | | |
7 | 9 | | |
8 | 10 | | |
9 | 11 | | |
10 | 12 | | |
11 | 13 | | |
| 14 | + | |
| 15 | + | |
12 | 16 | | |
13 | 17 | | |
14 | 18 | | |
| |||
75 | 79 | | |
76 | 80 | | |
77 | 81 | | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
78 | 131 | | |
79 | 132 | | |
0 commit comments