Skip to content
This repository has been archived by the owner on Jun 3, 2024. It is now read-only.

Commit

Permalink
Add more cdn websites to permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
bytedream committed Oct 9, 2023
1 parent f3205c0 commit e3fd634
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/manifest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,10 @@ const browserAction = {

const websitePermissions = [
'*://*.crunchyroll.com/*',
'*://*.gccrunchyroll.com/*',
'*://*.crunchyrollsvc.com/*'
'*://*.crunchyrollsvc.com/*', // some api endpoints
'*://*.gccrunchyroll.com/*', // cdn for some hls streams
'*://*.vrv.co/*', // cdn for some hls streams
'*://*.akamaized.net/*' // cdn for some hls streams
];

const ManifestV2 = {
Expand Down

0 comments on commit e3fd634

Please sign in to comment.