eric6/Documentation/Source/eric6.WebBrowser.CookieJar.CookieJar.html

branch
maintenance
changeset 8043
0acf98cd089a
parent 7989
a21d673a8f99
equal deleted inserted replaced
7991:866adc8c315b 8043:0acf98cd089a
236 <dd> 236 <dd>
237 reference to the cookie filter request object 237 reference to the cookie filter request object
238 </dd> 238 </dd>
239 </dl> 239 </dl>
240 <dl> 240 <dl>
241 <dt>Returns:</dt> 241 <dt>Return:</dt>
242 <dd> 242 <dd>
243 flag indicating cookie access is allowed 243 flag indicating cookie access is allowed
244 </dd> 244 </dd>
245 </dl> 245 </dl>
246 <dl> 246 <dl>
281 <dd> 281 <dd>
282 domain name to check (string) 282 domain name to check (string)
283 </dd> 283 </dd>
284 </dl> 284 </dl>
285 <dl> 285 <dl>
286 <dt>Returns:</dt> 286 <dt>Return:</dt>
287 <dd> 287 <dd>
288 flag indicating a match (boolean) 288 flag indicating a match (boolean)
289 </dd> 289 </dd>
290 </dl> 290 </dl>
291 <a NAME="CookieJar.__load" ID="CookieJar.__load"></a> 291 <a NAME="CookieJar.__load" ID="CookieJar.__load"></a>
313 <dd> 313 <dd>
314 domain or host of an URL 314 domain or host of an URL
315 </dd> 315 </dd>
316 </dl> 316 </dl>
317 <dl> 317 <dl>
318 <dt>Returns:</dt> 318 <dt>Return:</dt>
319 <dd> 319 <dd>
320 flag indicating a match 320 flag indicating a match
321 </dd> 321 </dd>
322 </dl> 322 </dl>
323 <dl> 323 <dl>
343 <dd> 343 <dd>
344 domain of the cookie 344 domain of the cookie
345 </dd> 345 </dd>
346 </dl> 346 </dl>
347 <dl> 347 <dl>
348 <dt>Returns:</dt> 348 <dt>Return:</dt>
349 <dd> 349 <dd>
350 flag indicating the cookie shall be rejected 350 flag indicating the cookie shall be rejected
351 </dd> 351 </dd>
352 </dl> 352 </dl>
353 <dl> 353 <dl>
369 369
370 <p> 370 <p>
371 Public method to get the accept policy. 371 Public method to get the accept policy.
372 </p> 372 </p>
373 <dl> 373 <dl>
374 <dt>Returns:</dt> 374 <dt>Return:</dt>
375 <dd> 375 <dd>
376 current accept policy 376 current accept policy
377 </dd> 377 </dd>
378 </dl> 378 </dl>
379 <a NAME="CookieJar.allowForSessionCookies" ID="CookieJar.allowForSessionCookies"></a> 379 <a NAME="CookieJar.allowForSessionCookies" ID="CookieJar.allowForSessionCookies"></a>
382 382
383 <p> 383 <p>
384 Public method to return the list of allowed session cookie domains. 384 Public method to return the list of allowed session cookie domains.
385 </p> 385 </p>
386 <dl> 386 <dl>
387 <dt>Returns:</dt> 387 <dt>Return:</dt>
388 <dd> 388 <dd>
389 list of allowed session cookie domains (list of strings) 389 list of allowed session cookie domains (list of strings)
390 </dd> 390 </dd>
391 </dl> 391 </dl>
392 <a NAME="CookieJar.allowedCookies" ID="CookieJar.allowedCookies"></a> 392 <a NAME="CookieJar.allowedCookies" ID="CookieJar.allowedCookies"></a>
395 395
396 <p> 396 <p>
397 Public method to return the list of allowed domains. 397 Public method to return the list of allowed domains.
398 </p> 398 </p>
399 <dl> 399 <dl>
400 <dt>Returns:</dt> 400 <dt>Return:</dt>
401 <dd> 401 <dd>
402 list of allowed domains (list of strings) 402 list of allowed domains (list of strings)
403 </dd> 403 </dd>
404 </dl> 404 </dl>
405 <a NAME="CookieJar.blockedCookies" ID="CookieJar.blockedCookies"></a> 405 <a NAME="CookieJar.blockedCookies" ID="CookieJar.blockedCookies"></a>
408 408
409 <p> 409 <p>
410 Public method to return the list of blocked domains. 410 Public method to return the list of blocked domains.
411 </p> 411 </p>
412 <dl> 412 <dl>
413 <dt>Returns:</dt> 413 <dt>Return:</dt>
414 <dd> 414 <dd>
415 list of blocked domains (list of strings) 415 list of blocked domains (list of strings)
416 </dd> 416 </dd>
417 </dl> 417 </dl>
418 <a NAME="CookieJar.clear" ID="CookieJar.clear"></a> 418 <a NAME="CookieJar.clear" ID="CookieJar.clear"></a>
435 435
436 <p> 436 <p>
437 Public method to get a list of all domains used by the cookies. 437 Public method to get a list of all domains used by the cookies.
438 </p> 438 </p>
439 <dl> 439 <dl>
440 <dt>Returns:</dt> 440 <dt>Return:</dt>
441 <dd> 441 <dd>
442 list of domain names 442 list of domain names
443 </dd> 443 </dd>
444 </dl> 444 </dl>
445 <dl> 445 <dl>
454 454
455 <p> 455 <p>
456 Public method to get the cookies of the cookie jar. 456 Public method to get the cookies of the cookie jar.
457 </p> 457 </p>
458 <dl> 458 <dl>
459 <dt>Returns:</dt> 459 <dt>Return:</dt>
460 <dd> 460 <dd>
461 list of all cookies (list of QNetworkCookie) 461 list of all cookies (list of QNetworkCookie)
462 </dd> 462 </dd>
463 </dl> 463 </dl>
464 <a NAME="CookieJar.filterTrackingCookies" ID="CookieJar.filterTrackingCookies"></a> 464 <a NAME="CookieJar.filterTrackingCookies" ID="CookieJar.filterTrackingCookies"></a>
467 467
468 <p> 468 <p>
469 Public method to get the filter tracking cookies flag. 469 Public method to get the filter tracking cookies flag.
470 </p> 470 </p>
471 <dl> 471 <dl>
472 <dt>Returns:</dt> 472 <dt>Return:</dt>
473 <dd> 473 <dd>
474 filter tracking cookies flag (boolean) 474 filter tracking cookies flag (boolean)
475 </dd> 475 </dd>
476 </dl> 476 </dl>
477 <a NAME="CookieJar.keepPolicy" ID="CookieJar.keepPolicy"></a> 477 <a NAME="CookieJar.keepPolicy" ID="CookieJar.keepPolicy"></a>
480 480
481 <p> 481 <p>
482 Public method to get the keep policy. 482 Public method to get the keep policy.
483 </p> 483 </p>
484 <dl> 484 <dl>
485 <dt>Returns:</dt> 485 <dt>Return:</dt>
486 <dd> 486 <dd>
487 keep policy 487 keep policy
488 </dd> 488 </dd>
489 </dl> 489 </dl>
490 <a NAME="CookieJar.removeCookie" ID="CookieJar.removeCookie"></a> 490 <a NAME="CookieJar.removeCookie" ID="CookieJar.removeCookie"></a>

eric ide

mercurial