diff --git a/src/core/h5p/providers/h5p.ts b/src/core/h5p/providers/h5p.ts index e332278d6..75fe4b2b9 100644 --- a/src/core/h5p/providers/h5p.ts +++ b/src/core/h5p/providers/h5p.ts @@ -2602,7 +2602,7 @@ export class CoreH5PProvider { url = url.replace('/webservice/pluginfile', '/pluginfile'); } - return url; + return this.urlUtils.removeUrlParams(url); } /**