Skip to content

Commit 9aaddaa

Browse files
ceyhun-otvanlaerhoven
authored andcommitted
Pass custom data on certificate request
1 parent 842cf17 commit 9aaddaa

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

drm/src/castlabs/CastLabsFairplayContentProtectionIntegration.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ export class CastLabsFairplayContentProtectionIntegration implements ContentProt
3131
this.contentProtectionConfiguration.fairplay?.certificateURL ?? CastLabsFairplayContentProtectionIntegration.DEFAULT_CERTIFICATE_URL;
3232
request.headers = {
3333
...request.headers,
34+
'x-dt-custom-data': this.customData!
3435
};
3536
return request;
3637
}

0 commit comments

Comments
 (0)