mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-24 17:36:14 -04:00
CSP: Disable the indexCustomInlineScripts hook
This commit is contained in:
parent
052fbb944f
commit
a4927095ae
3 changed files with 17 additions and 5 deletions
|
@ -118,7 +118,6 @@ Available blocks in `pad.html` are:
|
|||
* `indexCustomStyles` - contains the `index.css` `<link>` tag, allows you to add your own or to customize the one provided by the active skin
|
||||
* `indexWrapper` - contains the form for creating new pads
|
||||
* `indexCustomScripts` - contains the `index.js` `<script>` tag, allows you to add your own or to customize the one provided by the active skin
|
||||
* `indexCustomInlineScripts` - contains the inline `<script>` of home page, allows you to customize `go2Name()`, `go2Random()` or `randomPadName()` functions
|
||||
|
||||
## padInitToolbar
|
||||
Called from: src/node/hooks/express/specialpages.js
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue