diff options
Diffstat (limited to '_site/projects/bumblebee/index.html')
| -rw-r--r-- | _site/projects/bumblebee/index.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/_site/projects/bumblebee/index.html b/_site/projects/bumblebee/index.html index d6873e4..d8fded3 100644 --- a/_site/projects/bumblebee/index.html +++ b/_site/projects/bumblebee/index.html @@ -74,10 +74,10 @@ the script at any point during the session (using the embedded <a src="https://g events, and block hidden elements and scripts.</p> <p>Before settling on a desktop application, we contemplated designing Bumblebee -as a browser extension. We decided against that because we didn’t want the -browser vendors to dictate Bumblebee’s capabilities. Besides, the company’s -security policy, which prohibited browser extensions, would have complicated -the deployment of an extension-based solution. The initial prototype used a C# +as a browser extension. We chose the desktop app because extensions don’t offer +the deep, event-based control we needed. Besides, the company’s security +policy, which prohibited browser extensions, would have complicated the +deployment of an extension-based solution. The initial prototype used a C# wrapper of the Chromium project instead of WebView. WebView’s more intuitive API and its seamless integration with Windows Forms led us to choose it over the Chromium wrapper.</p> |
