Skip to content

Commit

Permalink
Merge branch 'refactor-publisher-restrictions' of github.com:peczenyj…
Browse files Browse the repository at this point in the history
…/GDPR-IAB-TCFv2 into refactor-publisher-restrictions
  • Loading branch information
peczenyj committed Dec 17, 2023
2 parents a387b04 + e1abc4d commit 44aec53
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/GDPR/IAB/TCFv2/Publisher.pm
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ Return true for a given combination of purpose id, restriction type and vendor_i
=head2 restrictions
Return a hashref of purpose => { restriction type => bool } for a given vendor id.
Return a hashref of purpose => { restriction type => bool } for a given vendor id.
Example, by parsing the consent C<COwAdDhOwAdDhN4ABAENAPCgAAQAAv___wAAAFP_AAp_4AI6ACACAA> we can generate this.
Expand Down
2 changes: 1 addition & 1 deletion lib/GDPR/IAB/TCFv2/PublisherRestrictions.pm
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ Return true for a given combination of purpose id, restriction type and vendor
=head2 restrictions
Return a hashref of purpose => { restriction type => bool } for a given vendor id.
Return a hashref of purpose => { restriction type => bool } for a given vendor id.
Example, by parsing the consent C<COwAdDhOwAdDhN4ABAENAPCgAAQAAv___wAAAFP_AAp_4AI6ACACAA> we can generate this.
Expand Down

0 comments on commit 44aec53

Please sign in to comment.