diff options
Diffstat (limited to 'components/net/fetch/methods.rs')
-rw-r--r-- | components/net/fetch/methods.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/net/fetch/methods.rs b/components/net/fetch/methods.rs index b0a06de064a..90d1feed2d4 100644 --- a/components/net/fetch/methods.rs +++ b/components/net/fetch/methods.rs @@ -617,7 +617,7 @@ fn should_block_nosniff(request: &Request, response: &Response) -> bool { } /// https://fetch.spec.whatwg.org/#block-bad-port -fn should_be_blocked_due_to_bad_port(url: &ServoUrl) -> bool { +pub fn should_be_blocked_due_to_bad_port(url: &ServoUrl) -> bool { // Step 1 is not applicable, this function just takes the URL directly. // Step 2. |