Skip to content

Commit 48b4589

Browse files
committed
Pass custom data on certificate request
1 parent aa0cd97 commit 48b4589

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)