mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-27 04:37:22 +00:00
LibWeb/CSP: Implement the script-src directive
This commit is contained in:
parent
3d43462ccd
commit
0cff47828d
Notes:
github-actions[bot]
2025-07-09 21:53:59 +00:00
Author: https://github.com/Lubrsi
Commit: 0cff47828d
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/5328
Reviewed-by: https://github.com/ADKaster ✅
17 changed files with 839 additions and 14 deletions
|
@ -49,6 +49,7 @@ enum class CompilationType {
|
|||
DirectEval,
|
||||
IndirectEval,
|
||||
Function,
|
||||
Timer,
|
||||
};
|
||||
|
||||
class JS_API VM : public RefCounted<VM> {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue