mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-11 03:56:16 +00:00
LibWeb: Delete FIXME debug log in PolicyList
It adds too much spam in test runner output.
This commit is contained in:
parent
0b86bcfba7
commit
56971a4201
Notes:
github-actions[bot]
2025-03-13 21:17:41 +00:00
Author: https://github.com/kalenikaliaksandr
Commit: 56971a4201
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/3924
1 changed files with 0 additions and 1 deletions
|
@ -76,7 +76,6 @@ bool PolicyList::contains_header_delivered_policy() const
|
||||||
|
|
||||||
HTML::SandboxingFlagSet PolicyList::csp_derived_sandboxing_flags() const
|
HTML::SandboxingFlagSet PolicyList::csp_derived_sandboxing_flags() const
|
||||||
{
|
{
|
||||||
dbgln("FIXME: Implement PolicyList::csp_derived_sandboxing_flags");
|
|
||||||
return HTML::SandboxingFlagSet {};
|
return HTML::SandboxingFlagSet {};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue