mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 17:55:07 +02:00
Atlassian login gets the base URL for its module scripts by throwing an error and pulling out the current script's URL from error.stack with regex. Since we only returned a basename for module scripts, it would fail to match and try and use `/` as a base URL (because it does [matched_string] + "/"), which is not a valid base URL.
12 lines
202 B
Plaintext
12 lines
202 B
Plaintext
classic: Error
|
|
at Error
|
|
at blob:file:///[flaky-uuid-replaced]:3:36
|
|
|
|
module: Error
|
|
at Error
|
|
at blob:file:///[flaky-uuid-replaced]:3:36
|
|
at <unknown>
|
|
at <unknown>
|
|
at <unknown>
|
|
|