Skip to content

Commit

Permalink
Merge pull request #450 from jwplayer/feat/small-features-and-refacto…
Browse files Browse the repository at this point in the history
…ring

Feat/small features and refactoring
  • Loading branch information
AntonLantukh authored Feb 21, 2024
2 parents 3e3e2b1 + 2741eac commit 7ace580
Show file tree
Hide file tree
Showing 200 changed files with 2,653 additions and 1,571 deletions.
9 changes: 1 addition & 8 deletions docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,8 +160,7 @@ Use the `styling` object to define extra styles for your application.
"styling": {
"backgroundColor": null,
"highlightColor": null,
"headerBackground": null,
"footerText": "Blender Foundation"
"headerBackground": null
}
```

Expand All @@ -187,12 +186,6 @@ Use this parameter to change the background color of the header. By default, the

---

**styling.footerText** (optional)

Text that will be placed in the footer of the site. Markdown links are supported.

---

**features**

Use the `features` object to define extra properties for your app.
Expand Down
2 changes: 1 addition & 1 deletion docs/features/video-protection.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ This article outlines how such an authorization service should work.

## Signed URLs

With [URL signing](https://support.jwplayer.com/articles/how-to-enable-url-token-signing) enabled on the JW property, a video client can only access the media URLs from JW backends when it has a valid JWT token:
With [URL signing](https://docs.jwplayer.com/platform/reference/protect-your-content-with-signed-urls) enabled on the JW property, a video client can only access the media URLs from JW backends when it has a valid JWT token:

```
GET media/PEEzDfdA?token=<tokenA>
Expand Down
3 changes: 3 additions & 0 deletions packages/common/.depcheckrc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,7 @@ ignores: [
'@typescript-eslint/parser',
'@typescript-eslint/eslint-plugin',
'eslint-plugin-import',

# Installed by inplayer SDK (only used for typings)
'axios'
]
1 change: 0 additions & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
},
"devDependencies": {
"@types/ini": "^1.3.31",
"@types/jwplayer": "^8.2.13",
"@types/lodash.merge": "^4.6.6",
"jsdom": "^22.1.0",
"timezone-mock": "^1.3.4",
Expand Down
Loading

0 comments on commit 7ace580

Please sign in to comment.