There was an error while loading. Please reload this page.
2 parents b71f326 + c6dfbc5 commit 628c393Copy full SHA for 628c393
1 file changed
formwork/src/Sanitizer/Reference/HtmlReference.php
@@ -369,10 +369,20 @@ class HtmlReference
369
*/
370
public const array URI_ATTRIBUTES = [
371
'action',
372
- 'src',
+ 'archive',
373
+ 'background',
374
+ 'cite',
375
+ 'classid',
376
+ 'codebase',
377
+ 'data',
378
+ 'formaction',
379
'href',
380
+ 'longdesc',
381
'lowsrc',
- 'background',
382
+ 'manifest',
383
'ping',
384
+ 'poster',
385
+ 'src',
386
+ 'usemap',
387
];
388
}
0 commit comments