eric6/Documentation/Source/eric6.WebBrowser.SafeBrowsing.SafeBrowsingManager.html

changeset 7989
a21d673a8f99
parent 7959
44e15eda6506
equal deleted inserted replaced
7988:c4c17121eff8 7989:a21d673a8f99
190 190
191 <p> 191 <p>
192 Class method to get the schemes not to be checked. 192 Class method to get the schemes not to be checked.
193 </p> 193 </p>
194 <dl> 194 <dl>
195 <dt>Returns:</dt> 195 <dt>Return:</dt>
196 <dd> 196 <dd>
197 list of schemes to be ignored 197 list of schemes to be ignored
198 </dd> 198 </dd>
199 </dl> 199 </dl>
200 <dl> 200 <dl>
209 209
210 <p> 210 <p>
211 Class method to check, if safe browsing is enabled. 211 Class method to check, if safe browsing is enabled.
212 </p> 212 </p>
213 <dl> 213 <dl>
214 <dt>Returns:</dt> 214 <dt>Return:</dt>
215 <dd> 215 <dd>
216 flag indicating the enabled state 216 flag indicating the enabled state
217 </dd> 217 </dd>
218 </dl> 218 </dl>
219 <dl> 219 <dl>
242 <dd> 242 <dd>
243 list of hashes to lookup 243 list of hashes to lookup
244 </dd> 244 </dd>
245 </dl> 245 </dl>
246 <dl> 246 <dl>
247 <dt>Returns:</dt> 247 <dt>Return:</dt>
248 <dd> 248 <dd>
249 names of threat lists hashes were found in 249 names of threat lists hashes were found in
250 </dd> 250 </dd>
251 </dl> 251 </dl>
252 <dl> 252 <dl>
337 <dd> 337 <dd>
338 SHA256 checksum as reported by the Google server 338 SHA256 checksum as reported by the Google server
339 </dd> 339 </dd>
340 </dl> 340 </dl>
341 <dl> 341 <dl>
342 <dt>Returns:</dt> 342 <dt>Return:</dt>
343 <dd> 343 <dd>
344 flag indicating equality 344 flag indicating equality
345 </dd> 345 </dd>
346 </dl> 346 </dl>
347 <dl> 347 <dl>
370 370
371 <p> 371 <p>
372 Public method to check, if the fair use wait period has expired. 372 Public method to check, if the fair use wait period has expired.
373 </p> 373 </p>
374 <dl> 374 <dl>
375 <dt>Returns:</dt> 375 <dt>Return:</dt>
376 <dd> 376 <dd>
377 flag indicating expiration 377 flag indicating expiration
378 </dd> 378 </dd>
379 </dl> 379 </dl>
380 <dl> 380 <dl>
403 <dd> 403 <dd>
404 platform type as defined in the v4 API 404 platform type as defined in the v4 API
405 </dd> 405 </dd>
406 </dl> 406 </dl>
407 <dl> 407 <dl>
408 <dt>Returns:</dt> 408 <dt>Return:</dt>
409 <dd> 409 <dd>
410 platform string 410 platform string
411 </dd> 411 </dd>
412 </dl> 412 </dl>
413 <dl> 413 <dl>
429 <dd> 429 <dd>
430 threat entry type as defined in the v4 API 430 threat entry type as defined in the v4 API
431 </dd> 431 </dd>
432 </dl> 432 </dl>
433 <dl> 433 <dl>
434 <dt>Returns:</dt> 434 <dt>Return:</dt>
435 <dd> 435 <dd>
436 threat entry string 436 threat entry string
437 </dd> 437 </dd>
438 </dl> 438 </dl>
439 <dl> 439 <dl>
455 <dd> 455 <dd>
456 threat type to get the message for 456 threat type to get the message for
457 </dd> 457 </dd>
458 </dl> 458 </dl>
459 <dl> 459 <dl>
460 <dt>Returns:</dt> 460 <dt>Return:</dt>
461 <dd> 461 <dd>
462 threat message 462 threat message
463 </dd> 463 </dd>
464 </dl> 464 </dl>
465 <dl> 465 <dl>
481 <dd> 481 <dd>
482 list of threat lists to get a message for 482 list of threat lists to get a message for
483 </dd> 483 </dd>
484 </dl> 484 </dl>
485 <dl> 485 <dl>
486 <dt>Returns:</dt> 486 <dt>Return:</dt>
487 <dd> 487 <dd>
488 list of threat messages, one per unique threat type 488 list of threat messages, one per unique threat type
489 </dd> 489 </dd>
490 </dl> 490 </dl>
491 <dl> 491 <dl>
507 <dd> 507 <dd>
508 threat list to get display string for 508 threat list to get display string for
509 </dd> 509 </dd>
510 </dl> 510 </dl>
511 <dl> 511 <dl>
512 <dt>Returns:</dt> 512 <dt>Return:</dt>
513 <dd> 513 <dd>
514 display string 514 display string
515 </dd> 515 </dd>
516 </dl> 516 </dl>
517 <dl> 517 <dl>
527 <p> 527 <p>
528 Public method to check, if we are in the process of updating the 528 Public method to check, if we are in the process of updating the
529 threat lists. 529 threat lists.
530 </p> 530 </p>
531 <dl> 531 <dl>
532 <dt>Returns:</dt> 532 <dt>Return:</dt>
533 <dd> 533 <dd>
534 flag indicating an update process is active 534 flag indicating an update process is active
535 </dd> 535 </dd>
536 </dl> 536 </dl>
537 <dl> 537 <dl>
553 <dd> 553 <dd>
554 URL to be checked 554 URL to be checked
555 </dd> 555 </dd>
556 </dl> 556 </dl>
557 <dl> 557 <dl>
558 <dt>Returns:</dt> 558 <dt>Return:</dt>
559 <dd> 559 <dd>
560 tuple containing the list of threat lists the URL was found in 560 tuple containing the list of threat lists the URL was found in
561 and an error message 561 and an error message
562 </dd> 562 </dd>
563 </dl> 563 </dl>
587 587
588 <p> 588 <p>
589 Public method to load or update the locally cached threat lists. 589 Public method to load or update the locally cached threat lists.
590 </p> 590 </p>
591 <dl> 591 <dl>
592 <dt>Returns:</dt> 592 <dt>Return:</dt>
593 <dd> 593 <dd>
594 flag indicating success and an error message 594 flag indicating success and an error message
595 </dd> 595 </dd>
596 </dl> 596 </dl>
597 <dl> 597 <dl>

eric ide

mercurial