You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: plugins/playvideos/README.md
+19-42Lines changed: 19 additions & 42 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ Adds a `► Play Videos` button to [Shaarli](https://github.com/shaarli/Shaarli)
4
4
5
5
<!-- TODO screenshot -->
6
6
7
-
This uses code from https://zaius.github.io/youtube_playlist/ and is currently only compatible with Youtube videos.
7
+
This plugin is currently only compatible with Youtube videos.
8
8
9
9
#### Installation and setup
10
10
@@ -13,7 +13,7 @@ This is a default Shaarli plugin, you just have to enable it. See [Shaarli confi
13
13
14
14
#### Troubleshooting
15
15
16
-
If your server has [Content Security Policy](http://content-security-policy.com/) headers enabled, this may prevent the script from loading fully. You should relax the CSP in your server settings. Example CSP rule for apache2:
16
+
If your server has [Content Security Policy](http://content-security-policy.com/) headers enabled, this may prevent the script from loading fully. You should relax the CSP in your server settings. Example CSP rule for apache2:
17
17
18
18
```apache
19
19
<Directory /path/to/shaarli>
@@ -27,52 +27,29 @@ You may place the `Header` directive in the `<Directory...` section of your [web
0 commit comments