Google Chrome - Suspicious Site Reporter
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Livvie Lin 725348a01a
Merge pull request #66 from chromium/change_309964380
5 years ago
extension Remove top sites alert and make gray flag the no-alert state 5 years ago
.gitignore Add gitignore for deps and built extension 6 years ago
CONTRIBUTING.md Initial commit 6 years ago
LICENSE Initial commit 6 years ago
README.md Update README.md 6 years ago

README.md

Suspicious Site Reporter

A Chrome extension Made by Google.

Suspicious Site Reporter is available from the webstore.

With the Suspicious Site Reporter extension, you’ll see an icon when you’re on a potentially suspicious site, and more information about why the site is potentially suspicious. Click the icon to report unsafe sites to Google Safe Browsing for further evaluation.

Building

Most users should be able to use the version of the extension in the Chrome Web Store, but you may also compile the extension yourself by running the following from the extension/ directory:

./do.sh install_deps [os]   // os can be osx, win or linux (default)
./do.sh build

You may then load the unpacked extension from extension/build/extension.

Note that if the extension is built from here instead of using the version on the webstore, the private referrer chain API will be unavailable.