Enable SafeBrowsing lookups for ws: and wss: URLs
Modify the three "real" implementations of SafeBrowsingDatabaseManager to enable lookups for "ws:" and "wss:" URLs. This change doesn't cause SafeBrowsing checks to be performed on WebSocket URLs. No ws: or wss: URLs will be passed to the SafeBrowsingDatabaseManager yet. It just ensures that they will actually be looked up when a future change causes them to be checked. This change is required for both designs described in the "WebSocket SafeBrowsing Support" design document: https://docs.google.com/document/d/1iR3XMIQukqlXb6ajIHE91apHZAxyF_wvRoB5JGeJYPs/edit BUG=644744 Review-Url: https://codereview.chromium.org/2925233002 Cr-Commit-Position: refs/heads/master@{#478553}
Showing
Please register or sign in to comment