[Webkit-unassigned] [Bug 51364] Web Inspector: Remote Web Inspector for platform/mac

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Dec 21 05:09:41 PST 2010


https://bugs.webkit.org/show_bug.cgi?id=51364





--- Comment #14 from Ilya Tikhonovsky <loislo at chromium.org>  2010-12-21 05:09:40 PST ---
> [PATCH] Part 4: Add Preference for Port # and to Enable/Disable WebInspectorServer
>
> To enable on Mac with Safari:
> 
>   shell> defaults write com.apple.safari WebKitInspectorServerEnabled -bool YES
>   shell> run-safari
>   2010-12-20 19:42:25.230 Safari[37319:a07] WebInspectorServer: Started
>   2010-12-20 19:42:25.232 Safari[37319:a07] WebInspectorServer: Address (localhost)
>   2010-12-20 19:42:25.232 Safari[37319:a07] WebInspectorServer: Port (9999)

Looks like you are enabling remote debugging at the system level. 
I think in that case it'd be better to bind the socket only to localhost. 
Otherwise it will be a security hole.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list