sitereview icon indicating copy to clipboard operation
sitereview copied to clipboard

Bluecoat SiteReview Checker (CLI)

Results 6 sitereview issues
Sort by recently updated
recently updated
newest added

I get this response indicating that it violates the terms of service ```html Site Review Acceptable Use Information body{display:none !important;} section.site-review-content p { margin-bottom: 1em; color: #454545; } section.site-review-content h1...

Hi there, Since yesterday, the script does not work no more and generate this error. It's look like that the json's structure might have changed: Traceback (most recent call last):...

Hey PoorBillionaire, Just playing with this and noted that in the check_response function, in the if statement, you are calling req.status_code. Needs to be self.req.status_code. Just letting you know, Thanks...

sitereview.py https://www.google.com Traceback (most recent call last): File "/usr/local/bin/sitereview.py", line 4, in __import__('pkg_resources').run_script('sitereview==2.0', 'sitereview.py') File "/usr/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 739, in run_script self.require(requires)[0].run_script(script_name, ns) File "/usr/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 1501, in run_script exec(script_code, namespace,...

Add the ablility to submit a category correction via a url and updated category/subcategory https://sitereview.bluecoat.com/sitereview.jsp#/?search=http%3A%2F%2Fwww.example.com

enhancement