Dropped require-kernel and etherpad-yamsl

This commit is contained in:
SamTv12345 2024-07-18 09:35:54 +02:00
parent 983b799231
commit b72c5e6883
5 changed files with 0 additions and 85 deletions

View file

@ -154,8 +154,6 @@ const handleLiveReload = async (args: any, padString: string, timeSliderString:
isReadOnly
});
// can be removed when require-kernel is dropped
res.header('Feature-Policy', 'sync-xhr \'self\'');
const content = eejs.require('ep_etherpad-lite/templates/pad.html', {
req,
toolbar,
@ -185,8 +183,6 @@ const handleLiveReload = async (args: any, padString: string, timeSliderString:
isReadOnly
});
// can be removed when require-kernel is dropped
res.header('Feature-Policy', 'sync-xhr \'self\'');
const content = eejs.require('ep_etherpad-lite/templates/timeslider.html', {
req,
toolbar,
@ -308,8 +304,6 @@ exports.expressCreateServer = async (hookName: string, args: any, cb: Function)
isReadOnly
});
// can be removed when require-kernel is dropped
res.header('Feature-Policy', 'sync-xhr \'self\'');
const content = eejs.require('ep_etherpad-lite/templates/pad.html', {
req,
toolbar,