Skip to content
This repository was archived by the owner on Aug 22, 2025. It is now read-only.

Commit 65112b9

Browse files
committed
Update transcoding api protocol from http to https
1 parent b72f642 commit 65112b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

admin/rt-transcoder-handler.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ class RT_Transcoder_Handler {
2929
* @access protected
3030
* @var string $transcoding_api_url The URL of the api.
3131
*/
32-
protected $transcoding_api_url = 'http://api.rtmedia.io/api/v1/';
32+
protected $transcoding_api_url = 'https://api.rtmedia.io/api/v1/';
3333

3434
/**
3535
* The URL of the EDD store.

0 commit comments

Comments
 (0)