mirror of
https://github.com/RGBCube/serenity
synced 2025-07-23 08:27:35 +00:00
LibWeb: Run clang-format on ResourceLoader.cpp
This commit is contained in:
parent
60fc939e81
commit
da04147cf6
1 changed files with 4 additions and 3 deletions
|
@ -117,7 +117,8 @@ void ResourceLoader::load(const URL& url, Function<void(const ByteBuffer&)> succ
|
|||
error_callback(String::format("Protocol not implemented: %s", url.protocol().characters()));
|
||||
}
|
||||
|
||||
bool ResourceLoader::is_port_blocked(int port) {
|
||||
bool ResourceLoader::is_port_blocked(int port)
|
||||
{
|
||||
int ports[] { 1, 7, 9, 11, 13, 15, 17, 19, 20, 21, 22, 23, 25, 37, 42,
|
||||
43, 53, 77, 79, 87, 95, 101, 102, 103, 104, 109, 110, 111, 113,
|
||||
115, 117, 119, 123, 135, 139, 143, 179, 389, 465, 512, 513, 514,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue