diff --git a/.bin/wordlist-updaters/status.json b/.bin/wordlist-updaters/status.json index 17b9799d..157b0ccb 100644 --- a/.bin/wordlist-updaters/status.json +++ b/.bin/wordlist-updaters/status.json @@ -3,6 +3,6 @@ "last_update": 1761186883 }, "Trickest wordlist update": { - "last_update": 1761214097 + "last_update": 1761300490 } } \ No newline at end of file diff --git a/Discovery/Web-Content/CMS/trickest-cms-wordlist/directus-all-levels.txt b/Discovery/Web-Content/CMS/trickest-cms-wordlist/directus-all-levels.txt index 70590b53..03f01d50 100644 --- a/Discovery/Web-Content/CMS/trickest-cms-wordlist/directus-all-levels.txt +++ b/Discovery/Web-Content/CMS/trickest-cms-wordlist/directus-all-levels.txt @@ -1711,6 +1711,11 @@ errors/src/errors/not-null-violation.ts src/errors/not-null-violation.ts errors/not-null-violation.ts not-null-violation.ts +packages/errors/src/errors/email-limit-exceeded.ts +errors/src/errors/email-limit-exceeded.ts +src/errors/email-limit-exceeded.ts +errors/email-limit-exceeded.ts +email-limit-exceeded.ts packages/errors/src/errors/record-not-unique.ts errors/src/errors/record-not-unique.ts src/errors/record-not-unique.ts @@ -1771,6 +1776,11 @@ errors/src/errors/invalid-payload.test.ts src/errors/invalid-payload.test.ts errors/invalid-payload.test.ts invalid-payload.test.ts +packages/errors/src/errors/email-limit-exceeded.test.ts +errors/src/errors/email-limit-exceeded.test.ts +src/errors/email-limit-exceeded.test.ts +errors/email-limit-exceeded.test.ts +email-limit-exceeded.test.ts packages/errors/src/index.ts errors/src/index.ts src/index.ts @@ -4712,6 +4722,8 @@ tests/blackbox/setup/global.ts blackbox/setup/global.ts setup/global.ts global.ts +.changeset/mighty-rooms-spend.md +mighty-rooms-spend.md .changeset/khaki-falcons-search.md khaki-falcons-search.md .changeset/loose-radios-add.md @@ -4736,12 +4748,16 @@ great-owls-enjoy.md bumpy-pumas-rescue.md .changeset/silent-cameras-sell.md silent-cameras-sell.md +.changeset/proud-years-attack.md +proud-years-attack.md .changeset/petite-pears-make.md petite-pears-make.md .changeset/curly-jars-divide.md curly-jars-divide.md .changeset/green-houses-stick.md green-houses-stick.md +.changeset/fine-pots-walk.md +fine-pots-walk.md .changeset/clear-moments-sell.md clear-moments-sell.md .changeset/khaki-plums-enjoy.md @@ -6674,11 +6690,21 @@ services/mail/templates/user-invitation.liquid mail/templates/user-invitation.liquid templates/user-invitation.liquid user-invitation.liquid +api/src/services/mail/rate-limiter.test.ts +src/services/mail/rate-limiter.test.ts +services/mail/rate-limiter.test.ts +mail/rate-limiter.test.ts +rate-limiter.test.ts api/src/services/mail/index.ts src/services/mail/index.ts services/mail/index.ts mail/index.ts index.ts +api/src/services/mail/rate-limiter.ts +src/services/mail/rate-limiter.ts +services/mail/rate-limiter.ts +mail/rate-limiter.ts +rate-limiter.ts api/src/services/mail/index.test.ts src/services/mail/index.test.ts services/mail/index.test.ts @@ -10313,11 +10339,21 @@ src/operations/exec/index.test.ts operations/exec/index.test.ts exec/index.test.ts index.test.ts +api/src/operations/mail/rate-limiter.test.ts +src/operations/mail/rate-limiter.test.ts +operations/mail/rate-limiter.test.ts +mail/rate-limiter.test.ts +rate-limiter.test.ts api/src/operations/mail/index.ts src/operations/mail/index.ts operations/mail/index.ts mail/index.ts index.ts +api/src/operations/mail/rate-limiter.ts +src/operations/mail/rate-limiter.ts +operations/mail/rate-limiter.ts +mail/rate-limiter.ts +rate-limiter.ts api/src/operations/mail/index.test.ts src/operations/mail/index.test.ts operations/mail/index.test.ts @@ -11771,6 +11807,12 @@ views/private/components/bookmark-add.vue private/components/bookmark-add.vue components/bookmark-add.vue bookmark-add.vue +app/src/views/private/components/flow-dialogs.vue +src/views/private/components/flow-dialogs.vue +views/private/components/flow-dialogs.vue +private/components/flow-dialogs.vue +components/flow-dialogs.vue +flow-dialogs.vue app/src/views/private/components/comments-sidebar-detail.vue src/views/private/components/comments-sidebar-detail.vue views/private/components/comments-sidebar-detail.vue @@ -12326,6 +12368,10 @@ app/src/composables/use-alias-fields.ts src/composables/use-alias-fields.ts composables/use-alias-fields.ts use-alias-fields.ts +app/src/composables/use-flows.test.ts +src/composables/use-flows.test.ts +composables/use-flows.test.ts +use-flows.test.ts app/src/composables/use-reload-guard.ts src/composables/use-reload-guard.ts composables/use-reload-guard.ts @@ -12382,6 +12428,10 @@ app/src/composables/use-fake-version-field.ts src/composables/use-fake-version-field.ts composables/use-fake-version-field.ts use-fake-version-field.ts +app/src/composables/use-flows.ts +src/composables/use-flows.ts +composables/use-flows.ts +use-flows.ts app/src/composables/use-shortcut.test.ts src/composables/use-shortcut.test.ts composables/use-shortcut.test.ts diff --git a/Discovery/Web-Content/CMS/trickest-cms-wordlist/directus.txt b/Discovery/Web-Content/CMS/trickest-cms-wordlist/directus.txt index 76203a7d..3b2947ff 100644 --- a/Discovery/Web-Content/CMS/trickest-cms-wordlist/directus.txt +++ b/Discovery/Web-Content/CMS/trickest-cms-wordlist/directus.txt @@ -371,6 +371,7 @@ packages/errors/src/errors/invalid-otp.ts packages/errors/src/errors/value-too-long.ts packages/errors/src/errors/unsupported-media-type.ts packages/errors/src/errors/not-null-violation.ts +packages/errors/src/errors/email-limit-exceeded.ts packages/errors/src/errors/record-not-unique.ts packages/errors/src/errors/value-out-of-range.test.ts packages/errors/src/errors/hit-rate-limit.ts @@ -383,6 +384,7 @@ packages/errors/src/errors/unprocessable-content.ts packages/errors/src/errors/route-not-found.ts packages/errors/src/errors/contains-null-values.ts packages/errors/src/errors/invalid-payload.test.ts +packages/errors/src/errors/email-limit-exceeded.test.ts packages/errors/src/index.ts packages/errors/src/is-directus-error.test-d.ts packages/errors/src/create-error.test.ts @@ -963,6 +965,7 @@ tests/blackbox/setup/seeds/02_tests_flow.js tests/blackbox/setup/seeds/01_delete_existing_data.js tests/blackbox/setup/seeds/03_tests_extensions.js tests/blackbox/setup/global.ts +.changeset/mighty-rooms-spend.md .changeset/khaki-falcons-search.md .changeset/loose-radios-add.md .changeset/activity-item-display-fix.md @@ -975,9 +978,11 @@ tests/blackbox/setup/global.ts .changeset/great-owls-enjoy.md .changeset/bumpy-pumas-rescue.md .changeset/silent-cameras-sell.md +.changeset/proud-years-attack.md .changeset/petite-pears-make.md .changeset/curly-jars-divide.md .changeset/green-houses-stick.md +.changeset/fine-pots-walk.md .changeset/clear-moments-sell.md .changeset/khaki-plums-enjoy.md .changeset/replace-node-schedule-with-cron.md @@ -1406,7 +1411,9 @@ api/src/services/mail/templates/base.liquid api/src/services/mail/templates/user-registration.liquid api/src/services/mail/templates/password-reset.liquid api/src/services/mail/templates/user-invitation.liquid +api/src/services/mail/rate-limiter.test.ts api/src/services/mail/index.ts +api/src/services/mail/rate-limiter.ts api/src/services/mail/index.test.ts api/src/services/dashboards.ts api/src/services/files.test.ts @@ -2088,7 +2095,9 @@ api/src/request/is-denied-ip.ts api/src/synchronization.ts api/src/operations/exec/index.ts api/src/operations/exec/index.test.ts +api/src/operations/mail/rate-limiter.test.ts api/src/operations/mail/index.ts +api/src/operations/mail/rate-limiter.ts api/src/operations/mail/index.test.ts api/src/operations/item-update/index.ts api/src/operations/item-update/index.test.ts @@ -2406,6 +2415,7 @@ app/src/views/private/components/render-template.vue app/src/views/private/components/value-null.vue app/src/views/private/components/revisions-date-group.vue app/src/views/private/components/bookmark-add.vue +app/src/views/private/components/flow-dialogs.vue app/src/views/private/components/comments-sidebar-detail.vue app/src/views/private/components/user-popover.vue app/src/views/private/components/overlay-item.vue @@ -2516,6 +2526,7 @@ app/src/composables/use-item/lib/get-graphql-query-fields.test.ts app/src/composables/use-item/lib/get-graphql-query-fields.ts app/src/composables/use-item/index.test.ts app/src/composables/use-alias-fields.ts +app/src/composables/use-flows.test.ts app/src/composables/use-reload-guard.ts app/src/composables/use-relation-multiple.ts app/src/composables/use-clipboard.test.ts @@ -2530,6 +2541,7 @@ app/src/composables/use-relation-single.ts app/src/composables/use-folders.test.ts app/src/composables/use-nested-validation.ts app/src/composables/use-fake-version-field.ts +app/src/composables/use-flows.ts app/src/composables/use-shortcut.test.ts app/src/composables/use-relation-m2m.ts app/src/composables/use-preset.ts diff --git a/Discovery/Web-Content/CMS/trickest-cms-wordlist/dolibarr-all-levels.txt b/Discovery/Web-Content/CMS/trickest-cms-wordlist/dolibarr-all-levels.txt index 634a9c4e..69a5c418 100644 --- a/Discovery/Web-Content/CMS/trickest-cms-wordlist/dolibarr-all-levels.txt +++ b/Discovery/Web-Content/CMS/trickest-cms-wordlist/dolibarr-all-levels.txt @@ -3929,6 +3929,10 @@ htdocs/core/class/html.formfile.class.php core/class/html.formfile.class.php class/html.formfile.class.php html.formfile.class.php +htdocs/core/class/cemailtemplate.class.php +core/class/cemailtemplate.class.php +class/cemailtemplate.class.php +cemailtemplate.class.php htdocs/core/class/html.formintervention.class.php core/class/html.formintervention.class.php class/html.formintervention.class.php @@ -8925,6 +8929,11 @@ install/mysql/tables/llx_element_element.sql mysql/tables/llx_element_element.sql tables/llx_element_element.sql llx_element_element.sql +htdocs/install/mysql/tables/llx_printing_receipt-receiptprinter.key.sql +install/mysql/tables/llx_printing_receipt-receiptprinter.key.sql +mysql/tables/llx_printing_receipt-receiptprinter.key.sql +tables/llx_printing_receipt-receiptprinter.key.sql +llx_printing_receipt-receiptprinter.key.sql htdocs/install/mysql/tables/llx_commande_fournisseurdet_extrafields.sql install/mysql/tables/llx_commande_fournisseurdet_extrafields.sql mysql/tables/llx_commande_fournisseurdet_extrafields.sql @@ -9075,6 +9084,11 @@ install/mysql/tables/llx_accounting_system.key.sql mysql/tables/llx_accounting_system.key.sql tables/llx_accounting_system.key.sql llx_accounting_system.key.sql +htdocs/install/mysql/tables/llx_printing_receipt_template-receiptprinter.sql +install/mysql/tables/llx_printing_receipt_template-receiptprinter.sql +mysql/tables/llx_printing_receipt_template-receiptprinter.sql +tables/llx_printing_receipt_template-receiptprinter.sql +llx_printing_receipt_template-receiptprinter.sql htdocs/install/mysql/tables/llx_user_rights.sql install/mysql/tables/llx_user_rights.sql mysql/tables/llx_user_rights.sql @@ -10010,6 +10024,11 @@ install/mysql/tables/llx_c_socialnetworks.key.sql mysql/tables/llx_c_socialnetworks.key.sql tables/llx_c_socialnetworks.key.sql llx_c_socialnetworks.key.sql +htdocs/install/mysql/tables/llx_printing_receipt-receiptprinter.sql +install/mysql/tables/llx_printing_receipt-receiptprinter.sql +mysql/tables/llx_printing_receipt-receiptprinter.sql +tables/llx_printing_receipt-receiptprinter.sql +llx_printing_receipt-receiptprinter.sql htdocs/install/mysql/tables/llx_product_price_by_qty.sql install/mysql/tables/llx_product_price_by_qty.sql mysql/tables/llx_product_price_by_qty.sql @@ -38779,6 +38798,10 @@ htdocs/api/class/api_objectlinks.class.php api/class/api_objectlinks.class.php class/api_objectlinks.class.php api_objectlinks.class.php +htdocs/api/class/api_emailtemplates.class.php +api/class/api_emailtemplates.class.php +class/api_emailtemplates.class.php +api_emailtemplates.class.php htdocs/api/class/api_login.class.php api/class/api_login.class.php class/api_login.class.php @@ -66923,6 +66946,11 @@ testsuite_thirdparty.xml test/selenium/README selenium/README README +test/hurl/gui/admin/10_mails_templates.hurl +hurl/gui/admin/10_mails_templates.hurl +gui/admin/10_mails_templates.hurl +admin/10_mails_templates.hurl +10_mails_templates.hurl test/hurl/gui/comm/mailing/10_mailing.hurl hurl/gui/comm/mailing/10_mailing.hurl gui/comm/mailing/10_mailing.hurl @@ -66957,6 +66985,11 @@ hurl/public/payment/00_payment_newpayment.hurl public/payment/00_payment_newpayment.hurl payment/00_payment_newpayment.hurl 00_payment_newpayment.hurl +test/hurl/api/emailtemplates/10_emailtemplates.hurl +hurl/api/emailtemplates/10_emailtemplates.hurl +api/emailtemplates/10_emailtemplates.hurl +emailtemplates/10_emailtemplates.hurl +10_emailtemplates.hurl test/hurl/api/00_explorer.hurl hurl/api/00_explorer.hurl api/00_explorer.hurl @@ -67005,6 +67038,16 @@ hurl/api/setup/10_setup_company.hurl api/setup/10_setup_company.hurl setup/10_setup_company.hurl 10_setup_company.hurl +test/hurl/api/users/10_users.hurl +hurl/api/users/10_users.hurl +api/users/10_users.hurl +users/10_users.hurl +10_users.hurl +test/hurl/api/users/10_groups.hurl +hurl/api/users/10_groups.hurl +api/users/10_groups.hurl +users/10_groups.hurl +10_groups.hurl test/hurl/run.sh hurl/run.sh run.sh diff --git a/Discovery/Web-Content/CMS/trickest-cms-wordlist/dolibarr.txt b/Discovery/Web-Content/CMS/trickest-cms-wordlist/dolibarr.txt index d13e2b9b..97082ee2 100644 --- a/Discovery/Web-Content/CMS/trickest-cms-wordlist/dolibarr.txt +++ b/Discovery/Web-Content/CMS/trickest-cms-wordlist/dolibarr.txt @@ -945,6 +945,7 @@ htdocs/core/class/canvas.class.php htdocs/core/class/commondocgenerator.class.php htdocs/core/class/commonnumrefgenerator.class.php htdocs/core/class/html.formfile.class.php +htdocs/core/class/cemailtemplate.class.php htdocs/core/class/html.formintervention.class.php htdocs/core/class/html.formmargin.class.php htdocs/core/class/workboardresponse.class.php @@ -2098,6 +2099,7 @@ htdocs/install/mysql/tables/llx_asset_depreciation-asset.sql htdocs/install/mysql/tables/llx_c_incoterms.key.sql htdocs/install/mysql/tables/llx_projet_task_extrafields.sql htdocs/install/mysql/tables/llx_element_element.sql +htdocs/install/mysql/tables/llx_printing_receipt-receiptprinter.key.sql htdocs/install/mysql/tables/llx_commande_fournisseurdet_extrafields.sql htdocs/install/mysql/tables/llx_stock_mouvement.key.sql htdocs/install/mysql/tables/llx_facture_fourn_det_rec_extrafields.sql @@ -2128,6 +2130,7 @@ htdocs/install/mysql/tables/llx_website_extrafields-website.key.sql htdocs/install/mysql/tables/llx_product_attribute_combination2val-variants.sql htdocs/install/mysql/tables/llx_element_resources.sql htdocs/install/mysql/tables/llx_accounting_system.key.sql +htdocs/install/mysql/tables/llx_printing_receipt_template-receiptprinter.sql htdocs/install/mysql/tables/llx_user_rights.sql htdocs/install/mysql/tables/llx_inventorydet-stock.key.sql htdocs/install/mysql/tables/llx_facture_fourn.key.sql @@ -2315,6 +2318,7 @@ htdocs/install/mysql/tables/llx_categorie_project.key.sql htdocs/install/mysql/tables/llx_c_propalst.sql htdocs/install/mysql/tables/llx_supplier_proposaldet.key.sql htdocs/install/mysql/tables/llx_c_socialnetworks.key.sql +htdocs/install/mysql/tables/llx_printing_receipt-receiptprinter.sql htdocs/install/mysql/tables/llx_product_price_by_qty.sql htdocs/install/mysql/tables/llx_commande_extrafields.key.sql htdocs/install/mysql/tables/llx_mrp_production_extrafields-mrp.sql @@ -6650,6 +6654,7 @@ htdocs/api/README.md htdocs/api/class/api_status.class.php htdocs/api/class/api_documents.class.php htdocs/api/class/api_objectlinks.class.php +htdocs/api/class/api_emailtemplates.class.php htdocs/api/class/api_login.class.php htdocs/api/class/api_access.class.php htdocs/api/class/api.class.php @@ -13714,6 +13719,7 @@ test/soapui/Dolibarr-soapui-project.xml test/selenium/test_thirdparty.xml test/selenium/testsuite_thirdparty.xml test/selenium/README +test/hurl/gui/admin/10_mails_templates.hurl test/hurl/gui/comm/mailing/10_mailing.hurl test/hurl/gui/00_HOME.hurl test/hurl/gui/10_HOME.hurl @@ -13722,6 +13728,7 @@ test/hurl/save_login_cookie.sh test/hurl/README.md test/hurl/public/onlinesign/00_onlinesign_newonlinesign.hurl test/hurl/public/payment/00_payment_newpayment.hurl +test/hurl/api/emailtemplates/10_emailtemplates.hurl test/hurl/api/00_explorer.hurl test/hurl/api/00_foobar.hurl test/hurl/api/status/10_status.hurl @@ -13732,6 +13739,8 @@ test/hurl/api/login/00_login_POST.hurl test/hurl/api/setup/10_setup_conf.hurl test/hurl/api/setup/10_setup_modules.hurl test/hurl/api/setup/10_setup_company.hurl +test/hurl/api/users/10_users.hurl +test/hurl/api/users/10_groups.hurl test/hurl/run.sh test/acceptance/stepDefinitions/loginContext.js test/acceptance/stepDefinitions/listUsersContext.js diff --git a/Discovery/Web-Content/CMS/trickest-cms-wordlist/drupal-all-levels.txt b/Discovery/Web-Content/CMS/trickest-cms-wordlist/drupal-all-levels.txt index f0c87ebe..ab6c1357 100644 --- a/Discovery/Web-Content/CMS/trickest-cms-wordlist/drupal-all-levels.txt +++ b/Discovery/Web-Content/CMS/trickest-cms-wordlist/drupal-all-levels.txt @@ -16848,6 +16848,13 @@ Tests/Core/PreWarm/CachePreWarmerTest.php Core/PreWarm/CachePreWarmerTest.php PreWarm/CachePreWarmerTest.php CachePreWarmerTest.php +core/tests/Drupal/Tests/Core/Command/BootableCommandTraitTest.php +tests/Drupal/Tests/Core/Command/BootableCommandTraitTest.php +Drupal/Tests/Core/Command/BootableCommandTraitTest.php +Tests/Core/Command/BootableCommandTraitTest.php +Core/Command/BootableCommandTraitTest.php +Command/BootableCommandTraitTest.php +BootableCommandTraitTest.php core/tests/Drupal/Tests/Core/Cron/CronSuspendQueueDelayTest.php tests/Drupal/Tests/Core/Cron/CronSuspendQueueDelayTest.php Drupal/Tests/Core/Cron/CronSuspendQueueDelayTest.php @@ -39292,6 +39299,12 @@ contextual/src/Element/ContextualLinks.php src/Element/ContextualLinks.php Element/ContextualLinks.php ContextualLinks.php +core/modules/contextual/src/Theme/ContextualLinksNegotiator.php +modules/contextual/src/Theme/ContextualLinksNegotiator.php +contextual/src/Theme/ContextualLinksNegotiator.php +src/Theme/ContextualLinksNegotiator.php +Theme/ContextualLinksNegotiator.php +ContextualLinksNegotiator.php core/modules/contextual/src/ContextualController.php modules/contextual/src/ContextualController.php contextual/src/ContextualController.php diff --git a/Discovery/Web-Content/CMS/trickest-cms-wordlist/drupal.txt b/Discovery/Web-Content/CMS/trickest-cms-wordlist/drupal.txt index 21e38c85..855af864 100644 --- a/Discovery/Web-Content/CMS/trickest-cms-wordlist/drupal.txt +++ b/Discovery/Web-Content/CMS/trickest-cms-wordlist/drupal.txt @@ -2543,6 +2543,7 @@ core/tests/Drupal/Tests/Core/StringTranslation/TranslationManagerTest.php core/tests/Drupal/Tests/Core/StringTranslation/PluralTranslatableMarkupTest.php core/tests/Drupal/Tests/Core/StringTranslation/StringTranslationTraitTest.php core/tests/Drupal/Tests/Core/PreWarm/CachePreWarmerTest.php +core/tests/Drupal/Tests/Core/Command/BootableCommandTraitTest.php core/tests/Drupal/Tests/Core/Cron/CronSuspendQueueDelayTest.php core/tests/Drupal/Tests/Core/UnroutedUrlTest.php core/tests/Drupal/Tests/Core/Path/PathMatcherTest.php @@ -6025,6 +6026,7 @@ core/modules/contextual/src/Hook/ContextualViewsHooks.php core/modules/contextual/src/Plugin/views/field/ContextualLinks.php core/modules/contextual/src/Element/ContextualLinksPlaceholder.php core/modules/contextual/src/Element/ContextualLinks.php +core/modules/contextual/src/Theme/ContextualLinksNegotiator.php core/modules/contextual/src/ContextualController.php core/modules/contextual/contextual.permissions.yml core/modules/menu_link_content/menu_link_content.module diff --git a/Discovery/Web-Content/CMS/trickest-cms-wordlist/ghost-all-levels.txt b/Discovery/Web-Content/CMS/trickest-cms-wordlist/ghost-all-levels.txt index 7b3bda9a..2c146a55 100644 --- a/Discovery/Web-Content/CMS/trickest-cms-wordlist/ghost-all-levels.txt +++ b/Discovery/Web-Content/CMS/trickest-cms-wordlist/ghost-all-levels.txt @@ -22024,12 +22024,6 @@ e2e-browser/admin/pages/admin-login.page.js admin/pages/admin-login.page.js pages/admin-login.page.js admin-login.page.js -ghost/core/test/e2e-browser/admin/two-factor-auth.spec.js -core/test/e2e-browser/admin/two-factor-auth.spec.js -test/e2e-browser/admin/two-factor-auth.spec.js -e2e-browser/admin/two-factor-auth.spec.js -admin/two-factor-auth.spec.js -two-factor-auth.spec.js ghost/core/test/e2e-browser/admin/publishing.spec.js core/test/e2e-browser/admin/publishing.spec.js test/e2e-browser/admin/publishing.spec.js @@ -36843,6 +36837,10 @@ tests/.eslintrc.js e2e/tests/global.setup.ts tests/global.setup.ts global.setup.ts +e2e/tests/admin/two-factor-auth.test.ts +tests/admin/two-factor-auth.test.ts +admin/two-factor-auth.test.ts +two-factor-auth.test.ts e2e/tests/admin/settings/labs-search.test.ts tests/admin/settings/labs-search.test.ts admin/settings/labs-search.test.ts @@ -37169,16 +37167,11 @@ helpers/services/email/utils.ts services/email/utils.ts email/utils.ts utils.ts -e2e/helpers/services/email/EmailMessageBody.ts -helpers/services/email/EmailMessageBody.ts -services/email/EmailMessageBody.ts -email/EmailMessageBody.ts -EmailMessageBody.ts -e2e/helpers/services/email/MailhogClient.ts -helpers/services/email/MailhogClient.ts -services/email/MailhogClient.ts -email/MailhogClient.ts -MailhogClient.ts +e2e/helpers/services/email/MailPit.ts +helpers/services/email/MailPit.ts +services/email/MailPit.ts +email/MailPit.ts +MailPit.ts e2e/helpers/services/settings/SettingsService.ts helpers/services/settings/SettingsService.ts services/settings/SettingsService.ts diff --git a/Discovery/Web-Content/CMS/trickest-cms-wordlist/ghost.txt b/Discovery/Web-Content/CMS/trickest-cms-wordlist/ghost.txt index 1836ac7c..444b2764 100644 --- a/Discovery/Web-Content/CMS/trickest-cms-wordlist/ghost.txt +++ b/Discovery/Web-Content/CMS/trickest-cms-wordlist/ghost.txt @@ -3310,7 +3310,6 @@ ghost/core/test/e2e-browser/admin/pages/admin-posts-email-preview.page.js ghost/core/test/e2e-browser/admin/pages/admin-dashboard.page.js ghost/core/test/e2e-browser/admin/pages/admin-page.js ghost/core/test/e2e-browser/admin/pages/admin-login.page.js -ghost/core/test/e2e-browser/admin/two-factor-auth.spec.js ghost/core/test/e2e-browser/admin/publishing.spec.js ghost/core/test/e2e-browser/admin/i18n.spec.js ghost/core/test/e2e-browser/admin/membership-settings.spec.js @@ -5737,6 +5736,7 @@ e2e/.claude/E2E_TEST_WRITING_GUIDE.md e2e/playwright.config.mjs e2e/tests/.eslintrc.js e2e/tests/global.setup.ts +e2e/tests/admin/two-factor-auth.test.ts e2e/tests/admin/settings/labs-search.test.ts e2e/tests/admin/tags/editor.test.ts e2e/tests/admin/tags/list.test.ts @@ -5805,8 +5805,7 @@ e2e/helpers/pages/public/PublicPage.ts e2e/helpers/pages/public/HomePage.ts e2e/helpers/pages/public/index.ts e2e/helpers/services/email/utils.ts -e2e/helpers/services/email/EmailMessageBody.ts -e2e/helpers/services/email/MailhogClient.ts +e2e/helpers/services/email/MailPit.ts e2e/helpers/services/settings/SettingsService.ts e2e/helpers/environment/constants.ts e2e/helpers/environment/GhostManager.ts diff --git a/Discovery/Web-Content/CMS/trickest-cms-wordlist/magento-all-levels.txt b/Discovery/Web-Content/CMS/trickest-cms-wordlist/magento-all-levels.txt index 3e96c679..da4a59a1 100644 --- a/Discovery/Web-Content/CMS/trickest-cms-wordlist/magento-all-levels.txt +++ b/Discovery/Web-Content/CMS/trickest-cms-wordlist/magento-all-levels.txt @@ -1195,6 +1195,14 @@ Magento/TestFramework/Fixture/Config.php TestFramework/Fixture/Config.php Fixture/Config.php Config.php +dev/tests/integration/framework/Magento/TestFramework/Fixture/ScopeFixture.php +tests/integration/framework/Magento/TestFramework/Fixture/ScopeFixture.php +integration/framework/Magento/TestFramework/Fixture/ScopeFixture.php +framework/Magento/TestFramework/Fixture/ScopeFixture.php +Magento/TestFramework/Fixture/ScopeFixture.php +TestFramework/Fixture/ScopeFixture.php +Fixture/ScopeFixture.php +ScopeFixture.php dev/tests/integration/framework/Magento/TestFramework/Fixture/DataFixtureFactory.php tests/integration/framework/Magento/TestFramework/Fixture/DataFixtureFactory.php integration/framework/Magento/TestFramework/Fixture/DataFixtureFactory.php @@ -79950,6 +79958,13 @@ Magento/Framework/Acl/AclResource.php Framework/Acl/AclResource.php Acl/AclResource.php AclResource.php +lib/internal/Magento/Framework/Acl/Role/CurrentRoleContext.php +internal/Magento/Framework/Acl/Role/CurrentRoleContext.php +Magento/Framework/Acl/Role/CurrentRoleContext.php +Framework/Acl/Role/CurrentRoleContext.php +Acl/Role/CurrentRoleContext.php +Role/CurrentRoleContext.php +CurrentRoleContext.php lib/internal/Magento/Framework/Acl/Role/Registry.php internal/Magento/Framework/Acl/Role/Registry.php Magento/Framework/Acl/Role/Registry.php diff --git a/Discovery/Web-Content/CMS/trickest-cms-wordlist/magento.txt b/Discovery/Web-Content/CMS/trickest-cms-wordlist/magento.txt index f3e3e79d..6d91d5ff 100644 --- a/Discovery/Web-Content/CMS/trickest-cms-wordlist/magento.txt +++ b/Discovery/Web-Content/CMS/trickest-cms-wordlist/magento.txt @@ -136,6 +136,7 @@ dev/tests/integration/framework/Magento/TestFramework/Fixture/Data/UniqueIdProce dev/tests/integration/framework/Magento/TestFramework/Fixture/Data/ProcessorInterface.php dev/tests/integration/framework/Magento/TestFramework/Fixture/Data/CompositeProcessor.php dev/tests/integration/framework/Magento/TestFramework/Fixture/Config.php +dev/tests/integration/framework/Magento/TestFramework/Fixture/ScopeFixture.php dev/tests/integration/framework/Magento/TestFramework/Fixture/DataFixtureFactory.php dev/tests/integration/framework/Magento/TestFramework/Fixture/RevertibleDataFixtureInterface.php dev/tests/integration/framework/Magento/TestFramework/Fixture/DataFixtureBeforeTransaction.php @@ -8986,6 +8987,7 @@ lib/internal/Magento/Framework/Acl/LoaderInterface.php lib/internal/Magento/Framework/Acl/Data/CacheInterface.php lib/internal/Magento/Framework/Acl/Data/Cache.php lib/internal/Magento/Framework/Acl/AclResource.php +lib/internal/Magento/Framework/Acl/Role/CurrentRoleContext.php lib/internal/Magento/Framework/Acl/Role/Registry.php lib/internal/Magento/Framework/Acl/AclResourceFactory.php lib/internal/Magento/Framework/Acl/Test/Unit/Loader/ResourceLoaderTest.php diff --git a/Discovery/Web-Content/CMS/trickest-cms-wordlist/opencart-all-levels.txt b/Discovery/Web-Content/CMS/trickest-cms-wordlist/opencart-all-levels.txt index 2e2c3056..f8f59ef3 100644 --- a/Discovery/Web-Content/CMS/trickest-cms-wordlist/opencart-all-levels.txt +++ b/Discovery/Web-Content/CMS/trickest-cms-wordlist/opencart-all-levels.txt @@ -55518,37 +55518,12 @@ catalog/model/payment/cheque.php model/payment/cheque.php payment/cheque.php cheque.php -upload/static/html/localhost/en-gb/product/macbook/index.html -static/html/localhost/en-gb/product/macbook/index.html -html/localhost/en-gb/product/macbook/index.html -localhost/en-gb/product/macbook/index.html -en-gb/product/macbook/index.html -product/macbook/index.html -macbook/index.html -index.html upload/static/html/localhost/en-gb/index.html static/html/localhost/en-gb/index.html html/localhost/en-gb/index.html localhost/en-gb/index.html en-gb/index.html index.html -upload/static/html/localhost/en-gb/catalog/desktops/index.html -static/html/localhost/en-gb/catalog/desktops/index.html -html/localhost/en-gb/catalog/desktops/index.html -localhost/en-gb/catalog/desktops/index.html -en-gb/catalog/desktops/index.html -catalog/desktops/index.html -desktops/index.html -index.html -upload/static/html/localhost/en-gb/catalog/desktops/canon-eos-5d/index.html -static/html/localhost/en-gb/catalog/desktops/canon-eos-5d/index.html -html/localhost/en-gb/catalog/desktops/canon-eos-5d/index.html -localhost/en-gb/catalog/desktops/canon-eos-5d/index.html -en-gb/catalog/desktops/canon-eos-5d/index.html -catalog/desktops/canon-eos-5d/index.html -desktops/canon-eos-5d/index.html -canon-eos-5d/index.html -index.html upload/static/javascript/framework/template/cart.liquid static/javascript/framework/template/cart.liquid javascript/framework/template/cart.liquid @@ -56699,6 +56674,13 @@ localhost/en-gb/localisation/country-246.json en-gb/localisation/country-246.json localisation/country-246.json country-246.json +upload/static/data/localhost/en-gb/localisation/currency.json +static/data/localhost/en-gb/localisation/currency.json +data/localhost/en-gb/localisation/currency.json +localhost/en-gb/localisation/currency.json +en-gb/localisation/currency.json +localisation/currency.json +currency.json upload/static/data/localhost/en-gb/localisation/country-140.json static/data/localhost/en-gb/localisation/country-140.json data/localhost/en-gb/localisation/country-140.json diff --git a/Discovery/Web-Content/CMS/trickest-cms-wordlist/opencart.txt b/Discovery/Web-Content/CMS/trickest-cms-wordlist/opencart.txt index 5fa937df..5aa17542 100644 --- a/Discovery/Web-Content/CMS/trickest-cms-wordlist/opencart.txt +++ b/Discovery/Web-Content/CMS/trickest-cms-wordlist/opencart.txt @@ -6608,10 +6608,7 @@ upload/extension/opencart/catalog/model/payment/cod.php upload/extension/opencart/catalog/model/payment/bank_transfer.php upload/extension/opencart/catalog/model/payment/free_checkout.php upload/extension/opencart/catalog/model/payment/cheque.php -upload/static/html/localhost/en-gb/product/macbook/index.html upload/static/html/localhost/en-gb/index.html -upload/static/html/localhost/en-gb/catalog/desktops/index.html -upload/static/html/localhost/en-gb/catalog/desktops/canon-eos-5d/index.html upload/static/javascript/framework/template/cart.liquid upload/static/javascript/framework/library/language.js upload/static/javascript/framework/library/registry.js @@ -6773,6 +6770,7 @@ upload/static/data/localhost/en-gb/localisation/country-44.json upload/static/data/localhost/en-gb/localisation/country-229.json upload/static/data/localhost/en-gb/localisation/country-216.json upload/static/data/localhost/en-gb/localisation/country-246.json +upload/static/data/localhost/en-gb/localisation/currency.json upload/static/data/localhost/en-gb/localisation/country-140.json upload/static/data/localhost/en-gb/localisation/country-250.json upload/static/data/localhost/en-gb/localisation/country-190.json diff --git a/Discovery/Web-Content/CMS/trickest-cms-wordlist/shopware-all-levels.txt b/Discovery/Web-Content/CMS/trickest-cms-wordlist/shopware-all-levels.txt index eb34a1f4..635e0aa8 100644 --- a/Discovery/Web-Content/CMS/trickest-cms-wordlist/shopware-all-levels.txt +++ b/Discovery/Web-Content/CMS/trickest-cms-wordlist/shopware-all-levels.txt @@ -29042,6 +29042,12 @@ tests/Visual/Storefront/Account.spec.ts Visual/Storefront/Account.spec.ts Storefront/Account.spec.ts Account.spec.ts +tests/acceptance/tests/Visual/Storefront/ShoppingCart.spec.ts +acceptance/tests/Visual/Storefront/ShoppingCart.spec.ts +tests/Visual/Storefront/ShoppingCart.spec.ts +Visual/Storefront/ShoppingCart.spec.ts +Storefront/ShoppingCart.spec.ts +ShoppingCart.spec.ts tests/acceptance/tests/Product/ProductAvailabilityWithClearanceSale.spec.ts acceptance/tests/Product/ProductAvailabilityWithClearanceSale.spec.ts tests/Product/ProductAvailabilityWithClearanceSale.spec.ts @@ -41663,6 +41669,9 @@ _unreleased/2024-09-16-exchange-recursive-categories-macro-with-tpl.md changelog/_unreleased/2025-10-06-fix-log-event-listing.md _unreleased/2025-10-06-fix-log-event-listing.md 2025-10-06-fix-log-event-listing.md +changelog/_unreleased/2025-10-23-fix-google-consent-mode-v2-default-update.md +_unreleased/2025-10-23-fix-google-consent-mode-v2-default-update.md +2025-10-23-fix-google-consent-mode-v2-default-update.md changelog/_unreleased/2025-10-01-search-result-should-include-products-when-parent-product-number-matches.md _unreleased/2025-10-01-search-result-should-include-products-when-parent-product-number-matches.md 2025-10-01-search-result-should-include-products-when-parent-product-number-matches.md @@ -41816,6 +41825,9 @@ _unreleased/2024-08-19-add-context-to-orderstatechangecriteriaevent.md changelog/_unreleased/2025-10-14-add-message-queue-message-size-limit-config-option.md _unreleased/2025-10-14-add-message-queue-message-size-limit-config-option.md 2025-10-14-add-message-queue-message-size-limit-config-option.md +changelog/_unreleased/2025-10-21-separate-vimeo-youtube-cookies.md +_unreleased/2025-10-21-separate-vimeo-youtube-cookies.md +2025-10-21-separate-vimeo-youtube-cookies.md changelog/_unreleased/2025-10-05-add-blocks-to-reduce-code-you-need-to-copy.md _unreleased/2025-10-05-add-blocks-to-reduce-code-you-need-to-copy.md 2025-10-05-add-blocks-to-reduce-code-you-need-to-copy.md diff --git a/Discovery/Web-Content/CMS/trickest-cms-wordlist/shopware.txt b/Discovery/Web-Content/CMS/trickest-cms-wordlist/shopware.txt index 2a90cb73..d9855149 100644 --- a/Discovery/Web-Content/CMS/trickest-cms-wordlist/shopware.txt +++ b/Discovery/Web-Content/CMS/trickest-cms-wordlist/shopware.txt @@ -3919,6 +3919,7 @@ tests/acceptance/tests/Visual/Storefront/ContactForm.spec.ts tests/acceptance/tests/Visual/Storefront/ProductDetail.spec.ts tests/acceptance/tests/Visual/Storefront/SearchResult.spec.ts tests/acceptance/tests/Visual/Storefront/Account.spec.ts +tests/acceptance/tests/Visual/Storefront/ShoppingCart.spec.ts tests/acceptance/tests/Product/ProductAvailabilityWithClearanceSale.spec.ts tests/acceptance/tests/Product/ProductFilter.spec.ts tests/acceptance/tests/Product/VariantGeneration.spec.ts @@ -7775,6 +7776,7 @@ changelog/_unreleased/2025-10-21-fix-cacheclearer-global-locking.md changelog/_unreleased/2024-09-20-simplify-emitting-metrics.md changelog/_unreleased/2024-09-16-exchange-recursive-categories-macro-with-tpl.md changelog/_unreleased/2025-10-06-fix-log-event-listing.md +changelog/_unreleased/2025-10-23-fix-google-consent-mode-v2-default-update.md changelog/_unreleased/2025-10-01-search-result-should-include-products-when-parent-product-number-matches.md changelog/_unreleased/2025-04-15-improve-promotion-calculation.md changelog/_unreleased/2025-08-20-fix-media-search-navigation.md @@ -7826,6 +7828,7 @@ changelog/_unreleased/2025-10-14-do-not-use-the-symfony-validator-to-validate-th changelog/_unreleased/2024-05-22-navbar-for-main-navigation.md changelog/_unreleased/2024-08-19-add-context-to-orderstatechangecriteriaevent.md changelog/_unreleased/2025-10-14-add-message-queue-message-size-limit-config-option.md +changelog/_unreleased/2025-10-21-separate-vimeo-youtube-cookies.md changelog/_unreleased/2025-10-05-add-blocks-to-reduce-code-you-need-to-copy.md changelog/_unreleased/2025-10-06-improve-shipping-and-payment-cart-blocking-errors.md changelog/_template.md diff --git a/Discovery/Web-Content/CMS/trickest-cms-wordlist/strapi-all-levels.txt b/Discovery/Web-Content/CMS/trickest-cms-wordlist/strapi-all-levels.txt index f435e87e..5d526fe9 100644 --- a/Discovery/Web-Content/CMS/trickest-cms-wordlist/strapi-all-levels.txt +++ b/Discovery/Web-Content/CMS/trickest-cms-wordlist/strapi-all-levels.txt @@ -27158,6 +27158,13 @@ admin/src/hooks/useI18n.ts src/hooks/useI18n.ts hooks/useI18n.ts useI18n.ts +packages/plugins/i18n/admin/src/hooks/useAILocalizationJobsPolling.ts +plugins/i18n/admin/src/hooks/useAILocalizationJobsPolling.ts +i18n/admin/src/hooks/useAILocalizationJobsPolling.ts +admin/src/hooks/useAILocalizationJobsPolling.ts +src/hooks/useAILocalizationJobsPolling.ts +hooks/useAILocalizationJobsPolling.ts +useAILocalizationJobsPolling.ts packages/plugins/i18n/admin/src/utils/fields.ts plugins/i18n/admin/src/utils/fields.ts i18n/admin/src/utils/fields.ts @@ -27266,6 +27273,13 @@ admin/src/services/relations.ts src/services/relations.ts services/relations.ts relations.ts +packages/plugins/i18n/admin/src/services/aiLocalizationJobs.ts +plugins/i18n/admin/src/services/aiLocalizationJobs.ts +i18n/admin/src/services/aiLocalizationJobs.ts +admin/src/services/aiLocalizationJobs.ts +src/services/aiLocalizationJobs.ts +services/aiLocalizationJobs.ts +aiLocalizationJobs.ts packages/plugins/i18n/admin/src/contentManagerHooks/tests/listView.test.ts plugins/i18n/admin/src/contentManagerHooks/tests/listView.test.ts i18n/admin/src/contentManagerHooks/tests/listView.test.ts @@ -27638,6 +27652,13 @@ src/services/permissions/actions.ts services/permissions/actions.ts permissions/actions.ts actions.ts +packages/plugins/i18n/server/src/services/ai-localization-jobs.ts +plugins/i18n/server/src/services/ai-localization-jobs.ts +i18n/server/src/services/ai-localization-jobs.ts +server/src/services/ai-localization-jobs.ts +src/services/ai-localization-jobs.ts +services/ai-localization-jobs.ts +ai-localization-jobs.ts packages/plugins/i18n/server/src/services/settings.ts plugins/i18n/server/src/services/settings.ts i18n/server/src/services/settings.ts @@ -27751,6 +27772,20 @@ server/src/services/metrics.ts src/services/metrics.ts services/metrics.ts metrics.ts +packages/plugins/i18n/server/src/models/ai-localization-job.ts +plugins/i18n/server/src/models/ai-localization-job.ts +i18n/server/src/models/ai-localization-job.ts +server/src/models/ai-localization-job.ts +src/models/ai-localization-job.ts +models/ai-localization-job.ts +ai-localization-job.ts +packages/plugins/i18n/server/src/models/index.ts +plugins/i18n/server/src/models/index.ts +i18n/server/src/models/index.ts +server/src/models/index.ts +src/models/index.ts +models/index.ts +index.ts packages/plugins/i18n/server/src/routes/validation/index.ts plugins/i18n/server/src/routes/validation/index.ts i18n/server/src/routes/validation/index.ts @@ -27834,6 +27869,13 @@ server/src/domain/locale.ts src/domain/locale.ts domain/locale.ts locale.ts +packages/plugins/i18n/server/src/controllers/ai-localization-jobs.ts +plugins/i18n/server/src/controllers/ai-localization-jobs.ts +i18n/server/src/controllers/ai-localization-jobs.ts +server/src/controllers/ai-localization-jobs.ts +src/controllers/ai-localization-jobs.ts +controllers/ai-localization-jobs.ts +ai-localization-jobs.ts packages/plugins/i18n/server/src/controllers/settings.ts plugins/i18n/server/src/controllers/settings.ts i18n/server/src/controllers/settings.ts @@ -27966,6 +28008,12 @@ packages/plugins/i18n/jest.config.js plugins/i18n/jest.config.js i18n/jest.config.js jest.config.js +packages/plugins/i18n/shared/contracts/ai-localization-jobs.ts +plugins/i18n/shared/contracts/ai-localization-jobs.ts +i18n/shared/contracts/ai-localization-jobs.ts +shared/contracts/ai-localization-jobs.ts +contracts/ai-localization-jobs.ts +ai-localization-jobs.ts packages/plugins/i18n/shared/contracts/settings.ts plugins/i18n/shared/contracts/settings.ts i18n/shared/contracts/settings.ts diff --git a/Discovery/Web-Content/CMS/trickest-cms-wordlist/strapi.txt b/Discovery/Web-Content/CMS/trickest-cms-wordlist/strapi.txt index d3206878..9f9fbd3f 100644 --- a/Discovery/Web-Content/CMS/trickest-cms-wordlist/strapi.txt +++ b/Discovery/Web-Content/CMS/trickest-cms-wordlist/strapi.txt @@ -3713,6 +3713,7 @@ packages/plugins/i18n/admin/tests/setup.ts packages/plugins/i18n/admin/tsconfig.build.json packages/plugins/i18n/admin/tsconfig.json packages/plugins/i18n/admin/src/hooks/useI18n.ts +packages/plugins/i18n/admin/src/hooks/useAILocalizationJobsPolling.ts packages/plugins/i18n/admin/src/utils/fields.ts packages/plugins/i18n/admin/src/utils/tests/schemas.test.ts packages/plugins/i18n/admin/src/utils/tests/prefixPluginTranslations.test.ts @@ -3728,6 +3729,7 @@ packages/plugins/i18n/admin/src/services/settings.ts packages/plugins/i18n/admin/src/services/api.ts packages/plugins/i18n/admin/src/services/locales.ts packages/plugins/i18n/admin/src/services/relations.ts +packages/plugins/i18n/admin/src/services/aiLocalizationJobs.ts packages/plugins/i18n/admin/src/contentManagerHooks/tests/listView.test.ts packages/plugins/i18n/admin/src/contentManagerHooks/editView.tsx packages/plugins/i18n/admin/src/contentManagerHooks/listView.tsx @@ -3784,6 +3786,7 @@ packages/plugins/i18n/server/src/services/permissions/engine.ts packages/plugins/i18n/server/src/services/permissions/sections-builder.ts packages/plugins/i18n/server/src/services/permissions/conditions.ts packages/plugins/i18n/server/src/services/permissions/actions.ts +packages/plugins/i18n/server/src/services/ai-localization-jobs.ts packages/plugins/i18n/server/src/services/settings.ts packages/plugins/i18n/server/src/services/permissions.ts packages/plugins/i18n/server/src/services/sanitize/index.ts @@ -3799,6 +3802,8 @@ packages/plugins/i18n/server/src/services/content-types.ts packages/plugins/i18n/server/src/services/index.ts packages/plugins/i18n/server/src/services/iso-locales.ts packages/plugins/i18n/server/src/services/metrics.ts +packages/plugins/i18n/server/src/models/ai-localization-job.ts +packages/plugins/i18n/server/src/models/index.ts packages/plugins/i18n/server/src/routes/validation/index.ts packages/plugins/i18n/server/src/routes/validation/locale.ts packages/plugins/i18n/server/src/routes/admin.ts @@ -3811,6 +3816,7 @@ packages/plugins/i18n/server/src/validation/content-types.ts packages/plugins/i18n/server/src/index.ts packages/plugins/i18n/server/src/bootstrap.ts packages/plugins/i18n/server/src/domain/locale.ts +packages/plugins/i18n/server/src/controllers/ai-localization-jobs.ts packages/plugins/i18n/server/src/controllers/settings.ts packages/plugins/i18n/server/src/controllers/__tests__/iso-locales.test.ts packages/plugins/i18n/server/src/controllers/__tests__/locales.test.ts @@ -3831,6 +3837,7 @@ packages/plugins/i18n/package.json packages/plugins/i18n/rollup.config.mjs packages/plugins/i18n/.eslintrc packages/plugins/i18n/jest.config.js +packages/plugins/i18n/shared/contracts/ai-localization-jobs.ts packages/plugins/i18n/shared/contracts/settings.ts packages/plugins/i18n/shared/contracts/locales.ts packages/plugins/i18n/shared/contracts/content-manager.ts diff --git a/Discovery/Web-Content/CMS/trickest-cms-wordlist/woocommerce-all-levels.txt b/Discovery/Web-Content/CMS/trickest-cms-wordlist/woocommerce-all-levels.txt index 84e58c9c..657ee758 100644 --- a/Discovery/Web-Content/CMS/trickest-cms-wordlist/woocommerce-all-levels.txt +++ b/Discovery/Web-Content/CMS/trickest-cms-wordlist/woocommerce-all-levels.txt @@ -3455,461 +3455,11 @@ packages/js/components/CHANGELOG.md js/components/CHANGELOG.md components/CHANGELOG.md CHANGELOG.md -packages/js/components/changelog/fix-49155 -js/components/changelog/fix-49155 -components/changelog/fix-49155 -changelog/fix-49155 -fix-49155 -packages/js/components/changelog/tweak-select-tree-2 -js/components/changelog/tweak-select-tree-2 -components/changelog/tweak-select-tree-2 -changelog/tweak-select-tree-2 -tweak-select-tree-2 -packages/js/components/changelog/50266-fix-remove-functional-component-default-props -js/components/changelog/50266-fix-remove-functional-component-default-props -components/changelog/50266-fix-remove-functional-component-default-props -changelog/50266-fix-remove-functional-component-default-props -50266-fix-remove-functional-component-default-props -packages/js/components/changelog/fix-52827-wc-admin-product-image-aspect-ratio -js/components/changelog/fix-52827-wc-admin-product-image-aspect-ratio -components/changelog/fix-52827-wc-admin-product-image-aspect-ratio -changelog/fix-52827-wc-admin-product-image-aspect-ratio -fix-52827-wc-admin-product-image-aspect-ratio -packages/js/components/changelog/55426-fix-migrate-plugin-store -js/components/changelog/55426-fix-migrate-plugin-store -components/changelog/55426-fix-migrate-plugin-store -changelog/55426-fix-migrate-plugin-store -55426-fix-migrate-plugin-store -packages/js/components/changelog/53531-dev-react-18-ghidorah -js/components/changelog/53531-dev-react-18-ghidorah -components/changelog/53531-dev-react-18-ghidorah -changelog/53531-dev-react-18-ghidorah -53531-dev-react-18-ghidorah -packages/js/components/changelog/update-tooltip-inline -js/components/changelog/update-tooltip-inline -components/changelog/update-tooltip-inline -changelog/update-tooltip-inline -update-tooltip-inline -packages/js/components/changelog/fix-misspelling-in-inline-doc-packages-js -js/components/changelog/fix-misspelling-in-inline-doc-packages-js -components/changelog/fix-misspelling-in-inline-doc-packages-js -changelog/fix-misspelling-in-inline-doc-packages-js -fix-misspelling-in-inline-doc-packages-js -packages/js/components/changelog/add-onclick-plugins -js/components/changelog/add-onclick-plugins -components/changelog/add-onclick-plugins -changelog/add-onclick-plugins -add-onclick-plugins -packages/js/components/changelog/fix-old_product_editor_component_cleanup -js/components/changelog/fix-old_product_editor_component_cleanup -components/changelog/fix-old_product_editor_component_cleanup -changelog/fix-old_product_editor_component_cleanup -fix-old_product_editor_component_cleanup -packages/js/components/changelog/47385-dev-update-pnpm9-1 -js/components/changelog/47385-dev-update-pnpm9-1 -components/changelog/47385-dev-update-pnpm9-1 -changelog/47385-dev-update-pnpm9-1 -47385-dev-update-pnpm9-1 -packages/js/components/changelog/56575-dev-bump-babel-deps -js/components/changelog/56575-dev-bump-babel-deps -components/changelog/56575-dev-bump-babel-deps -changelog/56575-dev-bump-babel-deps -56575-dev-bump-babel-deps -packages/js/components/changelog/dev-monorepo-internal-packages-linking-fixes -js/components/changelog/dev-monorepo-internal-packages-linking-fixes -components/changelog/dev-monorepo-internal-packages-linking-fixes -changelog/dev-monorepo-internal-packages-linking-fixes -dev-monorepo-internal-packages-linking-fixes -packages/js/components/changelog/update-bump-a8c-tour-kit-version -js/components/changelog/update-bump-a8c-tour-kit-version -components/changelog/update-bump-a8c-tour-kit-version -changelog/update-bump-a8c-tour-kit-version -update-bump-a8c-tour-kit-version -packages/js/components/changelog/58662-fix-58469-allow-diacritics-matching -js/components/changelog/58662-fix-58469-allow-diacritics-matching -components/changelog/58662-fix-58469-allow-diacritics-matching -changelog/58662-fix-58469-allow-diacritics-matching -58662-fix-58469-allow-diacritics-matching -packages/js/components/changelog/fix-core-profiler-ts-errors -js/components/changelog/fix-core-profiler-ts-errors -components/changelog/fix-core-profiler-ts-errors -changelog/fix-core-profiler-ts-errors -fix-core-profiler-ts-errors -packages/js/components/changelog/update-59804 -js/components/changelog/update-59804 -components/changelog/update-59804 -changelog/update-59804 -update-59804 -packages/js/components/changelog/50993-fix-some-comment-typos -js/components/changelog/50993-fix-some-comment-typos -components/changelog/50993-fix-some-comment-typos -changelog/50993-fix-some-comment-typos -50993-fix-some-comment-typos -packages/js/components/changelog/fix-54159_components_type_issues -js/components/changelog/fix-54159_components_type_issues -components/changelog/fix-54159_components_type_issues -changelog/fix-54159_components_type_issues -fix-54159_components_type_issues -packages/js/components/changelog/56683-fix-34316-between-range-for-advanced-filters -js/components/changelog/56683-fix-34316-between-range-for-advanced-filters -components/changelog/56683-fix-34316-between-range-for-advanced-filters -changelog/56683-fix-34316-between-range-for-advanced-filters -56683-fix-34316-between-range-for-advanced-filters -packages/js/components/changelog/remove-scrollbar -js/components/changelog/remove-scrollbar -components/changelog/remove-scrollbar -changelog/remove-scrollbar -remove-scrollbar -packages/js/components/changelog/53033-add-51448-handle-ellipsis-menu-items -js/components/changelog/53033-add-51448-handle-ellipsis-menu-items -components/changelog/53033-add-51448-handle-ellipsis-menu-items -changelog/53033-add-51448-handle-ellipsis-menu-items -53033-add-51448-handle-ellipsis-menu-items -packages/js/components/changelog/fix-tasklist-ts-errors -js/components/changelog/fix-tasklist-ts-errors -components/changelog/fix-tasklist-ts-errors -changelog/fix-tasklist-ts-errors -fix-tasklist-ts-errors -packages/js/components/changelog/update-escape-select-control -js/components/changelog/update-escape-select-control -components/changelog/update-escape-select-control -changelog/update-escape-select-control -update-escape-select-control -packages/js/components/changelog/fix-select-tree-chevron -js/components/changelog/fix-select-tree-chevron -components/changelog/fix-select-tree-chevron -changelog/fix-select-tree-chevron -fix-select-tree-chevron -packages/js/components/changelog/54709-fix-core-profiler-ts-errors -js/components/changelog/54709-fix-core-profiler-ts-errors -components/changelog/54709-fix-core-profiler-ts-errors -changelog/54709-fix-core-profiler-ts-errors -54709-fix-core-profiler-ts-errors -packages/js/components/changelog/fix-typos-in-packages-js-md-files -js/components/changelog/fix-typos-in-packages-js-md-files -components/changelog/fix-typos-in-packages-js-md-files -changelog/fix-typos-in-packages-js-md-files -fix-typos-in-packages-js-md-files -packages/js/components/changelog/58765-dev-deps-cleanup-concurrently -js/components/changelog/58765-dev-deps-cleanup-concurrently -components/changelog/58765-dev-deps-cleanup-concurrently -changelog/58765-dev-deps-cleanup-concurrently -58765-dev-deps-cleanup-concurrently -packages/js/components/changelog/add-49534 -js/components/changelog/add-49534 -components/changelog/add-49534 -changelog/add-49534 -add-49534 -packages/js/components/changelog/fix-add-escape-handle -js/components/changelog/fix-add-escape-handle -components/changelog/fix-add-escape-handle -changelog/fix-add-escape-handle -fix-add-escape-handle -packages/js/components/changelog/update-51955-wcpay-task-install-behavior -js/components/changelog/update-51955-wcpay-task-install-behavior -components/changelog/update-51955-wcpay-task-install-behavior -changelog/update-51955-wcpay-task-install-behavior -update-51955-wcpay-task-install-behavior -packages/js/components/changelog/dev-ci-lint-monorepo-job-update -js/components/changelog/dev-ci-lint-monorepo-job-update -components/changelog/dev-ci-lint-monorepo-job-update -changelog/dev-ci-lint-monorepo-job-update -dev-ci-lint-monorepo-job-update -packages/js/components/changelog/58263-remove-wp-core-data -js/components/changelog/58263-remove-wp-core-data -components/changelog/58263-remove-wp-core-data -changelog/58263-remove-wp-core-data -58263-remove-wp-core-data -packages/js/components/changelog/update-abrev-global-unique-id -js/components/changelog/update-abrev-global-unique-id -components/changelog/update-abrev-global-unique-id -changelog/update-abrev-global-unique-id -update-abrev-global-unique-id -packages/js/components/changelog/dev-consolidate-syncpack-config -js/components/changelog/dev-consolidate-syncpack-config -components/changelog/dev-consolidate-syncpack-config -changelog/dev-consolidate-syncpack-config -dev-consolidate-syncpack-config -packages/js/components/changelog/56746-dev-webpack-deps-review -js/components/changelog/56746-dev-webpack-deps-review -components/changelog/56746-dev-webpack-deps-review -changelog/56746-dev-webpack-deps-review -56746-dev-webpack-deps-review -packages/js/components/changelog/add-support-single-select-page-with-search -js/components/changelog/add-support-single-select-page-with-search -components/changelog/add-support-single-select-page-with-search -changelog/add-support-single-select-page-with-search -add-support-single-select-page-with-search -packages/js/components/changelog/dev-ci-jobs-clean-up-cascading-keys-config-option -js/components/changelog/dev-ci-jobs-clean-up-cascading-keys-config-option -components/changelog/dev-ci-jobs-clean-up-cascading-keys-config-option -changelog/dev-ci-jobs-clean-up-cascading-keys-config-option -dev-ci-jobs-clean-up-cascading-keys-config-option -packages/js/components/changelog/56594-dev-replace-react-rc -js/components/changelog/56594-dev-replace-react-rc -components/changelog/56594-dev-replace-react-rc -changelog/56594-dev-replace-react-rc -56594-dev-replace-react-rc -packages/js/components/changelog/52815-dev-lock-dependencies -js/components/changelog/52815-dev-lock-dependencies -components/changelog/52815-dev-lock-dependencies -changelog/52815-dev-lock-dependencies -52815-dev-lock-dependencies -packages/js/components/changelog/add-onboarding-business-step-virtual-select-control -js/components/changelog/add-onboarding-business-step-virtual-select-control -components/changelog/add-onboarding-business-step-virtual-select-control -changelog/add-onboarding-business-step-virtual-select-control -add-onboarding-business-step-virtual-select-control -packages/js/components/changelog/fix-product-editor-images-drop-error -js/components/changelog/fix-product-editor-images-drop-error -components/changelog/fix-product-editor-images-drop-error -changelog/fix-product-editor-images-drop-error -fix-product-editor-images-drop-error -packages/js/components/changelog/52961-update-dompurify -js/components/changelog/52961-update-dompurify -components/changelog/52961-update-dompurify -changelog/52961-update-dompurify -52961-update-dompurify -packages/js/components/changelog/fix-misspelling-in-experimental-select-control-test -js/components/changelog/fix-misspelling-in-experimental-select-control-test -components/changelog/fix-misspelling-in-experimental-select-control-test -changelog/fix-misspelling-in-experimental-select-control-test -fix-misspelling-in-experimental-select-control-test -packages/js/components/changelog/53648-update-blueprint-settings -js/components/changelog/53648-update-blueprint-settings -components/changelog/53648-update-blueprint-settings -changelog/53648-update-blueprint-settings -53648-update-blueprint-settings -packages/js/components/changelog/57299-fix-wireit-in-ci -js/components/changelog/57299-fix-wireit-in-ci -components/changelog/57299-fix-wireit-in-ci -changelog/57299-fix-wireit-in-ci -57299-fix-wireit-in-ci -packages/js/components/changelog/update-table-card-notice-in-header -js/components/changelog/update-table-card-notice-in-header -components/changelog/update-table-card-notice-in-header -changelog/update-table-card-notice-in-header -update-table-card-notice-in-header -packages/js/components/changelog/53527-fix-table-page-type -js/components/changelog/53527-fix-table-page-type -components/changelog/53527-fix-table-page-type -changelog/53527-fix-table-page-type -53527-fix-table-page-type -packages/js/components/changelog/add-error-boundary -js/components/changelog/add-error-boundary -components/changelog/add-error-boundary -changelog/add-error-boundary -add-error-boundary -packages/js/components/changelog/fix-product-editor-tree-control-checkbox -js/components/changelog/fix-product-editor-tree-control-checkbox -components/changelog/fix-product-editor-tree-control-checkbox -changelog/fix-product-editor-tree-control-checkbox -fix-product-editor-tree-control-checkbox -packages/js/components/changelog/ellipsis-menu-allow-popover-focusonmount-passthrough -js/components/changelog/ellipsis-menu-allow-popover-focusonmount-passthrough -components/changelog/ellipsis-menu-allow-popover-focusonmount-passthrough -changelog/ellipsis-menu-allow-popover-focusonmount-passthrough -ellipsis-menu-allow-popover-focusonmount-passthrough -packages/js/components/changelog/fix-tree-select-control-missing-wpcom-styles -js/components/changelog/fix-tree-select-control-missing-wpcom-styles -components/changelog/fix-tree-select-control-missing-wpcom-styles -changelog/fix-tree-select-control-missing-wpcom-styles -fix-tree-select-control-missing-wpcom-styles -packages/js/components/changelog/54996-chore-update-wireit -js/components/changelog/54996-chore-update-wireit -components/changelog/54996-chore-update-wireit -changelog/54996-chore-update-wireit -54996-chore-update-wireit -packages/js/components/changelog/dev-build-ram-1-admin-layout-block-themes -js/components/changelog/dev-build-ram-1-admin-layout-block-themes -components/changelog/dev-build-ram-1-admin-layout-block-themes -changelog/dev-build-ram-1-admin-layout-block-themes -dev-build-ram-1-admin-layout-block-themes -packages/js/components/changelog/50828-dev-constrain-pnpm-version -js/components/changelog/50828-dev-constrain-pnpm-version -components/changelog/50828-dev-constrain-pnpm-version -changelog/50828-dev-constrain-pnpm-version -50828-dev-constrain-pnpm-version -packages/js/components/changelog/56506-remove-wp-components-types -js/components/changelog/56506-remove-wp-components-types -components/changelog/56506-remove-wp-components-types -changelog/56506-remove-wp-components-types -56506-remove-wp-components-types -packages/js/components/changelog/fix-ui-advanced-filters-text-wrap -js/components/changelog/fix-ui-advanced-filters-text-wrap -components/changelog/fix-ui-advanced-filters-text-wrap -changelog/fix-ui-advanced-filters-text-wrap -fix-ui-advanced-filters-text-wrap -packages/js/components/changelog/fix-woopmnt-5217-linear-gradient-overlay-does-not-disappear-on-resize -js/components/changelog/fix-woopmnt-5217-linear-gradient-overlay-does-not-disappear-on-resize -components/changelog/fix-woopmnt-5217-linear-gradient-overlay-does-not-disappear-on-resize -changelog/fix-woopmnt-5217-linear-gradient-overlay-does-not-disappear-on-resize -fix-woopmnt-5217-linear-gradient-overlay-does-not-disappear-on-resize -packages/js/components/changelog/dev-monorepo-caching-deps-per-target-package -js/components/changelog/dev-monorepo-caching-deps-per-target-package -components/changelog/dev-monorepo-caching-deps-per-target-package -changelog/dev-monorepo-caching-deps-per-target-package -dev-monorepo-caching-deps-per-target-package -packages/js/components/changelog/55095-dev-rewrite-wireit-deps-update -js/components/changelog/55095-dev-rewrite-wireit-deps-update -components/changelog/55095-dev-rewrite-wireit-deps-update -changelog/55095-dev-rewrite-wireit-deps-update -55095-dev-rewrite-wireit-deps-update -packages/js/components/changelog/performance-47602-use-clx -js/components/changelog/performance-47602-use-clx -components/changelog/performance-47602-use-clx -changelog/performance-47602-use-clx -performance-47602-use-clx -packages/js/components/changelog/fix-43256-tablecard-columns-popover -js/components/changelog/fix-43256-tablecard-columns-popover -components/changelog/fix-43256-tablecard-columns-popover -changelog/fix-43256-tablecard-columns-popover -fix-43256-tablecard-columns-popover -packages/js/components/changelog/task-update-eslint-config -js/components/changelog/task-update-eslint-config -components/changelog/task-update-eslint-config -changelog/task-update-eslint-config -task-update-eslint-config -packages/js/components/changelog/36052-dev-move-report-error -js/components/changelog/36052-dev-move-report-error -components/changelog/36052-dev-move-report-error -changelog/36052-dev-move-report-error -36052-dev-move-report-error -packages/js/components/changelog/dev-build-profiling-tweaks-take-1 -js/components/changelog/dev-build-profiling-tweaks-take-1 -components/changelog/dev-build-profiling-tweaks-take-1 -changelog/dev-build-profiling-tweaks-take-1 -dev-build-profiling-tweaks-take-1 -packages/js/components/changelog/47156-dev-fix-build-error-build-style -js/components/changelog/47156-dev-fix-build-error-build-style -components/changelog/47156-dev-fix-build-error-build-style -changelog/47156-dev-fix-build-error-build-style -47156-dev-fix-build-error-build-style -packages/js/components/changelog/fix-47791-confetti-pop-every-render -js/components/changelog/fix-47791-confetti-pop-every-render -components/changelog/fix-47791-confetti-pop-every-render -changelog/fix-47791-confetti-pop-every-render -fix-47791-confetti-pop-every-render -packages/js/components/changelog/53865-dev-pnpm-9-15-0 -js/components/changelog/53865-dev-pnpm-9-15-0 -components/changelog/53865-dev-pnpm-9-15-0 -changelog/53865-dev-pnpm-9-15-0 -53865-dev-pnpm-9-15-0 -packages/js/components/changelog/add-placeholder-taxonomy -js/components/changelog/add-placeholder-taxonomy -components/changelog/add-placeholder-taxonomy -changelog/add-placeholder-taxonomy -add-placeholder-taxonomy -packages/js/components/changelog/dev-36283_add_clear_button_to_dropdown -js/components/changelog/dev-36283_add_clear_button_to_dropdown -components/changelog/dev-36283_add_clear_button_to_dropdown -changelog/dev-36283_add_clear_button_to_dropdown -dev-36283_add_clear_button_to_dropdown -packages/js/components/changelog/update-navigation-while-on-input -js/components/changelog/update-navigation-while-on-input -components/changelog/update-navigation-while-on-input -changelog/update-navigation-while-on-input -update-navigation-while-on-input -packages/js/components/changelog/update-analytics-rename-sort-filter-options -js/components/changelog/update-analytics-rename-sort-filter-options -components/changelog/update-analytics-rename-sort-filter-options -changelog/update-analytics-rename-sort-filter-options -update-analytics-rename-sort-filter-options -packages/js/components/changelog/tweak-select-tree -js/components/changelog/tweak-select-tree -components/changelog/tweak-select-tree -changelog/tweak-select-tree -tweak-select-tree -packages/js/components/changelog/update-media-uploader-button -js/components/changelog/update-media-uploader-button -components/changelog/update-media-uploader-button -changelog/update-media-uploader-button -update-media-uploader-button -packages/js/components/changelog/ci-add-workflow-call-event -js/components/changelog/ci-add-workflow-call-event -components/changelog/ci-add-workflow-call-event -changelog/ci-add-workflow-call-event -ci-add-workflow-call-event -packages/js/components/changelog/fix-57109-analytics-charts-margin -js/components/changelog/fix-57109-analytics-charts-margin -components/changelog/fix-57109-analytics-charts-margin -changelog/fix-57109-analytics-charts-margin -fix-57109-analytics-charts-margin packages/js/components/changelog/.gitkeep js/components/changelog/.gitkeep components/changelog/.gitkeep changelog/.gitkeep .gitkeep -packages/js/components/changelog/upgrade-storybook_and_add_pages_workflow -js/components/changelog/upgrade-storybook_and_add_pages_workflow -components/changelog/upgrade-storybook_and_add_pages_workflow -changelog/upgrade-storybook_and_add_pages_workflow -upgrade-storybook_and_add_pages_workflow -packages/js/components/changelog/53165-dev-ts-5-7-2 -js/components/changelog/53165-dev-ts-5-7-2 -components/changelog/53165-dev-ts-5-7-2 -changelog/53165-dev-ts-5-7-2 -53165-dev-ts-5-7-2 -packages/js/components/changelog/fix-50815-default-props -js/components/changelog/fix-50815-default-props -components/changelog/fix-50815-default-props -changelog/fix-50815-default-props -fix-50815-default-props -packages/js/components/changelog/dev-55910-deps-consolidation -js/components/changelog/dev-55910-deps-consolidation -components/changelog/dev-55910-deps-consolidation -changelog/dev-55910-deps-consolidation -dev-55910-deps-consolidation -packages/js/components/changelog/wooplug-5557-date-picker-language-issue-in-woocommerce-analytics -js/components/changelog/wooplug-5557-date-picker-language-issue-in-woocommerce-analytics -components/changelog/wooplug-5557-date-picker-language-issue-in-woocommerce-analytics -changelog/wooplug-5557-date-picker-language-issue-in-woocommerce-analytics -wooplug-5557-date-picker-language-issue-in-woocommerce-analytics -packages/js/components/changelog/update-numberfilter-symbol -js/components/changelog/update-numberfilter-symbol -components/changelog/update-numberfilter-symbol -changelog/update-numberfilter-symbol -update-numberfilter-symbol -packages/js/components/changelog/update-storybook_documentation -js/components/changelog/update-storybook_documentation -components/changelog/update-storybook_documentation -changelog/update-storybook_documentation -update-storybook_documentation -packages/js/components/changelog/wooa7s-313-analytics-crash-with-gutenberg-2120 -js/components/changelog/wooa7s-313-analytics-crash-with-gutenberg-2120 -components/changelog/wooa7s-313-analytics-crash-with-gutenberg-2120 -changelog/wooa7s-313-analytics-crash-with-gutenberg-2120 -wooa7s-313-analytics-crash-with-gutenberg-2120 -packages/js/components/changelog/fix-54123 -js/components/changelog/fix-54123 -components/changelog/fix-54123 -changelog/fix-54123 -fix-54123 -packages/js/components/changelog/update-select-tree-improvements-3 -js/components/changelog/update-select-tree-improvements-3 -components/changelog/update-select-tree-improvements-3 -changelog/update-select-tree-improvements-3 -update-select-tree-improvements-3 -packages/js/components/changelog/59166-dev-faster-watch-startup-batch-1 -js/components/changelog/59166-dev-faster-watch-startup-batch-1 -components/changelog/59166-dev-faster-watch-startup-batch-1 -changelog/59166-dev-faster-watch-startup-batch-1 -59166-dev-faster-watch-startup-batch-1 -packages/js/components/changelog/54108-react-18-product-editor-ts-fix -js/components/changelog/54108-react-18-product-editor-ts-fix -components/changelog/54108-react-18-product-editor-ts-fix -changelog/54108-react-18-product-editor-ts-fix -54108-react-18-product-editor-ts-fix -packages/js/components/changelog/58941-dev-consolidate-packages-license-version -js/components/changelog/58941-dev-consolidate-packages-license-version -components/changelog/58941-dev-consolidate-packages-license-version -changelog/58941-dev-consolidate-packages-license-version -58941-dev-consolidate-packages-license-version -packages/js/components/changelog/52795-fix-woo-table-scroll-shadow -js/components/changelog/52795-fix-woo-table-scroll-shadow -components/changelog/52795-fix-woo-table-scroll-shadow -changelog/52795-fix-woo-table-scroll-shadow -52795-fix-woo-table-scroll-shadow packages/js/components/composer.lock js/components/composer.lock components/composer.lock @@ -27839,26 +27389,6 @@ Controllers/Version4/OfflinePaymentMethods/class-wc-rest-offline-payment-methods Version4/OfflinePaymentMethods/class-wc-rest-offline-payment-methods-v4-controller-tests.php OfflinePaymentMethods/class-wc-rest-offline-payment-methods-v4-controller-tests.php class-wc-rest-offline-payment-methods-v4-controller-tests.php -plugins/woocommerce/tests/php/includes/rest-api/Controllers/Version4/Products/class-wc-rest-products-v4-controller-tests.php -woocommerce/tests/php/includes/rest-api/Controllers/Version4/Products/class-wc-rest-products-v4-controller-tests.php -tests/php/includes/rest-api/Controllers/Version4/Products/class-wc-rest-products-v4-controller-tests.php -php/includes/rest-api/Controllers/Version4/Products/class-wc-rest-products-v4-controller-tests.php -includes/rest-api/Controllers/Version4/Products/class-wc-rest-products-v4-controller-tests.php -rest-api/Controllers/Version4/Products/class-wc-rest-products-v4-controller-tests.php -Controllers/Version4/Products/class-wc-rest-products-v4-controller-tests.php -Version4/Products/class-wc-rest-products-v4-controller-tests.php -Products/class-wc-rest-products-v4-controller-tests.php -class-wc-rest-products-v4-controller-tests.php -plugins/woocommerce/tests/php/includes/rest-api/Controllers/Version4/Products/class-wc-rest-products-v4-add-to-cart-tests.php -woocommerce/tests/php/includes/rest-api/Controllers/Version4/Products/class-wc-rest-products-v4-add-to-cart-tests.php -tests/php/includes/rest-api/Controllers/Version4/Products/class-wc-rest-products-v4-add-to-cart-tests.php -php/includes/rest-api/Controllers/Version4/Products/class-wc-rest-products-v4-add-to-cart-tests.php -includes/rest-api/Controllers/Version4/Products/class-wc-rest-products-v4-add-to-cart-tests.php -rest-api/Controllers/Version4/Products/class-wc-rest-products-v4-add-to-cart-tests.php -Controllers/Version4/Products/class-wc-rest-products-v4-add-to-cart-tests.php -Version4/Products/class-wc-rest-products-v4-add-to-cart-tests.php -Products/class-wc-rest-products-v4-add-to-cart-tests.php -class-wc-rest-products-v4-add-to-cart-tests.php plugins/woocommerce/tests/php/includes/rest-api/Controllers/Version4/Fulfillments/class-wc-rest-fulfillments-v4-controller-tests.php woocommerce/tests/php/includes/rest-api/Controllers/Version4/Fulfillments/class-wc-rest-fulfillments-v4-controller-tests.php tests/php/includes/rest-api/Controllers/Version4/Fulfillments/class-wc-rest-fulfillments-v4-controller-tests.php @@ -30976,6 +30506,28 @@ V4/Settings/OfflinePaymentMethods/OfflinePaymentMethodsControllerTest.php Settings/OfflinePaymentMethods/OfflinePaymentMethodsControllerTest.php OfflinePaymentMethods/OfflinePaymentMethodsControllerTest.php OfflinePaymentMethodsControllerTest.php +plugins/woocommerce/tests/php/src/Internal/RestApi/Routes/V4/Products/ProductsControllerTest.php +woocommerce/tests/php/src/Internal/RestApi/Routes/V4/Products/ProductsControllerTest.php +tests/php/src/Internal/RestApi/Routes/V4/Products/ProductsControllerTest.php +php/src/Internal/RestApi/Routes/V4/Products/ProductsControllerTest.php +src/Internal/RestApi/Routes/V4/Products/ProductsControllerTest.php +Internal/RestApi/Routes/V4/Products/ProductsControllerTest.php +RestApi/Routes/V4/Products/ProductsControllerTest.php +Routes/V4/Products/ProductsControllerTest.php +V4/Products/ProductsControllerTest.php +Products/ProductsControllerTest.php +ProductsControllerTest.php +plugins/woocommerce/tests/php/src/Internal/RestApi/Routes/V4/Products/ProductsAddToCartTest.php +woocommerce/tests/php/src/Internal/RestApi/Routes/V4/Products/ProductsAddToCartTest.php +tests/php/src/Internal/RestApi/Routes/V4/Products/ProductsAddToCartTest.php +php/src/Internal/RestApi/Routes/V4/Products/ProductsAddToCartTest.php +src/Internal/RestApi/Routes/V4/Products/ProductsAddToCartTest.php +Internal/RestApi/Routes/V4/Products/ProductsAddToCartTest.php +RestApi/Routes/V4/Products/ProductsAddToCartTest.php +Routes/V4/Products/ProductsAddToCartTest.php +V4/Products/ProductsAddToCartTest.php +Products/ProductsAddToCartTest.php +ProductsAddToCartTest.php plugins/woocommerce/tests/php/src/Internal/RestApiParameterUtilTest.php woocommerce/tests/php/src/Internal/RestApiParameterUtilTest.php tests/php/src/Internal/RestApiParameterUtilTest.php @@ -78065,6 +77617,10 @@ plugins/woocommerce/changelog/60823-wooplug-5504-interactivity-api-powered-minic woocommerce/changelog/60823-wooplug-5504-interactivity-api-powered-minicart-activate-feature-flag-by changelog/60823-wooplug-5504-interactivity-api-powered-minicart-activate-feature-flag-by 60823-wooplug-5504-interactivity-api-powered-minicart-activate-feature-flag-by +plugins/woocommerce/changelog/fix-abilities-api-wp69-tests +woocommerce/changelog/fix-abilities-api-wp69-tests +changelog/fix-abilities-api-wp69-tests +fix-abilities-api-wp69-tests plugins/woocommerce/changelog/fix-order-total-empty-string woocommerce/changelog/fix-order-total-empty-string changelog/fix-order-total-empty-string @@ -78193,6 +77749,10 @@ plugins/woocommerce/changelog/61321-wooptp-14-improve-error-handling-through-str woocommerce/changelog/61321-wooptp-14-improve-error-handling-through-structures-that-resemble-the changelog/61321-wooptp-14-improve-error-handling-through-structures-that-resemble-the 61321-wooptp-14-improve-error-handling-through-structures-that-resemble-the +plugins/woocommerce/changelog/WOOMOB-1455-pos-catalog-api-skeleton +woocommerce/changelog/WOOMOB-1455-pos-catalog-api-skeleton +changelog/WOOMOB-1455-pos-catalog-api-skeleton +WOOMOB-1455-pos-catalog-api-skeleton plugins/woocommerce/changelog/fix-61444-too-aggressive-event-listener woocommerce/changelog/fix-61444-too-aggressive-event-listener changelog/fix-61444-too-aggressive-event-listener @@ -78241,10 +77801,6 @@ plugins/woocommerce/changelog/fix-grouped-product-inner-blocks-no-products woocommerce/changelog/fix-grouped-product-inner-blocks-no-products changelog/fix-grouped-product-inner-blocks-no-products fix-grouped-product-inner-blocks-no-products -plugins/woocommerce/changelog/61352-fix-get-session-data-fatal-error -woocommerce/changelog/61352-fix-get-session-data-fatal-error -changelog/61352-fix-get-session-data-fatal-error -61352-fix-get-session-data-fatal-error plugins/woocommerce/changelog/add-customers-v4-rest-api woocommerce/changelog/add-customers-v4-rest-api changelog/add-customers-v4-rest-api @@ -78253,10 +77809,18 @@ plugins/woocommerce/changelog/disable-cys-tests-with-gb-nightly woocommerce/changelog/disable-cys-tests-with-gb-nightly changelog/disable-cys-tests-with-gb-nightly disable-cys-tests-with-gb-nightly +plugins/woocommerce/changelog/update-move-hpos-datastore-caching-out-of-experimental +woocommerce/changelog/update-move-hpos-datastore-caching-out-of-experimental +changelog/update-move-hpos-datastore-caching-out-of-experimental +update-move-hpos-datastore-caching-out-of-experimental plugins/woocommerce/changelog/61486-wooplug-5433-fcb-show-border-by-default woocommerce/changelog/61486-wooplug-5433-fcb-show-border-by-default changelog/61486-wooplug-5433-fcb-show-border-by-default 61486-wooplug-5433-fcb-show-border-by-default +plugins/woocommerce/changelog/fix-abilities-api-wp69-hooks +woocommerce/changelog/fix-abilities-api-wp69-hooks +changelog/fix-abilities-api-wp69-hooks +fix-abilities-api-wp69-hooks plugins/woocommerce/changelog/fix-56609 woocommerce/changelog/fix-56609 changelog/fix-56609 @@ -78341,6 +77905,10 @@ plugins/woocommerce/changelog/pr-61121 woocommerce/changelog/pr-61121 changelog/pr-61121 pr-61121 +plugins/woocommerce/changelog/dev-update-blocks-e2e-wp-prerelease-changes-config +woocommerce/changelog/dev-update-blocks-e2e-wp-prerelease-changes-config +changelog/dev-update-blocks-e2e-wp-prerelease-changes-config +dev-update-blocks-e2e-wp-prerelease-changes-config plugins/woocommerce/changelog/pr-61286 woocommerce/changelog/pr-61286 changelog/pr-61286 @@ -80210,22 +79778,6 @@ rest-api/Controllers/Version4/class-wc-rest-v4-controller.php Controllers/Version4/class-wc-rest-v4-controller.php Version4/class-wc-rest-v4-controller.php class-wc-rest-v4-controller.php -plugins/woocommerce/includes/rest-api/Controllers/Version4/Products/class-wc-rest-products-v4-controller.php -woocommerce/includes/rest-api/Controllers/Version4/Products/class-wc-rest-products-v4-controller.php -includes/rest-api/Controllers/Version4/Products/class-wc-rest-products-v4-controller.php -rest-api/Controllers/Version4/Products/class-wc-rest-products-v4-controller.php -Controllers/Version4/Products/class-wc-rest-products-v4-controller.php -Version4/Products/class-wc-rest-products-v4-controller.php -Products/class-wc-rest-products-v4-controller.php -class-wc-rest-products-v4-controller.php -plugins/woocommerce/includes/rest-api/Controllers/Version4/Products/README.md -woocommerce/includes/rest-api/Controllers/Version4/Products/README.md -includes/rest-api/Controllers/Version4/Products/README.md -rest-api/Controllers/Version4/Products/README.md -Controllers/Version4/Products/README.md -Version4/Products/README.md -Products/README.md -README.md plugins/woocommerce/includes/rest-api/Controllers/Version4/Fulfillments/class-wc-rest-fulfillments-v4-controller.php woocommerce/includes/rest-api/Controllers/Version4/Fulfillments/class-wc-rest-fulfillments-v4-controller.php includes/rest-api/Controllers/Version4/Fulfillments/class-wc-rest-fulfillments-v4-controller.php @@ -80332,6 +79884,13 @@ rest-api/Controllers/Version3/class-wc-rest-paypal-standard-controller.php Controllers/Version3/class-wc-rest-paypal-standard-controller.php Version3/class-wc-rest-paypal-standard-controller.php class-wc-rest-paypal-standard-controller.php +plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-products-catalog-controller.php +woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-products-catalog-controller.php +includes/rest-api/Controllers/Version3/class-wc-rest-products-catalog-controller.php +rest-api/Controllers/Version3/class-wc-rest-products-catalog-controller.php +Controllers/Version3/class-wc-rest-products-catalog-controller.php +Version3/class-wc-rest-products-catalog-controller.php +class-wc-rest-products-catalog-controller.php plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-data-continents-controller.php woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-data-continents-controller.php includes/rest-api/Controllers/Version3/class-wc-rest-data-continents-controller.php @@ -92229,6 +91788,24 @@ RestApi/Routes/V4/AbstractSchema.php Routes/V4/AbstractSchema.php V4/AbstractSchema.php AbstractSchema.php +plugins/woocommerce/src/Internal/RestApi/Routes/V4/Products/README.md +woocommerce/src/Internal/RestApi/Routes/V4/Products/README.md +src/Internal/RestApi/Routes/V4/Products/README.md +Internal/RestApi/Routes/V4/Products/README.md +RestApi/Routes/V4/Products/README.md +Routes/V4/Products/README.md +V4/Products/README.md +Products/README.md +README.md +plugins/woocommerce/src/Internal/RestApi/Routes/V4/Products/Controller.php +woocommerce/src/Internal/RestApi/Routes/V4/Products/Controller.php +src/Internal/RestApi/Routes/V4/Products/Controller.php +Internal/RestApi/Routes/V4/Products/Controller.php +RestApi/Routes/V4/Products/Controller.php +Routes/V4/Products/Controller.php +V4/Products/Controller.php +Products/Controller.php +Controller.php plugins/woocommerce/src/Internal/RestApi/Routes/README.md woocommerce/src/Internal/RestApi/Routes/README.md src/Internal/RestApi/Routes/README.md diff --git a/Discovery/Web-Content/CMS/trickest-cms-wordlist/woocommerce.txt b/Discovery/Web-Content/CMS/trickest-cms-wordlist/woocommerce.txt index d7b6542b..591911eb 100644 --- a/Discovery/Web-Content/CMS/trickest-cms-wordlist/woocommerce.txt +++ b/Discovery/Web-Content/CMS/trickest-cms-wordlist/woocommerce.txt @@ -663,97 +663,7 @@ packages/js/components/tsconfig-cjs.json packages/js/components/.eslintrc.js packages/js/components/composer.json packages/js/components/CHANGELOG.md -packages/js/components/changelog/fix-49155 -packages/js/components/changelog/tweak-select-tree-2 -packages/js/components/changelog/50266-fix-remove-functional-component-default-props -packages/js/components/changelog/fix-52827-wc-admin-product-image-aspect-ratio -packages/js/components/changelog/55426-fix-migrate-plugin-store -packages/js/components/changelog/53531-dev-react-18-ghidorah -packages/js/components/changelog/update-tooltip-inline -packages/js/components/changelog/fix-misspelling-in-inline-doc-packages-js -packages/js/components/changelog/add-onclick-plugins -packages/js/components/changelog/fix-old_product_editor_component_cleanup -packages/js/components/changelog/47385-dev-update-pnpm9-1 -packages/js/components/changelog/56575-dev-bump-babel-deps -packages/js/components/changelog/dev-monorepo-internal-packages-linking-fixes -packages/js/components/changelog/update-bump-a8c-tour-kit-version -packages/js/components/changelog/58662-fix-58469-allow-diacritics-matching -packages/js/components/changelog/fix-core-profiler-ts-errors -packages/js/components/changelog/update-59804 -packages/js/components/changelog/50993-fix-some-comment-typos -packages/js/components/changelog/fix-54159_components_type_issues -packages/js/components/changelog/56683-fix-34316-between-range-for-advanced-filters -packages/js/components/changelog/remove-scrollbar -packages/js/components/changelog/53033-add-51448-handle-ellipsis-menu-items -packages/js/components/changelog/fix-tasklist-ts-errors -packages/js/components/changelog/update-escape-select-control -packages/js/components/changelog/fix-select-tree-chevron -packages/js/components/changelog/54709-fix-core-profiler-ts-errors -packages/js/components/changelog/fix-typos-in-packages-js-md-files -packages/js/components/changelog/58765-dev-deps-cleanup-concurrently -packages/js/components/changelog/add-49534 -packages/js/components/changelog/fix-add-escape-handle -packages/js/components/changelog/update-51955-wcpay-task-install-behavior -packages/js/components/changelog/dev-ci-lint-monorepo-job-update -packages/js/components/changelog/58263-remove-wp-core-data -packages/js/components/changelog/update-abrev-global-unique-id -packages/js/components/changelog/dev-consolidate-syncpack-config -packages/js/components/changelog/56746-dev-webpack-deps-review -packages/js/components/changelog/add-support-single-select-page-with-search -packages/js/components/changelog/dev-ci-jobs-clean-up-cascading-keys-config-option -packages/js/components/changelog/56594-dev-replace-react-rc -packages/js/components/changelog/52815-dev-lock-dependencies -packages/js/components/changelog/add-onboarding-business-step-virtual-select-control -packages/js/components/changelog/fix-product-editor-images-drop-error -packages/js/components/changelog/52961-update-dompurify -packages/js/components/changelog/fix-misspelling-in-experimental-select-control-test -packages/js/components/changelog/53648-update-blueprint-settings -packages/js/components/changelog/57299-fix-wireit-in-ci -packages/js/components/changelog/update-table-card-notice-in-header -packages/js/components/changelog/53527-fix-table-page-type -packages/js/components/changelog/add-error-boundary -packages/js/components/changelog/fix-product-editor-tree-control-checkbox -packages/js/components/changelog/ellipsis-menu-allow-popover-focusonmount-passthrough -packages/js/components/changelog/fix-tree-select-control-missing-wpcom-styles -packages/js/components/changelog/54996-chore-update-wireit -packages/js/components/changelog/dev-build-ram-1-admin-layout-block-themes -packages/js/components/changelog/50828-dev-constrain-pnpm-version -packages/js/components/changelog/56506-remove-wp-components-types -packages/js/components/changelog/fix-ui-advanced-filters-text-wrap -packages/js/components/changelog/fix-woopmnt-5217-linear-gradient-overlay-does-not-disappear-on-resize -packages/js/components/changelog/dev-monorepo-caching-deps-per-target-package -packages/js/components/changelog/55095-dev-rewrite-wireit-deps-update -packages/js/components/changelog/performance-47602-use-clx -packages/js/components/changelog/fix-43256-tablecard-columns-popover -packages/js/components/changelog/task-update-eslint-config -packages/js/components/changelog/36052-dev-move-report-error -packages/js/components/changelog/dev-build-profiling-tweaks-take-1 -packages/js/components/changelog/47156-dev-fix-build-error-build-style -packages/js/components/changelog/fix-47791-confetti-pop-every-render -packages/js/components/changelog/53865-dev-pnpm-9-15-0 -packages/js/components/changelog/add-placeholder-taxonomy -packages/js/components/changelog/dev-36283_add_clear_button_to_dropdown -packages/js/components/changelog/update-navigation-while-on-input -packages/js/components/changelog/update-analytics-rename-sort-filter-options -packages/js/components/changelog/tweak-select-tree -packages/js/components/changelog/update-media-uploader-button -packages/js/components/changelog/ci-add-workflow-call-event -packages/js/components/changelog/fix-57109-analytics-charts-margin packages/js/components/changelog/.gitkeep -packages/js/components/changelog/upgrade-storybook_and_add_pages_workflow -packages/js/components/changelog/53165-dev-ts-5-7-2 -packages/js/components/changelog/fix-50815-default-props -packages/js/components/changelog/dev-55910-deps-consolidation -packages/js/components/changelog/wooplug-5557-date-picker-language-issue-in-woocommerce-analytics -packages/js/components/changelog/update-numberfilter-symbol -packages/js/components/changelog/update-storybook_documentation -packages/js/components/changelog/wooa7s-313-analytics-crash-with-gutenberg-2120 -packages/js/components/changelog/fix-54123 -packages/js/components/changelog/update-select-tree-improvements-3 -packages/js/components/changelog/59166-dev-faster-watch-startup-batch-1 -packages/js/components/changelog/54108-react-18-product-editor-ts-fix -packages/js/components/changelog/58941-dev-consolidate-packages-license-version -packages/js/components/changelog/52795-fix-woo-table-scroll-shadow packages/js/components/composer.lock packages/js/components/webpack.config.js packages/js/components/README.md @@ -4452,8 +4362,6 @@ plugins/woocommerce/tests/php/includes/rest-api/Controllers/Version4/ShippingZon plugins/woocommerce/tests/php/includes/rest-api/Controllers/Version4/OrderNotes/class-wc-rest-order-notes-v4-controller-tests.php plugins/woocommerce/tests/php/includes/rest-api/Controllers/Version4/Customers/class-wc-rest-customers-v4-controller-tests.php plugins/woocommerce/tests/php/includes/rest-api/Controllers/Version4/OfflinePaymentMethods/class-wc-rest-offline-payment-methods-v4-controller-tests.php -plugins/woocommerce/tests/php/includes/rest-api/Controllers/Version4/Products/class-wc-rest-products-v4-controller-tests.php -plugins/woocommerce/tests/php/includes/rest-api/Controllers/Version4/Products/class-wc-rest-products-v4-add-to-cart-tests.php plugins/woocommerce/tests/php/includes/rest-api/Controllers/Version4/Fulfillments/class-wc-rest-fulfillments-v4-controller-tests.php plugins/woocommerce/tests/php/includes/rest-api/Controllers/Version3/class-wc-rest-products-controller-tests.php plugins/woocommerce/tests/php/includes/rest-api/Controllers/Version3/class-wc-rest-order-refunds-controller-test.php @@ -4834,6 +4742,8 @@ plugins/woocommerce/tests/php/src/Internal/Admin/ShippingPartnerSuggestions/Ship plugins/woocommerce/tests/php/src/Internal/Customers/SearchServiceTest.php plugins/woocommerce/tests/php/src/Internal/RestApi/Routes/V4/Settings/PaymentGateways/PaymentGatewaysSettingsControllerTest.php plugins/woocommerce/tests/php/src/Internal/RestApi/Routes/V4/Settings/OfflinePaymentMethods/OfflinePaymentMethodsControllerTest.php +plugins/woocommerce/tests/php/src/Internal/RestApi/Routes/V4/Products/ProductsControllerTest.php +plugins/woocommerce/tests/php/src/Internal/RestApi/Routes/V4/Products/ProductsAddToCartTest.php plugins/woocommerce/tests/php/src/Internal/RestApiParameterUtilTest.php plugins/woocommerce/tests/php/src/Internal/Logging/OrderLogsDeletionProcessorTest.php plugins/woocommerce/tests/php/src/Internal/Logging/RemoteLoggerTest.php @@ -10050,6 +9960,7 @@ plugins/woocommerce/changelog/fix-use-theme-support-to-control-legacy-script-loa plugins/woocommerce/changelog/add-v4-shipping-zone-methods-endpoints plugins/woocommerce/changelog/wooplug-5677-broken-pagination-on-wc-analyticsvariations-endpoint plugins/woocommerce/changelog/60823-wooplug-5504-interactivity-api-powered-minicart-activate-feature-flag-by +plugins/woocommerce/changelog/fix-abilities-api-wp69-tests plugins/woocommerce/changelog/fix-order-total-empty-string plugins/woocommerce/changelog/update-agentic-commerce-protocol-settings plugins/woocommerce/changelog/add-v4-update-shipping-zone-endpoint @@ -10082,6 +9993,7 @@ plugins/woocommerce/changelog/dev-lint-fixes plugins/woocommerce/changelog/61368-WOOPLUG-5483-dynamic-tracking-url-on-provider-change plugins/woocommerce/changelog/fix-split-add-to-cart-with-options-integration-tests plugins/woocommerce/changelog/61321-wooptp-14-improve-error-handling-through-structures-that-resemble-the +plugins/woocommerce/changelog/WOOMOB-1455-pos-catalog-api-skeleton plugins/woocommerce/changelog/fix-61444-too-aggressive-event-listener plugins/woocommerce/changelog/WOOPLUG-3100-optimize-analytics-performance-indicator-endpoints plugins/woocommerce/changelog/update-template-and-add-to-cart-with-options-old-comments @@ -10094,10 +10006,11 @@ plugins/woocommerce/changelog/61459-fix-61458-revert-46887 plugins/woocommerce/changelog/dev-v4-payment-methods-api-take-2 plugins/woocommerce/changelog/add-support-agentic-commerce plugins/woocommerce/changelog/fix-grouped-product-inner-blocks-no-products -plugins/woocommerce/changelog/61352-fix-get-session-data-fatal-error plugins/woocommerce/changelog/add-customers-v4-rest-api plugins/woocommerce/changelog/disable-cys-tests-with-gb-nightly +plugins/woocommerce/changelog/update-move-hpos-datastore-caching-out-of-experimental plugins/woocommerce/changelog/61486-wooplug-5433-fcb-show-border-by-default +plugins/woocommerce/changelog/fix-abilities-api-wp69-hooks plugins/woocommerce/changelog/fix-56609 plugins/woocommerce/changelog/pr-61307 plugins/woocommerce/changelog/fix-category-title-description-style @@ -10119,6 +10032,7 @@ plugins/woocommerce/changelog/wooplug-2504-flaky-test-template-can-be-opened-in- plugins/woocommerce/changelog/61431-update-remove-double-connect-account-text plugins/woocommerce/changelog/fix-build-warnings-WEBPACK_DEPRECATION_ARRAY_TO_SET_PUSH plugins/woocommerce/changelog/pr-61121 +plugins/woocommerce/changelog/dev-update-blocks-e2e-wp-prerelease-changes-config plugins/woocommerce/changelog/pr-61286 plugins/woocommerce/changelog/fix-admin-settings-save-permission plugins/woocommerce/changelog/update-WOOPRD-929-offline-methods-api-route @@ -10453,8 +10367,6 @@ plugins/woocommerce/includes/rest-api/Controllers/Version1/class-wc-rest-product plugins/woocommerce/includes/rest-api/Controllers/Version1/class-wc-rest-customers-v1-controller.php plugins/woocommerce/includes/rest-api/Controllers/Version4/class-wc-rest-settings-v4-controller.php plugins/woocommerce/includes/rest-api/Controllers/Version4/class-wc-rest-v4-controller.php -plugins/woocommerce/includes/rest-api/Controllers/Version4/Products/class-wc-rest-products-v4-controller.php -plugins/woocommerce/includes/rest-api/Controllers/Version4/Products/README.md plugins/woocommerce/includes/rest-api/Controllers/Version4/Fulfillments/class-wc-rest-fulfillments-v4-controller.php plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-product-reviews-controller.php plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-controller.php @@ -10470,6 +10382,7 @@ plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-tax-cla plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-data-currencies-controller.php plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-paypal-buttons-controller.php plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-paypal-standard-controller.php +plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-products-catalog-controller.php plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-data-continents-controller.php plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-orders-controller.php plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-layout-templates-controller.php @@ -12273,6 +12186,8 @@ plugins/woocommerce/src/Internal/RestApi/Routes/V4/Customers/Controller.php plugins/woocommerce/src/Internal/RestApi/Routes/V4/Customers/UpdateUtils.php plugins/woocommerce/src/Internal/RestApi/Routes/V4/AbstractCollectionQuery.php plugins/woocommerce/src/Internal/RestApi/Routes/V4/AbstractSchema.php +plugins/woocommerce/src/Internal/RestApi/Routes/V4/Products/README.md +plugins/woocommerce/src/Internal/RestApi/Routes/V4/Products/Controller.php plugins/woocommerce/src/Internal/RestApi/Routes/README.md plugins/woocommerce/src/Internal/RestockRefundedItemsAdjuster.php plugins/woocommerce/src/Internal/Abilities/AbilitiesRestBridge.php diff --git a/Discovery/Web-Content/trickest-robots-disallowed-wordlists/top-100.txt b/Discovery/Web-Content/trickest-robots-disallowed-wordlists/top-100.txt index 0f8b115c..b1acdc2b 100644 --- a/Discovery/Web-Content/trickest-robots-disallowed-wordlists/top-100.txt +++ b/Discovery/Web-Content/trickest-robots-disallowed-wordlists/top-100.txt @@ -88,10 +88,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService .well-known .well-known/assetlinks.json .xml -/*/*/_tools -/*/*/more_ideas -/*/_tools -/*/activity /*/branches /*/commits /*/compare @@ -99,12 +95,9 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService /*/edit$ /*/forks /*/graphs -/*/group -/*/invite /*/issues/new /*/issues/search /*/milestones/new -/*/more_ideas /*/network /*/projects /*/pulse @@ -113,23 +106,10 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService /*/watchers /*source= /.git -/?*amp_client_id -/?z=1 /MANUALS/*.pdf$ /Search/ /_ /_/rsrc -/__wishlist__ -/_activities -/_activity -/_community -/_created -/_followers -/_following -/_quick_saves -/_saved -/_shop -/_shopping_list /_widget /album/*/*?i= /analytics @@ -152,12 +132,10 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService /comments /commits/*?author /commits/*?path -/communities /contact/menu* /contact/partner* /contactus/mwaas* /directory -/discovered /docs/product /download /download/Browse.aspx? @@ -187,7 +165,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService /layout/ /leads/*/jsplayer_show_lead_form.html /leads/*/show_form.html -/likes /login /lookup? /mediaapi/ @@ -200,13 +177,10 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService /newest/*rss /newest/*xml /newsearch/ -/organize /partials -/pins /plugins /podcast/*/*?i= /print$ -/profile-about /raw /report_abuse /revisions @@ -214,8 +188,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService /rsvps/*atom /rsvps/*rss /rsvps/*xml -/scheduled-pin -/scheduled-pins /search /search/ /search/*?q= @@ -244,15 +216,11 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService /store/new/*?*&*&* /store/top-free/*?*&*&* /store/top-paid/*?*&*&* -/story_pins -/tagged /tarball /tree -/tried /tv-season/*/*?i= /unsubscribe/ /video- -/video_pins /wal/ /widget_ /wiki/*/edit @@ -383,7 +351,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService ?search_forum= ?set_mobile= ?showAllGroups= -?show_error=true ?slogin ?sort= ?sortBy= @@ -509,8 +476,6 @@ WebObjects/MZStoreElements.woa [_0-9a-zA-Z]+/status/[0-9]+/likes [_0-9a-zA-Z]+/status/[0-9]+/retweets _ -_/_ -_/_/pixel _/aihub_pod _/ain/_/js _/alkali-learn @@ -575,8 +540,6 @@ _next/data _next/jwt _next/title _next/viewer -_ngjs/resource -_ngjs/resource/*/get _nimbusJson.json _nimbusJsonp.js _nimbusJsonpStatic.js @@ -674,12 +637,10 @@ actions/news/rss ad_id= addContacts add_favorite -addboard addressBookExport admin admin/ ads -ads.txt ads/gpa/vidgen ads/learn ads/local @@ -690,7 +651,6 @@ advisor/*zx1fa adx/bin affil affil/pal -age-appeal agreements/approve ai-sandbox-internal/generated_images aihub/tfhub @@ -747,9 +707,7 @@ api? api_access_key= app*_ app*form_id= -app-ads.txt app/ -appealed-pin apple-app-site-association apps apps*&tags= @@ -827,7 +785,6 @@ author/following author= authoring/ authwall -autocomplete away.php awmp/data/images b?*node=7454898011 @@ -885,10 +842,6 @@ blogs/nationals-journal-beta blogs/search/ blogs/slow-ride blogs/test -board -board_activity -board_activity_comment -bookmarklet bookmarks books books/NBK @@ -910,40 +863,19 @@ books?*zoom= books?*zoom=1 books?*zoom=5 boutique/sitemaps -branded-pins bricks/image business -business/ad_create business/adshare business/adshare/faqs business/blahblah -business/business-access -business/business-hierarchy -business/business-manager -business/catalogs -business/commerce-integrations -business/community-information -business/convert -business/create -business/create-linked-account business/feedback -business/hub -business/invite business/leads/jsplayer_show_lead_form.html business/leads/show_form.html business/learning/blog -business/onboarding -business/pin_create business/pos-system/shop business/premium/is_payment_pending business/promotion -business/referral business/sales/blog -business/site -business/switch-account -business/top-ads -business/update -business/verified-merchant/status buyside-e2e-monitor cai call @@ -972,7 +904,6 @@ checkout checkout-external checkoutnow checkpoint -christmas-spotlight chrome/crlset chrome/webstore/images chwilio @@ -993,7 +924,6 @@ clickthru clima/ets clima/sites/registry clone/library/genomic/organisms -close-account cloud-launcher/sitemap cloudsourcetools/images cms_content @@ -1012,7 +942,6 @@ commission_2010-2014/katainen commits?author= common/ common/survey.aspx* -communities communities/bin.aspx? communities/blogs/PortalResults.mspx? communities/eventdetails.mspx? @@ -1029,14 +958,11 @@ community/category/* community/comments community/feed community/trackback -community_comment -community_post companyDir compare compressiontest concussion/HeadsUp/training/ config.js -connect connections consumers/archive contact/menu* @@ -1044,18 +970,12 @@ contact/partner* contact_importer contactus contactus/mwaas* -content-claiming content-guest/rss/channels control -conversation -conversations -convert-business -convert-personal copilot copilot/c copilotsearch?q= copy-conductor/crawled -copyright-reporting core/ core/*.css$ core/*.css? @@ -1073,18 +993,10 @@ covid19/mobility cr$ cr? create -create_pin creative-europe/404_en.htm -creative-studio -creative_editor -creator-spotlight -creator_hub/_earn -creator_hub/_partnerships creatorhub csp -csrf_error ct -ct.html ct/log_list culturalinstitute/images culturalinstitute/sitemaps @@ -1110,10 +1022,8 @@ de/ott de/solutions de/upload de/vimeo-academy -deactivate-account default.aspx/kb/ default.aspx/ph/ -delete_post delight dell/cities-transformed dell/cloud-future-of-medicine @@ -1201,8 +1111,6 @@ earth/social ebook ece eclas -edit -editorial/* edu/cs4hs education/404_en.htm education/blocks @@ -1215,7 +1123,6 @@ ekansa/Open-Context-Data ekansa/opencontext- email email-unsubscribe -email_verification_error embed embed/@ embed/curated @@ -1277,7 +1184,6 @@ en/microsoft-viva/ en/security en/security/ endorsements -engagement enterprise enterprise-jobs enterprise-partner-search/sitemaps @@ -1363,18 +1269,14 @@ exec/obidos/subst/marketplace/sell-your-collection.html exec/obidos/subst/marketplace/sell-your-stuff.html exec/obidos/subst/partners/friends/access.html exec/obidos/tg/cm/member -explore -explore/*/?p= explore/*/lightbox external external/overture external_hosted f/healthcheck -facebook faves-i_love_u_get_away_from_me favorite fb -fb.html fbml/ajax/dialog fd/ fe=true @@ -1411,8 +1313,6 @@ flu/espanol/ flutter-canvaskit folder follow -follow_board -follow_user following food/archive food/favourites @@ -1494,8 +1394,6 @@ global$ gog google.internal.maps.gmpsdksbackend.v1.GmpSdksBackendService google.internal.maps.mapsjs.v1.MapsJsInternalService -google_gdn.html -google_search.html googlebooks/images gorf gp @@ -1611,7 +1509,6 @@ guidebooks gview gwt h5games_gamecenter/images -hanukkah-spotlight hashtag/*?src= hd header/channels @@ -1635,12 +1532,9 @@ help/zendesk_sso hex history history/static -holiday-spotlight -holidays-celebrations home home$ home? -homefeed homepage-video-test hosted/images hotel/reviews? @@ -1652,10 +1546,10 @@ hp/video hpc/*/supported-applications.aspx? hpm hpmob -http://amazon.co.uk/robots.txt -http://blog.google/robots.txt -http://discord.gg/robots.txt -http://microsoft.com/robots.txt +http://de.wikipedia.org/robots.txt +http://flickr.com/robots.txt +http://instagram.com/robots.txt +http://ncbi.nlm.nih.gov/robots.txt hub?category= hz/contact-us/ajax/initiate-trusted-contact hz/help/contact/*/message/$ @@ -1670,9 +1564,6 @@ id-id.www.cloudflare.com id-id/feedback id-id/lp id-id/searchresults -idea-ads-tool -idea-pin-builder -idea-pin-invite identity/accountsettingsactivityweb identity/accountsettingssyaf ie/ie40/ @@ -1717,17 +1608,14 @@ info/customerror.htm* info/smart404.asp* info/tech-feedback inproduct_help/chatsupport -install-shuffles integrations internalPref intl intl/*/search/? intl/*/search? intlkb/ -invite inviteFromProfile inviteMany -invited invoice/est invoice/estimate/buyerView invoice/estimate/buyerView/attachments @@ -1764,8 +1652,6 @@ johnhancock johnhancock/in-a-lifetime-healthcare johnhancock/in-a-lifetime-sustainability johnhancock/in-a-lifetime-work -join/?next= -join/signup/?next= jp/$ jp/about jp/blog @@ -1808,7 +1694,6 @@ ko/ott ko/solutions ko/upload ko/vimeo-academy -kwanzaa-spotlight l.php labs-code labs/pmc @@ -1845,15 +1730,12 @@ learning/settings learning/settings$ learning/settings? legal -lens-search li/track library/devices licensing-syndication limited-release link -linked lite -live-session live_chat llms.txt lm/R1XIHQVKXSKBNJ @@ -2030,7 +1912,6 @@ narrative- native nbubumblebee network -new_invite news-events/events-calendar/2018/03/ninth-annual-african-consumer-protection-dialogue-conference news-events/events-calendar/2018/03/ninth-annual-african-consumer-protection-dialogue-conference/RSVP news-events/events-calendar/2019/05/tenth-annual-african-consumer-protection-dialogue-conference @@ -2040,7 +1921,6 @@ news/test news/test-liveblog news?viewArticle newsArticle -news_hub newsletter newsroom/dae newsround @@ -2054,7 +1934,6 @@ nl-nl/lp nl-nl/searchresults node/add/ nonprofits/account -notifications notifications/ ns/hydra/console/? nus-trk @@ -2062,15 +1941,11 @@ nwshp$ o/di o/dt oas/ -oauth/line -oauth/login oauth/v2 oauth2 oauth2/v2 -oauth_error offers/proxy/dealsserver/api/log offers/proxy/dealsserver/buy -offsite og okxbet.com onebox/media/sports/logos @@ -2101,12 +1976,9 @@ pagespeed/insights/ui/logo panel pantheon pantheon-platform -parental-consent/confirmation -parental-passcode participate/conferences.xml partner-program partners -password/reset password_expired patent-search/frontend patents/download @@ -2139,46 +2011,12 @@ photos/gbachelie photos/i_love_u_get_away_from_me photos/tags/*/page photos/youpy -pin -pin-builder -pin-communities -pin-creation-tool -pin-editor -pin/*/activities -pin/*/activity -pin/*/analytics -pin/*/brand-catalog -pin/*/comments -pin/*/email -pin/*/feedback -pin/*/idea-pin/related-products -pin/*/likes -pin/*/promote -pin/*/reaction -pin/*/related-products -pin/*/repin -pin/*/repins -pin/*/sent -pin/*/share -pin/*/shop-the-look -pin/*/tag -pin/*/takes -pin/*/visual-search -pin/*/visual-shop -pin/create -pin/find -pin/find?url= -pin_shop ping pingback -pinterest-predicts -pinterest-wellbeing -pinterestwellbeing pl-pl.www.cloudflare.com pl-pl/feedback pl-pl/lp pl-pl/searchresults -place plan= platform-telemetry play/store/web @@ -2228,7 +2066,6 @@ ppob/? ppob? pqa preference -prefs present presentation prettyearth/assets @@ -2237,8 +2074,6 @@ previewtemplate print private proFile/history? -product-catalogs -product-feed product-reviews/B0069IY63Y product/reviews? productPurchaseDone @@ -2294,14 +2129,12 @@ pt-br/vimeo-academy publications purchases puzzles/leaderboards/invite -pw pwapi-proxy/pwproxy pwapiv2 q= qnasearch? qr quality_form? -quiz r rackspace/elevating-performance radio/imda @@ -2310,7 +2143,6 @@ rating rd/search rd/search$ rd/search? -recently-viewed recharge/dashboard/car recharge/dashboard/static recipes/*?q= @@ -2327,9 +2159,6 @@ refer refer/pal referrals referrer= -refresh_stored_accounts -refresh_token -register registry/wishlist remotelogout rep=hc @@ -2337,13 +2166,9 @@ report report-abuse?report= report= report_abuse.gne -reports-and-violations -request-data requestList requests research/participants/cofund -resource -resource/*/get results results retail @@ -2384,7 +2209,6 @@ s2/search/social s2/sitemaps s2/static s? -safe-redirect safety safetycheck salary-explorer/api @@ -2430,7 +2254,6 @@ sections/health-shots/2013/03/11/173816690/new-voices-for-the-voiceless-syntheti sections/ombudsman/2008/01/frequently_asked_questions_1.html sections/parallels/2016/08/15/480128005/for-french-teens-smoking-still-has-more-allure-than-stigma secure -sendHeaderEarly sendarticle services services/oauth @@ -2466,7 +2289,6 @@ shop/productpage shop/topics shop/view/product shop? -shop_pins shopping-content-api/product_images shopping/deals shopping/product @@ -2770,12 +2592,10 @@ social/photosui/images social/photosui/sitemap social/search? social/social-security-directory/cai -socialmanager solutions sounds/search sounds/search$ sounds/search? -source source= source_repo= spain/empresas/ @@ -2797,7 +2617,6 @@ ss ss/customer-reviews/lighthouse ss/twister/ajax sslsingle -sso stadia/gamers start stat @@ -2857,10 +2676,6 @@ storefront storepicker stores/page/*visitId= stories -story-pin-builder -story-pin-invite -story_feed -story_pins storyworks/preview styles/js-on.css$ subscribe/braintree @@ -2886,7 +2701,6 @@ support/content support/forum/search? sureroute surprise -suspension-appeal sutils sv-se.www.cloudflare.com sv-se/feedback @@ -2904,7 +2718,6 @@ svc/strands svc/sudoku svc/wordle svpRecommendations -sw-shell.html swg system1/images t/privacy @@ -2912,7 +2725,6 @@ t/terms tab= tablet tag -taggingtool tagmanager/containers/xo tagmanager/pptm.js talk @@ -2960,9 +2772,7 @@ th-th/feedback th-th/lp th-th/searchresults th? -thanksgiving-spotlight themacallan/worlds-together -theme tickets-external? timedtext_video title @@ -3058,7 +2868,6 @@ trustedstores/js trustedstores/s trustedstores/tm2 trustedstores/verify -tv tv/thumb typeahead u @@ -3075,14 +2884,9 @@ ugc$ ugcsupport ugcsupport$ ui -unauth-profile -unlink unsub until= upload -upload-image-lens-history -upload-lens-image -upload-shuffle-draft uploads urchin_test url @@ -3100,11 +2904,9 @@ using utils uviewer v1 -v1/urls/count.json v2 v3 v3/openapi -v3/pidgets/log valkyrie-playground verified-authors verify_age @@ -3150,9 +2952,6 @@ webapps/xo/html/cookiecheck.html webapps/xoonboarding webscr websearch -website/confirm -website/confirm/download -welcome whats-next/planes-trains-and-analytics whsmiths widget/cr @@ -3463,7 +3262,7 @@ wiki/Wikipedia_Diskussion:Checkuser wiki/Wikipedia_Diskussion:Spam-Blacklist-Log wiki/Wikipedia_talk%3AAbuse_reports wiki/Wikipedia_talk%3AAbuse_response -wiki/Wikipedia_talk%3AAdministrator_electionshttp://vimeo.com/robots.txt +wiki/Wikipedia_talk%3AAdministrator_electionshttp://medium.com/robots.txt wiki/Wikipedia_talk%3AAdministrator_recall wiki/Wikipedia_talk%3AAdministrator_review wiki/Wikipedia_talk%3AAdministrators%27_noticeboard @@ -3682,7 +3481,6 @@ xhtml? xml? xoplatform/logger/api/logger xorouter -your-shop youth/404_en.htm youtube/fonts youtube/img/branding/favicon diff --git a/Discovery/Web-Content/trickest-robots-disallowed-wordlists/top-1000.txt b/Discovery/Web-Content/trickest-robots-disallowed-wordlists/top-1000.txt index 8841c1d8..f5cdd732 100644 --- a/Discovery/Web-Content/trickest-robots-disallowed-wordlists/top-1000.txt +++ b/Discovery/Web-Content/trickest-robots-disallowed-wordlists/top-1000.txt @@ -1,3 +1,4 @@ + !api $ $ @@ -2504,6 +2505,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService /msdntv/ /mtlibraryrss/ /multistore +/munich/index_html /music/*/Search/ /music/*/search/ /music/cart @@ -3256,51 +3258,85 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService ?$ ?* ?*&ls= -?*&noheader -?*&sfdebug +?*&noheader* +?*&sfdebug* ?*/ +?*/*ref +?*002/*0902 +?*2&hubs_content ?*:: ?*ListingID= +?*PageSpeed ?*ProfileID= ?*To66.Asia +?*__hsfp ?*__hssc= +?*__hstc +?*__rmid +?*__rmidpage ?*_hsmi= +?*ajs_event ?*apikey*http://vk.com/robots.txt +?*app ?*aspects= +?*attachment_id +?*author +?*bcpid +?*bcpidpage ?*campaign= ?*campaignId= ?*campaign_id= ?*canonicalCard= ?*careerBox- +?*cat ?*categories= ?*ccm_paging_p_b= ?*cgi-bin= ?*cid= ?*claimed= ?*combine=* +?*controlsVisibleOnLoad +?*country ?*country= +?*curator ?*date= ?*dcr=apps +?*edition ?*editmode= +?*egotecpage ?*embed= ?*entry= ?*err_code=404 ?*etext= ?*f%5B*%5D= +?*fbclid ?*free= ?*from_search_result= ?*gg155.cn ?*guestLogin= +?*hl ?*hsCacheBuster= +?*hsCtaTracking ?*hs_preview= +?*http://healthtips1dr.blogspot.com/robots.txt +?*hubs_signup-cta ?*hybrid= +?*iframe +?*iid +?*industry +?*inline-read-more ?*items_per_page=* +?*kwp_4 ?*language=es ?*language=pt ?*languages= ?*layout= +?*library +?*limit +?*linkId ?*location= ?*login= +?*luicode ?*mcubz= ?*nestedTab= ?*next= @@ -3311,27 +3347,38 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService ?*noixwrapper= ?*nomoat= ?*nomoatyi= +?*offset +?*omnil ?*onboardData= +?*onwardjourney ?*options%5B%5D= ?*options[]= +?*origin ?*oseid= ?*outputType=accessibility ?*outputType=comment ?*outputType=tracking +?*page ?*page= ?*pageFanclub ?*pageRating ?*partner= ?*payRequest= ?*pg99.asia +?*plan +?*poy-poll ?*query= +?*ref ?*referrer_vuid= ?*replies= ?*requestmoney= ?*resource_type= +?*reviews_page ?*s1= ?*s2= ?*s3= +?*scrape +?*scriptPath ?*searchResultPosition= ?*showonlyads= ?*signUpRequest= @@ -3339,21 +3386,31 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService ?*smid= ?*smprod= ?*sort= +?*source ?*source=user_page +?*sr_source ?*srsltid ?*stars= ?*subcategories= +?*subscription ?*topics= ?*tpcid= ?*trustscore= +?*ua ?*unptid= +?*utm +?*utm_campaign +?*utm_medium +?*utm_source ?*utm_source= ?*verified= ?*vimeo_search +?*xid ?252525253Bpreview= ?=ref ?Author= ?CMP +?EGOTECpage ?ExternalDataReference ?LID= ?ModPagespeed=noscript @@ -3363,6 +3420,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService ?TB_iframe= ?VID= ?_ +?__rmid___get___page ?_af_cid= ?_cookie-check= ?_erv=* @@ -3402,6 +3460,9 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService ?autoenter= ?autoplay ?autoplay= +?bclid= +?bcpid= +?bctid= ?benderPackage= ?beta= ?betaplayer= @@ -3541,6 +3602,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService ?gp=* ?gws_rd=ssl$ ?h=* +?hc_location ?height= ?hidePromoBar= ?hl @@ -3624,7 +3686,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService ?nextUrl=* ?nid= ?no-cache= -?noheader +?noheader* ?nomobile* ?noredirect=true&config=standalone ?np=* @@ -3658,6 +3720,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService ?page=[0-9] ?pageToken= ?pager.offset= +?pagespeed ?payed ?pcrid= ?pg=* @@ -3725,6 +3788,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService ?ref ?ref* ?ref= +?ref=binfind.com ?ref=dotcom ?ref_src= ?referal_id= @@ -3765,7 +3829,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService ?service=Ajax ?service=ajax ?set_mobile= -?sfdebug +?sfdebug* ?sgsc=* ?share= ?showAllGroups= @@ -4804,6 +4868,7 @@ Public/13.0.0 Public/14.0.0 Public/15.0.0 Public/15.1.0 +Public/16.0.0 Public/2.1-Update Public/2.1-Update2 Public/2.1-Update3 @@ -5078,7 +5143,6 @@ TestingTravelMaps Themes/Client/app/img/favicons/manifest.json ThirdPartyRedirect ThorHammer -TodayOJ TodaysLowestFaresAjax Tr/SocialMediaActivity/LogJSWidgetLinkClick Tracker?data=* @@ -5415,7 +5479,7 @@ a-knight-s-tale a-league-of-their-own a-madea-christmas a-propos -a-savoir-en-france +a-savoir-en-france/ a/*.*/about a/*.*/browse_ a/*.*/d @@ -5546,7 +5610,6 @@ account-login account-prefs-change account-settings account/ -account/*http://healthtips1dr.blogspot.com/robots.txt account/accomplishments account/ackgift account/deactivated @@ -6056,7 +6119,6 @@ api/taxonomy$ api/template-taxonomy-service api/template-taxonomy-service$ api/ucs/shortlist -api/ui api/ui-extensions api/uisprime/track api/unified-underdog @@ -6312,8 +6374,8 @@ astronomy/moon/distance.html?year=2023 astronomy/moon/distance.html?year=2024 astronomy/moon/light.html? astronomy/moon/light.html?iso -async async-create-search-page-state +async/ async_info/base_data at at*/listing/*/favoriters @@ -7065,6 +7127,7 @@ blog/design-systems-102-how-to-build-your-design-system/$ blog/design-systems-103-documentation-that-drives-adoption/$ blog/design-systems-104-making-metrics-matter/$ blog/design-systems-ai-mcp/$ +blog/design-systems-from-the-basics-to-big-things-ahead/$ blog/design-systems/$ blog/design-thinking/$ blog/design/$ @@ -7753,7 +7816,7 @@ briarpatch bricks/image bridesmaids broadband -brouillon +brouillon/ browse-2 browse.aspx browse/deals/partial @@ -8507,7 +8570,6 @@ ch_it/Download challenge challenges challenges$ -change-displayed-metadata change-email change-password change-shipping @@ -8530,6 +8592,7 @@ charts/PDF/Unicode-13.0 charts/PDF/Unicode-14.0 charts/PDF/Unicode-15.0 charts/PDF/Unicode-15.1 +charts/PDF/Unicode-16.0 charts/PDF/Unicode-3.1 charts/PDF/Unicode-3.2 charts/PDF/Unicode-4.0 @@ -8670,7 +8733,6 @@ cloud-launcher/sitemap cloud/ cloud/multicloud-solution cloudhsm/classic -cloudmonitor cloudplayer cloudsourcetools/images clp @@ -10869,7 +10931,7 @@ content-reactions-api content-svc content/*/gated-pdfs/* content/*/gated-resources/* -content/*?syn-25a6b1a6 +content/*?syn-25a6b1a6=1 content/audit content/blogs/au/en/* content/blogs/br/pt/* @@ -11237,6 +11299,7 @@ customers/dev-mode-helps-hp/$ customers/digital-transformation-at-philips/$ customers/doctor-anywhere-designing-healthcare-experiences-faster/$ customers/driving-adoption-of-seat-cupra-design-system/$ +customers/driving-design-transformation-how-cars24-builds-faster-with-figma/$ customers/dwell/$ customers/endeavourx-design-transformation-with-figma/$ customers/erste-groupbetter-financial-health-by-design/$ @@ -12212,7 +12275,6 @@ discount_type= discover discover/trending/detail discovery -discuss/search discussion discussion/comment-permalink discussion/edit-profile @@ -12346,7 +12408,6 @@ docs/search_results.html docs/socialmarkup doctor-strange document -document-format.html document/comments document/create document/delete @@ -12404,7 +12465,6 @@ doubleclick downgrade download download-evernote -download-notice download/*/Zoom_launcher.exe download/*/zoomusLauncher.zip download/get @@ -12606,7 +12666,6 @@ element/? element/commun/afficher element_properties. elements -eli-search eliminar-busqueda eliminar-favoritos elite? @@ -13424,6 +13483,7 @@ enterprise enterprise-jobs enterprise-partner-search/sitemaps enterprise/$ +enterprise/october-2025/$ enterprise/plan/$ enterprise/seo entertainment/article/Minerva-s-horoscope @@ -13455,7 +13515,6 @@ error/403 error/404 error/500 error/PageNotFound.htm -error/authentication-required.html error404.aspx error_204 errordocs @@ -14465,7 +14524,6 @@ experiences/*?*scheduled_id experiment experiments experiments.xml -expert-search-form experts-arena experts/search experts/search? @@ -14474,7 +14532,6 @@ explore/*/?p= explore/*/lightbox explore/search explorespa -export-documents export/ export/sites/intranet/ export/sites/upov/shared/ @@ -14535,8 +14592,6 @@ facebook-template facebook/templates facebook_connect factory -fallback -false/select-store-cookies.html family-validation family_filter familylink-earlyaccess @@ -18258,6 +18313,8 @@ http://tracks.arte.tv/robots.txt http://use.fontawesome.com/robots.txt http://weebly.com/robots.txt https://player.cnevids.com +https://www.iubenda.com/en/help/126238-pricing-faqs-legacy-guide +https://www.iubenda.com/en/help/142642-old-vs-new-pricing https:/www.alibaba.com hu hu-HU/$ @@ -18793,7 +18850,6 @@ internal internal-api internal/* internalPref -internalapi interstitial-ad intl intl/*/customers @@ -20229,54 +20285,6 @@ leerberichten legal legal-b2b legal-contact-us -legal-content/BG/TXT/DOC -legal-content/BG/TXT/SIG -legal-content/CS/TXT/DOC -legal-content/CS/TXT/SIG -legal-content/DA/TXT/DOC -legal-content/DA/TXT/SIG -legal-content/DE/TXT/DOC -legal-content/DE/TXT/SIG -legal-content/EL/TXT/DOC -legal-content/EL/TXT/SIG -legal-content/EN/TXT/DOC -legal-content/EN/TXT/SIG -legal-content/ES/TXT/DOC -legal-content/ES/TXT/SIG -legal-content/ET/TXT/DOC -legal-content/ET/TXT/SIG -legal-content/FI/TXT/DOC -legal-content/FI/TXT/SIG -legal-content/FR/TXT/DOC -legal-content/FR/TXT/SIG -legal-content/GA/TXT/DOC -legal-content/GA/TXT/SIG -legal-content/HR/TXT/DOC -legal-content/HR/TXT/SIG -legal-content/HU/TXT/DOC -legal-content/HU/TXT/SIG -legal-content/IT/TXT/DOC -legal-content/IT/TXT/SIG -legal-content/LT/TXT/DOC -legal-content/LT/TXT/SIG -legal-content/LV/TXT/DOC -legal-content/LV/TXT/SIG -legal-content/MT/TXT/DOC -legal-content/MT/TXT/SIG -legal-content/NL/TXT/DOC -legal-content/NL/TXT/SIG -legal-content/PL/TXT/DOC -legal-content/PL/TXT/SIG -legal-content/PT/TXT/DOC -legal-content/PT/TXT/SIG -legal-content/RO/TXT/DOC -legal-content/RO/TXT/SIG -legal-content/SK/TXT/DOC -legal-content/SK/TXT/SIG -legal-content/SL/TXT/DOC -legal-content/SL/TXT/SIG -legal-content/SV/TXT/DOC -legal-content/SV/TXT/SIG legal/$ legal/3874403/ legal/ai-terms/$ @@ -20292,6 +20300,7 @@ legal/creator-agreement/$ legal/creator-fund-terms/$ legal/data-portability-and-deletion/$ legal/developer-terms/$ +legal/digital-services-act/$ legal/disclaimer/$ legal/dpa/$ legal/events-tos/$ @@ -20741,7 +20750,6 @@ mapslt? mapspro mapstt? mapview -mar-optout market/ market/confederate_flag market/dixie_flag @@ -21009,7 +21017,6 @@ mod mod.php mod= mod? -modal-message modal_active= models models/*/ar-redirect @@ -21237,7 +21244,6 @@ my-MM/$ my-account my-agent/eligibility my-articles -my-eurlex my-library my-library my-list-shows @@ -21515,6 +21521,7 @@ newsuppliers next next-friday nextThread.html +nextadvisor/search nextendweb-social-login/? nextgensearch/_*.js nextjs @@ -22170,9 +22177,15 @@ page-777107_28406709$ page-resources page-strength page/* +page/*/?a_aid= +page/*/?egotecpage +page/*/?hc_location= +page/*/?iq_id= +page/*/?pcd= page/*/?s page/*/?s= page/*/?s= +page/*/?search= page/*? page/*page page/account-confirmation-thanks @@ -22860,7 +22873,6 @@ plugins/search plus/experience/*/ plus/experience/*/series/ plusinstall -pm-optout pm/ pm/amplify/ pm/lambda/ @@ -23001,7 +23013,6 @@ preferences/ preferences/manage-cookies prefetch prefs -prelex premium$ premium-reports premium/ @@ -23066,7 +23077,6 @@ pricing/payment pricing/pro primeshow print -print-pdf printView= printable/pdf printer_friendly_story @@ -23294,7 +23304,6 @@ project/issues/subscribe-mail projects projects/? projects/browse.php -projects/embed projects/geo/download projects/geo/tools projects/gtr/gt @@ -23340,13 +23349,13 @@ proplayer props/ proredir? prospective-students/undergraduate-redesign -protected proto protocol protocolexchange/labgroups prototyping/$ proxy proxy +proxy/ prp prsnl=* prtpage @@ -24058,6 +24067,7 @@ recruit/helpnew/ recs red red-2 +redesign/_next/image redesigning-finance-how-great-design-is-transforming-the-industry/$ redir redir? @@ -24130,7 +24140,6 @@ remotelogout removalrequest remove-favorite renders -renewal-reminder-optout rental-manager/?source=topnav&itc=postbutton_topnav rental-manager/?zpid= rental-manager/login/?url @@ -24202,6 +24211,7 @@ reports/tr13 reports/tr14-4/index.html reports/tr14-5/index.html reports/tr14/tr14-15.html +reports/tr14/tr14-53.html reports/tr15/tr15-10.html reports/tr15/tr15-11.html reports/tr15/tr15-12.html @@ -24248,6 +24258,7 @@ reports/tr15/tr15-52.html reports/tr15/tr15-53.html reports/tr15/tr15-54.html reports/tr15/tr15-55.html +reports/tr15/tr15-56.html reports/tr15/tr15-7.html reports/tr15/tr15-8.html reports/tr15/tr15-9.html @@ -24297,6 +24308,7 @@ reports/tr34/tr34-28.html reports/tr34/tr34-29.html reports/tr34/tr34-3.html reports/tr34/tr34-30.html +reports/tr34/tr34-31.html reports/tr34/tr34-4.html reports/tr34/tr34-5.html reports/tr34/tr34-6.html @@ -24367,6 +24379,7 @@ reports/tr35/tr35-66 reports/tr35/tr35-67 reports/tr35/tr35-68 reports/tr35/tr35-7.html +reports/tr35/tr35-74 reports/tr35/tr35-8.html reports/tr35/tr35-9.html reports/tr40 @@ -24396,6 +24409,7 @@ reports/tr46/tr46-3.html reports/tr46/tr46-30.html reports/tr46/tr46-31.html reports/tr46/tr46-32.html +reports/tr46/tr46-33.html reports/tr46/tr46-4.html reports/tr46/tr46-5.html reports/tr46/tr46-6.html @@ -24424,6 +24438,7 @@ reports/tr51/tr51-23.html reports/tr51/tr51-24.html reports/tr51/tr51-25.html reports/tr51/tr51-26.html +reports/tr51/tr51-27.html reports/tr51/tr51-3.html reports/tr51/tr51-4.html reports/tr51/tr51-5.html @@ -24474,6 +24489,7 @@ reports/tr9/tr9-46.html reports/tr9/tr9-47.html reports/tr9/tr9-48.html reports/tr9/tr9-49.html +reports/tr9/tr9-50.html reports/uphill-battle-to-make-magical-products/$ repos repos/cldr-tmp @@ -25085,8 +25101,6 @@ sap/saphana/pilot/offer/confirmation sars-cov-2 savannah-checkouts save -save-document -save-query save/save-agency-search-tool save/save-agency-search-tool/export savedhomes @@ -25191,8 +25205,6 @@ scl scmp_comments scorecard scorecard/ -scratch_1.4 -scratchr2/static screener/insider screensaver screenshots @@ -25294,7 +25306,6 @@ search-ads-360 search-ar-dev search-collections? search-console/scfe -search-effectiveness.html search-people? search-results search-webglimps @@ -25753,7 +25764,6 @@ single_pages sio sit_rep site -site-api site-archive site-explorer site-explorer/$ @@ -26138,7 +26148,6 @@ slp/*/b$ slp/s$ smart/button smart/buttons -smartapi smartmarket smartmarket/*/productListInitial.action? smbe/ @@ -26896,7 +26905,7 @@ switch-membership sydney-white syndicate syndication_cookie_sync -synsearch +synsearch/ system system/ system/cron/cron.txt @@ -27390,7 +27399,6 @@ templates/x-matrix-template/$ templates/yearly-calendar-template/$ temporary_marketing_proxy/* temptation-island -ter-optout termini-e-condizioni termos-e-condicoes terms @@ -27606,6 +27614,8 @@ time/change/@ time/map/*_escaped_fragment_ time/zone/*? time/zone/@ +time_cover_hub +time_tout timedtext_video timezone-utils/static-2.111 timezone-utils/static-2.114 @@ -27796,7 +27806,6 @@ transcripts/419570939 transcripts/470280334 transcripts/480128005 transcripts/830237502 -transfers transformation-digitale-du-processus-de-design/$ transit? translate @@ -27897,7 +27906,6 @@ trips/v1 trivia/answer trk trouver -true/select-store-cookies.html trust.php trustedstores/images trustedstores/js @@ -28101,6 +28109,7 @@ ultrasearch um unable-to-process-request/ unauth-profile +uncategorized undefined unfiltered? unfinished.php @@ -28114,7 +28123,6 @@ univercd/cc/td/doc universal-design-system/ university unlink -unlisted unsaved unsub unsubscribe @@ -28624,7 +28632,6 @@ validate-user valkyrie-playground var variant= -varserver vas vbtv/ ve/Download @@ -28642,7 +28649,6 @@ verificationofemployment verified-authors verified-modal verify -verify-mobile verify_age verify_cookies verify_your_email$ @@ -28828,8 +28834,6 @@ wall*?search=1 wall*?thread= wall*?with= wall-*?q= -wallpaper -wallpapers wanted wap/* wapsearch? @@ -29791,7 +29795,6 @@ wp-admin wp-admin/ wp-admin/admin-ajax.php wp-admin/admin-ajax.php -wp-admin/admin-ajax.phphttp://rtbf.be/robots.txt wp-admin/admin-ajax.phphttp://starbucks.com/robots.txt wp-admin/images/* wp-admin/load-scripts.php @@ -29882,6 +29885,7 @@ wp-json/hb- wp-json/wpe/v1/chat-group wp-json/wpe/v1/opt-in wp-json/ws-form +wp-login wp-login.php wp-login.php wp-signup.php diff --git a/Discovery/Web-Content/trickest-robots-disallowed-wordlists/top-10000.txt b/Discovery/Web-Content/trickest-robots-disallowed-wordlists/top-10000.txt index 58dd6225..0a99943f 100644 --- a/Discovery/Web-Content/trickest-robots-disallowed-wordlists/top-10000.txt +++ b/Discovery/Web-Content/trickest-robots-disallowed-wordlists/top-10000.txt @@ -331,7 +331,7 @@ -1 -1-cw* -1. --1.*http://stthomas.edu/robots.txt +-1.*http://press.uchicago.edu/robots.txt #Links Disallow: @@ -351,7 +351,7 @@ # $ $ -$http://cleantechnica.com/robots.txt +$http://123rf.com/robots.txt $rpc/google.internal.maps.gmpsdksbackend.v1.GmpSdksBackendService $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService % @@ -601,7 +601,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService &f[* &f[*]= &f_* -&f_*= &facet_ &fb_locale &fbc21e0b_page= @@ -757,7 +756,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService &page* &page*&=sort &page= -&page=*http://neilpatel.com/robots.txt +&page=*http://skyscanner.net/robots.txt &page=9* &pageToken= &pageprms* @@ -831,7 +830,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService &review_page= &rgn= &rstype= -&rut=http://avc.com/robots.txt +&rut=http://weather.com/robots.txt &s= &s= &s=* @@ -859,7 +858,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService &service= &sessionId= &set_mobile= -&sgsc=* &share= &share= &share=jetpack-whatsapp @@ -885,6 +883,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService &sort_by &sort_by= &sort_order= +&sorting= &source= &source= &sourceId @@ -994,7 +993,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService &year=* &z= &zipstatecity= -&zz_*= ( (* (X(1 @@ -1260,6 +1258,12 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService -events -ex7-1* -excl +-fragment +-fragment-dynamic.html +-fragment-recursive +-fragment-recursive.html +-fragment.html +-fragments -g1875 -g188 -gxe$ @@ -1335,11 +1339,10 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService .*__hssc. .*__hstc. .*assets/fonts -.*story_archive$http://rfc-editor.org/robots.txt -.+http://skydasveiligheidsdeuren.be/robots.txt +.*story_archive$http://developer.microsoft.com/robots.txt +.+http://kotaku.com/robots.txt .../ ..gitignore.html -.ASPX$ .BUILD .CVS .CVS @@ -1367,7 +1370,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService .Sql$ .Svn$ .Svn$ -.TRASH .Tgz$ .Tgz$ .Zip$ @@ -2032,7 +2034,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService .css************* .css. .css? -.csshttp://faktykaliskie.pl/robots.txt +.csshttp://anjunabeats.lnk.to/robots.txt .cssx$ .csv .csv @@ -2107,7 +2109,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService .embed.text.html .empty.html .env -.envhttp://thetrainline.com/robots.txt +.envhttp://webkit.org/robots.txt .eot .eot$ .eot************* @@ -2209,14 +2211,16 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService .html .html$ .html$ -.html$http://morningconsult.com/robots.txt +.html$http://libcom.org/robots.txt .html%7CName=ComponentLink +.html. .html.html .html.html* .html.html.html .html.printable .html/ .html/$ +.html/1000 .html/email .html/feed .html=$ @@ -2292,7 +2296,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService .jpg .jpg$ .jpg$ -.jpg$http://panasonic.jp/robots.txt +.jpg$http://fonts.com/robots.txt .jpg* .jpg************* .jpge @@ -2306,12 +2310,12 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService .js.map$ .js.php$ .js? -.jshttp://lg.com/robots.txt +.jshttp://e.vnexpress.net/robots.txt .json .json .json$ .json$ -.json$http://realsimple.com/robots.txt +.json$http://about.twitter.com/robots.txt .json.html .json.v1.html .json? @@ -2370,7 +2374,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService .map.html$ .map.html? .markets.html -.masterpages/ .md .md$ .md$ @@ -2492,7 +2495,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService .nimex$ .nocache.html .nsf -.nsf .nt .numbers .odp @@ -2500,7 +2502,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService .odt .oga .old -.old-it-pages .opd .openhand.cur.html .openx.html @@ -2530,12 +2531,11 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService .pdb$ .pdf .pdf -.pdf .pdf$ .pdf$ -.pdf$http://dentx.com.tr/robots.txt -.pdf$http://hoopladigital.com/robots.txt -.pdf$http://imaging.nikon.com/robots.txt +.pdf$http://kitapyurdu.com/robots.txt +.pdf$http://minne.com/robots.txt +.pdf$http://sportstar.thehindu.com/robots.txt .pdf%7CName=ComponentLink .pdf************* .pdf?* @@ -2543,10 +2543,10 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService .pdf?adobe_mc=* .pdf?properties= .pdfdocusetools -.pdfhttp://nhs.uk/robots.txt -.pdfhttp://oik-plugins.com/robots.txt -.pdfhttp://onextrapixel.com/robots.txt -.pdfhttp://wpbeginner.com/robots.txt +.pdfhttp://newegg.com/robots.txt +.pdfhttp://pix11.com/robots.txt +.pdfhttp://thetelegraphandargus.co.uk/robots.txt +.pdfhttp://uk.reuters.com/robots.txt .personalization.article.html .personalization.html .personalization.startinfo.html @@ -2581,8 +2581,8 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService .png .png$ .png$ -.png$http://straightshooter.dk/robots.txt -.png$http://wave3.com/robots.txt +.png$http://co.pinterest.com/robots.txt +.png$http://displate.com/robots.txt .png* .png************* .polizeibericht.html @@ -2757,6 +2757,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService .rst$ .rtf .rtf$ +.ru .scss$ .sdirect .search.fast.form.html @@ -2965,7 +2966,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService .webm$ .webp .webp$ -.webp$http://loveandlemons.com/robots.txt +.webp$http://streamyard.com/robots.txt .well-known .well-known .well-known/ @@ -2978,8 +2979,8 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService .well-known/apple-developer-merchantid-domain-association.txt .well-known/assetlinks.json .well-known/assetlinks.json -.well-known/assetlinks.jsonhttp://wbcsd.org/robots.txt -.well-known/http://ark.intel.com/robots.txt +.well-known/assetlinks.jsonhttp://css-tricks.com/robots.txt +.well-known/http://ezgif.com/robots.txt .well-known/privacy-sandbox-attestations.json .well-known/privacy-sandbox-attestations.json .well-known/resource-that-should-not-exist-whose-status-code-should-not-be-200 @@ -3015,8 +3016,8 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService .xlsx .xlsx$ .xlsx$ -.xlsx$http://columbia.edu/robots.txt -.xlsx$http://narcity.com/robots.txt +.xlsx$http://groovehq.com/robots.txt +.xlsx$http://mynewsdesk.com/robots.txt .xml .xml$ .xml$ @@ -3098,7 +3099,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService /*-hump- /*-humping$ /*-humping- -/*-jobs*http://seekingalpha.com/robots.txt +/*-jobs*http://esrb.org/robots.txt /*-labia$ /*-labia- /*-mating$ @@ -3374,7 +3375,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService /*/discussions /*/documents /*/download/download-api/my-documents/checkStatus -/*/downloadhttp://vectorstock.com/robots.txt +/*/downloadhttp://google.co.kr/robots.txt /*/edit /*/edit$ /*/embed @@ -3480,8 +3481,8 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService /*/schemes /*/search /*/search-result -/*/search-results.htmlhttp://delta.com/robots.txt -/*/search-results.htmlhttp://www2.ed.gov/robots.txt +/*/search-results.htmlhttp://note.com/robots.txt +/*/search-results.htmlhttp://rp-online.de/robots.txt /*/search? /*/searchresultview /*/service/account.html @@ -3729,7 +3730,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService /*cartel- /*casting-couch /*cfnm -/*cg=* /*chiasse /*child-model /*child-nude @@ -3801,7 +3801,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService /*donkey-punch /*double-dong /*double-penetration -/*dp=* /*draaikontg /*driehoog-achter-wonen /*drooggeiler @@ -4338,6 +4337,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService /*tamil-aunty /*teen-tube /*testicle +/*textsearch* /*thank-you* /*thankyou* /*three-some @@ -4685,6 +4685,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService /1_inverse /20*.html /2015/03/06/whistleblower-says-7-eleven-had-racial-animus-toward-franchisees/*$ +/2019 /2020/02/13/money /2023- /2023/05/19/steptoe-reps-cerebellum-networks-in-lawsuit-accusing-former-advisor-of-stealing-1-3m/*$ @@ -4704,6 +4705,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService /32 /3600-series-reference-components.html /39 +/3daas-rotera /404-erreur /404-error /404.html @@ -4788,6 +4790,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService /?cid= /?clientId= /?collection= +/?comment_page= /?commentlist= /?consterm /?context=localeChange @@ -4844,7 +4847,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService /?page=*&* /?pageRef /?pageType= -/?pdf=1http://steinberg.net/robots.txt +/?pdf=1http://pushpay.com/robots.txt /?personid /?prefn1=clearance&prefv1=true /?preview @@ -4880,7 +4883,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService /?reg_oss /?replytocom /?rubric= -/?s /?s= /?s= /?s=* @@ -4888,7 +4890,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService /?sa= /?sc_lang /?school= -/?search /?search= /?sesjon /?set_cookie= @@ -5181,6 +5182,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService /TemplateItem /Templates /Temporary +/TextSearch/SuggestionsRecorder* /Traduci /Traducir /Traduire @@ -5329,7 +5331,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService /ab-test-sales /abm /about -/about /about-us/contact/contact-spotify-account /about-us/contact/contact-spotify-password /about-us/newsroom/events/ @@ -5338,6 +5339,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService /about_us/whats_new/press_release/ /about_us/whats_new/service_delay_suspension/ /abtest +/abtest/* /abuse$ /academy /academy/* @@ -5383,11 +5385,10 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService /actions /actions_panel /action~ -/action~*/ -/action~*/http://aisel.aisnet.org/robots.txt -/action~*/http://mamp.info/robots.txt -/action~*/http://s-media-cache-ak0.pinimg.com/robots.txt -/action~*/http://umweltbundesamt.de/robots.txt +/action~*/http://jasonlucchesi.com/robots.txt +/action~*/http://martinaitiene.lt/robots.txt +/action~*/http://psao.webgomme.com/robots.txt +/action~*/http://wwnorton.com/robots.txt /actividades/reserva_confirmada /actividades/voucher /activities @@ -5508,9 +5509,12 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService /almID/900005567822*$ /alphaaz /alphaza +/alquiler-de-coches/resultados /alt$ /alt? /altcoins*?hl= +/aluguel-de-carros/resultados +/aluguer-de-automoveis/resultados /alumni/* /amazingfactgenerator /amazon @@ -5527,6 +5531,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService /amp-ivw.html /amp/ /amp/amp +/amp/ampstories /amp_msp_amazon_gadget.cms* /anal- /analysis-logger @@ -5577,7 +5582,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService /api/* /api/*/amp /api/*amount -/api/*http://prlog.org/robots.txt +/api/*http://allthatsinteresting.com/robots.txt /api/catalog/v3 /api/catalog/v3/srfile /api/client-event @@ -5595,6 +5600,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService /api/solutions /api/v1 /api/v2 +/api/v2 /api/v2/documents /api/vacation-rentals /api/wpa @@ -5622,6 +5628,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService /application /apply /apply$ +/apply-for-finance/fragments/simulator /apply/$ /applyStart.asp /appointment @@ -5690,12 +5697,16 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService /ar/4009?appliedRefinements=2828 /ar/news /ara/?s= +/araba-kiralama/sonuclar +/arac-kiralama/sonuclar /arch /archiv /archive /archive/news-releases/fishing-and-aquaculture/2007/abalone-gut-bait-ban /archives /archivetop.html +/art/*shoponline +/arte/*shoponline /article/*$ /article/eid /article/figure/powerpoint @@ -5706,7 +5717,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService /article30483913.ece/amp/* /article9636950.ece/amp/* /articlelist/* -/articlelist/*http://timesofisrael.com/robots.txt +/articlelist/*http://zenodo.org/robots.txt /articles /articles/* /articles/*/*/comments @@ -5731,9 +5742,9 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService /artworks /arya /as-passagens-aereas-promocionais- +/asisonline /asq /asset-comment-info -/asset_publisher /assets /assets/fonts /assets/pdfs @@ -5748,6 +5759,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService /atom.xml$ /atom.xml? /att/mobileupgrade +/attachment /attachment/ /attachment/* /attend-my-event @@ -5780,11 +5792,16 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService /authors/*/7 /authors/*/8 /authors/*/9 +/autoberles/eredmenyek /autodiscover/autodiscover.xml /autoexpo2020 +/autokolcsonzes/eredmenyek /automatic-renewal-terms +/autonoleggio/risultati +/autonvuokraus/tulosta /autos/marketplace/product/* /autosub_cdo/* +/autoverhuur/resultaten /avg-review /avis/produit/* /awards @@ -5838,6 +5855,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService /biljettpriser- /bill-pay/bank-link /bill-pay/receive-payment +/billeje/resultater /billettpriser- /billigaste-flyg- /billigste-avganger- @@ -5845,6 +5863,9 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService /billing /billing /billing/allopass_unsubscribe.phtml +/biludlejning/resultater +/biluthyrning/resultat +/bilutleie/resultater /bin /bin/ /bin/* @@ -6055,6 +6076,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService /brochure /broker? /browse-author +/browse-history /browse-preview /browse-subject /browse-view @@ -6095,6 +6117,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService /buscador?* /buscar /business +/business-store /business-travel /business-travel? /business/BSS* @@ -6121,6 +6144,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService /buy.html /buy/*searchtag= /buy/*secrid*.html +/buyback /buyer/categories /buyer/orders /buyer/widget @@ -6196,9 +6220,12 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService /captcha/* /capture-your-edge-references.html /captureUnifiedSearch +/car-hire/resultados +/car-hire/results /car-match-quiz*vehicles=*scores=*attributes= /car-offers /car-quiz*vehicles=*scores=*attributes= +/car-rental/results /car/popups/ /car/solution/ /car/systems/CarSystemsModal.aspx @@ -6206,6 +6233,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService /car/systems/carsystemsmodal.aspx /career-advice/article?q= /careers/jobsearch? +/carhire/results /cars/marketplace/product/* /cart /cart @@ -6264,6 +6292,8 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService /ceny-leteniek- /ceny-letu- /cerca +/ces/web/modules +/ces/web/modules/*.css /cgi-bin /cgi-bin/ /challenge.html @@ -6310,12 +6340,15 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService /checkout$ /checkout* /checkout/* +/checkout/thankyou* /checkouts /child /child/ChildVisitor /child/Message /child/makeChildMessageListener /childsplay-clothing +/choose-dates +/choose-language /chrome/* /cinema-entertainment/* /circular-economy-reference.html @@ -6364,6 +6397,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService /cloud-data /cloud-storage-pricing-plans/* /club/*/chat +/cmcm /cmp/dg/gdpr /cmp/dg/gdpr-emea /cmp/dg/gdpr-germany @@ -6396,7 +6430,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService /collection/spotlight /collection/trailers /collections -/collections /collections/*%2B /collections/*%2b /collections/*+ @@ -6675,7 +6708,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService /control /control-panel/ /control_panel/manage* -/control_panel/manage*http://garmin.com/robots.txt +/control_panel/manage*http://visualstudio.microsoft.com/robots.txt /conversation /conversation? /conversations @@ -6791,7 +6824,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService /cty/pdp/ispd /cuaca/ /cuoc-hang-khong- -/curoffset /currency/change/* /currentcartcount /custom-report @@ -7002,6 +7034,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService /doi/reader /doi/ref /domain-name-use-agreement +/doprava /download /download$ /download-thanks @@ -7098,6 +7131,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService /editor/search /editor/template /editor? +/editorial-components /editorial/collections /editorships /edits @@ -7109,6 +7143,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService /einleitung /el-tiempo/ /el-v-ally-financial-inc-et-al-39941293-0*$ +/electricity-app /elements_renderer /elmundo/hemeroteca/*/*/*/* /elmundo/hemeroteca/*/*/*/*/index @@ -7360,6 +7395,9 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService /encode /encyclopedia /endnote +/energy-fragments +/energy-insights +/energy-services/web/modules /enregistrement /enroll?icid=* /enter-birthday @@ -7491,6 +7529,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService /f-zoom-* /f66afc3d-af42-4450-a6f1-fbfdd1200d94$ /facebook +/facebookapp /facet /failed/ /failure/ @@ -7503,7 +7542,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService /faq-print. /faq/jiohome /faq/jiomart-maha-cash-back-program -/faq/search/*http://depts.washington.edu/robots.txt +/faq/search/*http://geoteknik.id/robots.txt /faq/services/jio4gvoice /faq/services/jiocinema /faq/services/jiodrive @@ -7528,6 +7567,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService /favorites$ /favorites_list /favouritedesigners/items.aspx +/favourites /fax-v1.0 /fax/faxmachine /fckeditor @@ -7554,13 +7594,12 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService /feed* /feed.rss /feed/ -/feed/ /feed/$ /feed/* /feed/*/articles.xml /feed/atom$ /feed/atom/$ -/feed/http://newsroom.tiktok.com/robots.txt +/feed/http://zoom.com/robots.txt /feed/rss/$ /feed/rss2 /feed/search @@ -7572,9 +7611,9 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService /feedback/learn-more /feedback/submit /feedback? -/feedhttp://klangkulisse.com/robots.txt +/feedhttp://washingtontimes.com/robots.txt /feeds/nfl_2024_us -/feeds/nfl_2024_ushttp://postoffice.co.uk/robots.txt +/feeds/nfl_2024_ushttp://newsroom.ibm.com/robots.txt /feriehus/reviews/write /fetch-gcm-data /fetchcart @@ -7637,7 +7676,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService /follow /follow$ /followers -/followers /followers$ /followers$ /followers? @@ -8078,6 +8116,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService /games/search /gaming/performance /garantie/formular.* +/gcbalance /gcrnsts /gdata /gelules-hub-de-gamme/* @@ -8101,7 +8140,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService /getapplink /getgigafiber /getjiostbotp -/getstarted /gfe /gh/electronics/how-to-select-tv-by-what-you-watch-gaming /gh/electronics/how-to-select-tv-by-what-you-watch-netflix @@ -8112,15 +8150,18 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService /gift-finder /gift-jiophone /gift-title +/giftcard/check* /giftjph /giveaway/*.html /givelovegetlove /givingbasket /gl-d$ +/glance /global$ /global-components /global-components1 /global/apac/* +/global/assets/rotera /global/china/* /global/de_de/* /global/emea/* @@ -8236,11 +8277,12 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService /historique /history /history-node -/historyhttp://odt.co.nz/robots.txt +/historyhttp://outdoorproject.com/robots.txt /hm-test /holidays /holidays? /home$ +/home-design/share /home-resource /home-security/acme /home-security/ambusch @@ -8281,6 +8323,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService /hotels/*trip.com* /hotels/api/* /hotels/hotel +/hotels/search /house,apartment_duplex_type /house,mobile,land_type /house,mobile,townhouse_type @@ -8294,6 +8337,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService /howtobuy/ /hp-assets/ /href +/hri-fragments /hrtz /hs/manage-preferences/ /ht-d$ @@ -8304,6 +8348,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService /https: /hut2go /hwdata_lede +/hyrbil/resultat /i /i-no-longer-want-to-receive-marketing-communication#no-back /i-received-a-damaged-letter-card#no-back @@ -8313,6 +8358,8 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService /i-want-to-modify-my-personal-data#no-back /i-want-to-see-my-personal-data#no-back /i/pics1 +/i18n +/i18n$ /ibrary/ /ics_view$ /ics_view? @@ -8332,6 +8379,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService /id/units/version /id/utils /id/utils/constants +/ideas/tags /identity /identity-alert-upgrade /idojaras/ @@ -8347,6 +8395,8 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService /ik-wil-dat-bpost-mijn-persoonlijke-gegevens-verwijdert#no-back /ik-wil-geen-marketingcommunicatie-meer-ontvangen#no-back /ik-wil-mijn-persoonlijke-gegevens-aanpassen#no-back +/ikea-family/cancel-signup +/ikea-family/home-project-planner /image /image$ /image- @@ -8389,6 +8439,8 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService /inc /inc/php /incategories +/inchiriere-auto/rezultate +/inchirieri-auto/rezultate /include /includes /includes/js/dojo-release-1.8.0-src/dojo/resources/blank.html @@ -8493,6 +8545,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService /it- /it/partite /it_ +/itemDetails* /item_support /itemlist/category /items/*/revisions @@ -8592,6 +8645,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService /ke/electronics/how-to-select-tv-by-what-you-watch-smart-tv /ke/electronics/how-to-select-tv-by-what-you-watch-sports /kep +/kereta-sewa/hasil /key /key_handler /keywordcheck/check/* @@ -8611,6 +8665,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService /kyc-ui /kyc-verify /kyc-verify$ +/l /l*r10 /l*r100 /l*r150 @@ -8630,6 +8685,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService /label_carousel1.html /laboratory/conductAllInScope /landing +/landing$ /landing-page/lp/autodesk-infraworks-agol-subscription /landing-page/product/2018/autodesk/aec /landing/*.html @@ -8739,6 +8795,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService /lifestyle/lifestyle /lightbox/vendor/jquery.fancybox.pack.js /lightreg/index.html +/liikennevalineet /lijstjes /likes /likes$ @@ -8774,6 +8831,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService /listado? /liste-hotels-plan? /liste-hotels? +/listen /listener /listing/*/favoriters /listings @@ -8804,6 +8862,8 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService /locale/set /locales /location- +/location-de-voiture/resultats +/location-voiture/resultats /location/templates/* /locations/ /loft-apartments_att @@ -8866,6 +8926,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService /ma-carte-lettre-a-ete-livree-endommagee#no-back /ma-lettre-carte-a-ete-livree-en-retard#no-back /ma-lettre-carte-n-a-pas-ete-livree#no-back +/maaarkilang-sasakyan/mga-resulta /maduro /mag/ita /magasiner/achete-avec @@ -8962,7 +9023,9 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService /memberlist.php /members /membersarea/ +/men$ /men/sale/all +/men/sale/shoponline$ /mentions /menu /merch/* @@ -8990,6 +9053,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService /mi-cuenta /microsites /midas +/mietwagen/ergebnisse /migrate-account/? /migration_catalog/* /mijn-brief-kaart-is-beschadigd-bezorgd#no-back @@ -9022,6 +9086,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService /misc/sitemap-page /missing-baggage-claim /missing-baggage-claim$ +/mixtape /ml-in/iuc /mmpub /mobile @@ -9062,6 +9127,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService /monitoring /monochamp/toggle /month-view +/monthlyfragments /more /more_currency_articles /more_guides @@ -9088,6 +9154,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService /multiplane-scanner-reference.html /multiregion /multistore +/munich/index_html /muser /music/*/Search/ /music/*/search/ @@ -9158,7 +9225,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService /najlacnejsie-letenky- /najtansze-loty- /nameStorage$ -/names-togetherhttp://filmfreeway.com/robots.txt +/names-togetherhttp://cdn.cookielaw.org/robots.txt /nav_link /navigation.js /navigation/api/autocomplete @@ -9275,9 +9342,9 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService /nl /no-hardware-contest /no-index/* -/no-referrer-when-downgradehttp://globes.co.il/robots.txt -/no-referrer-when-downgradehttp://marketwired.com/robots.txt -/no-referrer-when-downgradehttp://marksandspencer.com/robots.txt +/no-referrer-when-downgradehttp://color.adobe.com/robots.txt +/no-referrer-when-downgradehttp://digital-strategy.ec.europa.eu/robots.txt +/no-referrer-when-downgradehttp://ucm.es/robots.txt /no-search-results /no_access /node @@ -9294,6 +9361,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService /nodx /noindex/ /noindex/* +/noleggio-auto/risultati /noname-* /nos-produits/* /not-support-ie$ @@ -9336,6 +9404,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService /nuda- /nude$ /nude- +/nudge /nudi$ /nudi- /null @@ -9408,6 +9477,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService /open_questions /openaire /openbook +/opengraph /opensearch /opentelegram /opera/features @@ -9471,6 +9541,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService /pa-act /pa-tou /packages/pkgdata +/pag-aarkila-ng-kotse/mga-resulta /page /page- /page-*.html @@ -9551,13 +9622,14 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService /pd/item_name-Podcast /pdf /pdf/index.html -/pdf_reader/*/ http://venmo.com/robots.txt +/pdf_reader/*/ http://atsdr.cdc.gov/robots.txt /pdfft /pdp-async/preview /pdpslice /pdr /penerbangan /penerbangan-termurah- +/pengangkutan /people /people/*/circle /people/*/favorites @@ -9753,7 +9825,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService /print.html /print.ssf /print/ -/print/http://oppo.com/robots.txt +/print/http://download.oracle.com/robots.txt /print/pdf /print?id /printable @@ -9815,7 +9887,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService /production.eu02.kering.demandware.net /productpageservicesfunctionality/* /products -/products /products/*-[a-f0-9][a-f0-9][a-f0-9][a-f0-9][a-f0-9][a-f0-9][a-f0-9][a-f0-9]-remote /products/*/configure /products/*/rcm @@ -9892,6 +9963,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService /promotion.html /promotion.html /promotion/* +/pronajem-auta/vysledky /property/compare /protected-pages/ /provider-rating-widget @@ -9921,6 +9993,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService /publications? /publisher /publisher/search +/pujceni-auta/vysledky /pull /purchase /pvData$ @@ -9962,6 +10035,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService /radar/newsfeed/colizzo-v-highgate-hotels-gp-llc-37939866-2*$ /rails-4/364891-europe/search /raja-koduri +/ramavtal /random /rankingcheck/check/* /rapist @@ -10083,7 +10157,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService /registration/ /registration? /related -/related /release-calendar/-/download /releasetesting /remix @@ -10093,6 +10166,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService /render_platform_selector /renew.html /rent-house_att +/renta-de-autos/resultados /rentacar/assets/* /rentacar/b2b/index.jsp* /rentacar/dandc/templates/* @@ -10191,8 +10265,13 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService /results.html /retailer /return/requests +/returnform/* /returnrequest /returns +/returns/*?*&liteToken= +/returns/*?*&ref= +/returns/*?liteToken= +/returns/*?ref= /reusable-components/ /reusable-content /reverse @@ -10208,6 +10287,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService /reviews/mark-inappropriate.modal /reviewselections /revisions +/rewards-experience /rewards/credit-cards/50cv /rewards/offers-promotions/rbc-get-gold /rfid-readers-reference-page.html @@ -10218,6 +10298,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService /risk-mitigation-and-threat-transparency/isoiec-27001-readiness-and-implementation/ /risk-mitigation-and-threat-transparency/privacy-services/ /river$ +/rl /rma-reference.html /rnwy/account /rnwy/ajax @@ -10244,7 +10325,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService /rss2 /rss2/ /rss2/$ -/rss2/$http://helpnetsecurity.com/robots.txt +/rss2/$http://hachettebookgroup.com/robots.txt /rss_en_all /rss_for_twitter /rss_items @@ -10262,7 +10343,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService /ru/tips/?tip=Conditions /ru/tips/?tip=login$ /ru_ -/rules /rules$ /rules/* /run/create/? @@ -10300,6 +10380,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService /sandbox/ /sandbox/* /sapi* +/sasakyan /save /save_item_checkbox /save_state_handler @@ -10586,10 +10667,12 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService /settings /settings/* /settings/account +/sewa-mobil/hasil /share /share$ /share-link /share/* +/share?url= /shared/ /shared/component /shared/component/User-agent: @@ -10692,6 +10775,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService /shopping/track /shopping/vr /shopping_cart +/shoppingcart /shoppinglist/* /shops_highlights.json /show-post-offices-list @@ -10743,8 +10827,8 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService /sitemap_.xml /sitemap_gpdc.xml /sitemap_output -/sitemaphttp://dallascityhall.com/robots.txt -/sitemaphttp://letsencrypt.org/robots.txt +/sitemaphttp://openkeychain.org/robots.txt +/sitemaphttp://ultimateclassicrock.com/robots.txt /sitemaps-farfetch-com /sitemaps/image_daily_sitemap_f_* /sitemaps/sitemaps-farfetch-com/by @@ -10753,7 +10837,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService /sitemaps/sitemaps-farfetch-com/ua /sites/Satellite /sites/all/modules/custom/contact_info/theme/accessible.png -/sites/all/modules/custom/contact_info/theme/accessible.pnghttp://brownstoner.com/robots.txt +/sites/all/modules/custom/contact_info/theme/accessible.pnghttp://sverigesradio.se/robots.txt /sites/default /sitesearch /sitesearch.html @@ -10764,7 +10848,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService /sl /sl/* /slice-shopping-bag -/slide_show /smadar /smart-sensors-and-cameras/mios.html /smb @@ -10796,8 +10879,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService /solutions/case-studies/innovators/innovators-eu/ /solutions/case-studies/sustainability-emea/ /sort -/sort/a -/sort/d /sortierung: /source /sp_common/*.htm @@ -10867,7 +10948,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService /stoguides/ /stoi/* /stopartnertest/ -/storage-viewer /store /store-w/ /store/ @@ -11140,6 +11220,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService /system/vk-redirect-vk-connect/ /systemcenter/ /szukaj +/t /t/ /t/*/73367 /t/*/73367+ @@ -11176,6 +11257,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService /tarifas-aereas- /tariffe-aeree- /tarifs- +/tasima /tasks /tauler-edictes /taxonomy @@ -11280,6 +11362,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService /third/sell /thirdparty /thirdpartyservice +/thue-xe/ket-qua /thumb.png$ /thumbnails /tid_external_content_proxy @@ -11344,6 +11427,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService /trackback$ /trackback/ /trackback/$ +/trackers /tracking.json /trade /trade-convert?*&baseccy= @@ -11374,8 +11458,12 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService /translations/*.xml /translator/c /translators +/transport +/transportasi +/transporte /trash /traslados/reserva_confirmada +/trasporti /travel-guide /travel-guide? /travel-partner-connect @@ -11462,7 +11550,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService /unsubscribe /unsubscribe/ /unsupported-browser -/upcoming-streamshttp://onlyinyourstate.com/robots.txt +/upcoming-streamshttp://lucidchart.com/robots.txt /update.php /updatecart /updates @@ -11647,7 +11735,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService /vids /view-all/ /view-form-open -/view-form-openhttp://formatadre.bandcamp.com/robots.txt +/view-form-openhttp://tempo.co/robots.txt /view/ /view? /view_comments @@ -11704,6 +11792,8 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService /wGlobal/*/styles /wal/ /warehouse-visibility-campaign-footer-reference-component.html +/watch +/watch-fragments /watchlist /wbg/aem /wbg/aem/* @@ -11840,7 +11930,9 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService /wishlist.html /wishlist/* /wlwmanifest.xml +/women$ /women/sale/all +/women/sale/shoponline$ /woodpicker.html /workshop /workshop/ @@ -11893,6 +11985,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService /wta/*/page- /wtb?modelName= /www.brandz.com/*/pag +/wynajem-samochodow/wyniki /x /x.htm /xhr @@ -11911,6 +12004,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService /year/200 /yeezy-season-1-launching-soon-m /yeezy-season-1-launching-soon-w +/z /z/internet-tv-deals-saver/?z /z/internet-tv-deals-speed/?z /zakelijk-medewerker-kon-mij-niet-helpen#no-back @@ -11965,7 +12059,10 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService /{link} /{{url /~ +/~/* /~visitor- +/для +/искусство/*shoponline 0 0 0$ @@ -12022,11 +12119,14 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService ==$ ==. =Other* +=affiliate +=awin =colorGroups =commission =content_type =country =department +=email =emarsys =event_type =field_region @@ -12093,7 +12193,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService ?*&nav ?*&navbox= ?*&newwindow= -?*&noheader +?*&noheader* ?*&oldid= ?*&page= ?*&pagefrom= @@ -12107,7 +12207,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService ?*&ref= ?*&search= ?*§ion= -?*&sfdebug +?*&sfdebug* ?*&sid= ?*&source= ?*&src= @@ -12128,6 +12228,9 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService ?*&veaction= ?*&view= ?*/ +?*/*ref +?*002/*0902 +?*2&hubs_content ?*24-hour-security= ?*:: ?*= @@ -12159,6 +12262,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService ?*OrigTerm= ?*PHPSESSID ?*PageSize= +?*PageSpeed ?*Period= ?*PriceRange= ?*ProducttypeIds= @@ -12174,13 +12278,17 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService ?*SuperSocializerAuth=* ?*Tag= ?*To66.Asia +?*__hsfp ?*__hsfp= ?*__hssc= ?*__hssc= +?*__hstc ?*__hstc= ?*__hstc= ?*__hstc=* ?*__log +?*__rmid +?*__rmidpage ?*_a=* ?*_b ?*_csrf=* @@ -12210,6 +12318,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService ?*actunilParam= ?*ad= ?*adId= +?*add-to-cart= ?*additionalInformation=* ?*address= ?*adultscount @@ -12226,6 +12335,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService ?*ajax= ?*ajax= ?*ajax=1 +?*ajs_event ?*alat= ?*albumOrTrack=* ?*algoliaQueryID= @@ -12238,7 +12348,8 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService ?*annee= ?*answerId= ?*api_key -?*apikey*http://visa.co.uk/robots.txt +?*apikey*http://themeforest.net/robots.txt +?*app ?*append_element ?*application-link= ?*aq= @@ -12248,9 +12359,11 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService ?*aspects= ?*at_preview_index= ?*attache-remorque= +?*attachment_id ?*attributes= ?*audio-prompts= ?*auth= +?*author ?*authorFacet=* ?*authors ?*autoLogin @@ -12265,6 +12378,8 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService ?*balcony= ?*barrier-free-entrances-and-ramps= ?*bathrooms= +?*bcpid +?*bcpidpage ?*bedrooms= ?*beginEventDate= ?*benderPackage= @@ -12305,6 +12420,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService ?*carrierFacet=* ?*cartTotal= ?*casOnly= +?*cat ?*catalogType=* ?*categories= ?*category= @@ -12343,9 +12459,12 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService ?*condition= ?*conditions= ?*conductorFacet=* +?*contentLanguageFilter= ?*context= ?*continue=* ?*continuous= +?*controlsVisibleOnLoad +?*country ?*country= ?*country=* ?*country_id= @@ -12356,6 +12475,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService ?*cpoAds= ?*cruise-control= ?*csm=* +?*curator ?*curpage=* ?*currentCategory=* ?*cursor= @@ -12394,8 +12514,10 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService ?*ean=* ?*eau= ?*eco= +?*edition ?*editionFrequency=* ?*editmode= +?*egotecpage ?*eid ?*electricite= ?*elevator-in-building= @@ -12429,13 +12551,12 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService ?*excludeParentalAdvisory= ?*experts ?*f%5B*%5D= -?*f%5B0%5D= ?*f.*%7C*= -?*f.*%7C*=http://news.stv.tv/robots.txt +?*f.*%7C*=http://app.gitbook.com/robots.txt ?*f[*]= -?*f[0]= ?*facetChangeCategory= ?*fb_locale +?*fbclid ?*fbclid= ?*featuredproduct= ?*feed_id= @@ -12481,13 +12602,17 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService ?*heure-de-levenement= ?*hideUnavailable=* ?*hideunavailable=* +?*hl ?*home-delivery= ?*hr_r= ?*hsCacheBuster= +?*hsCtaTracking ?*hs_preview= -?*http://eastgatevets.com/robots.txt +?*http://baremetrics.com/robots.txt +?*http://use.fontawesome.com/robots.txt ?*hubs_ ?*hubs_* +?*hubs_signup-cta ?*hybrid= ?*hydro= ?*hypoallergenic= @@ -12496,10 +12621,13 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService ?*id= ?*id=* ?*iframe +?*iid ?*imageNumber= ?*inStock= ?*index= +?*industry ?*info=* +?*inline-read-more ?*instantShip= ?*instant_ship_lowest_price_cents= ?*interaction_id= @@ -12528,6 +12656,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService ?*kwinfo=* ?*kwnazw=* ?*kwnazwa=* +?*kwp_4 ?*landline= ?*lang= ?*lang=es-ES @@ -12545,8 +12674,11 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService ?*layout= ?*letter=* ?*lf=* +?*library ?*lien-de-lapplication= +?*limit ?*limit= +?*linkId ?*ll= ?*local-de-rangement= ?*locale= @@ -12554,6 +12686,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService ?*log= ?*login= ?*lowest_price_cents= +?*luicode ?*lw= ?*mail= ?*main_tech= @@ -12621,16 +12754,20 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService ?*objectId=* ?*offer= ?*offered-by= +?*offset ?*oid_ +?*omnil ?*onboardData= ?*online-financing-approvals= ?*online-purchasing= +?*onwardjourney ?*options%5B%5D= ?*options[]= ?*order= ?*orderby= ?*ordering= ?*organicOnly= +?*origin ?*origin= ?*origterm= ?*os= @@ -12679,10 +12816,12 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService ?*pg99.asia ?*piscine= ?*pl=* +?*plan ?*player= ?*pool= ?*post_type=tribe_events ?*postalCode= +?*poy-poll ?*preferredlanguage= ?*preview*&vid= ?*preview= @@ -12719,6 +12858,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService ?*projects ?*promo_id= ?*propose-par= +?*pubFilter= ?*publicationStatus= ?*publisherName= ?*pubsIdParam= @@ -12778,9 +12918,10 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService ?*resultspp=* ?*return-policy= ?*returnurl= +?*reviews_page ?*revisionid= ?*rid=*&*destination= -?*route=account/loginhttp://openclassrooms.com/robots.txt +?*route=account/loginhttp://muckrack.com/robots.txt ?*s1= ?*s2= ?*s3= @@ -12796,6 +12937,8 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService ?*salles-de-bain-nb= ?*sauna= ?*scale= +?*scrape +?*scriptPath ?*scriptpath= ?*scriptpath=* ?*scroll_id= @@ -12860,11 +13003,11 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService ?*sort_by= ?*sort_order= ?*sortby= -?*sortcol= ?*sortdir= ?*sortedBy= ?*sorting= ?*source +?*source ?*source=* ?*source=Snowflake* ?*source=user_page @@ -12872,11 +13015,13 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService ?*specialProgramFacet=* ?*spellCheck=* ?*sprzedawca=* +?*sr_source ?*srsltid ?*srsltid ?*sru= ?*stars= ?*start=*view=* +?*start=0 ?*startdate= ?*stationnement-inclus= ?*stationnement-pour-velos= @@ -12892,6 +13037,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService ?*subcategory ?*subgroupcode= ?*subjectareaid= +?*subscription ?*success_return_url ?*summarize= ?*sunroof= @@ -12939,6 +13085,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService ?*topicId= ?*topics ?*topics= +?*tourl= ?*tpcid= ?*tr_hl= ?*trailer-hitch= @@ -12954,6 +13101,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService ?*typeAheadRedirect= ?*types= ?*u= +?*ua ?*underRetail= ?*uniqueLink= ?*unptid= @@ -12963,6 +13111,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService ?*url= ?*url_params= ?*utm +?*utm ?*utm= ?*utm_ ?*utm_ @@ -13014,6 +13163,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService ?*wp_login_redirect= ?*wpcid=* ?*xhr= +?*xid ?*xwsid= ?*yaCaptchaResponse* ?*yard= @@ -13070,6 +13220,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService ?CompareVariant= ?ContensisTextOnly=true ?ContextCategory +?EGOTECpage ?EXCEPTION= ?EntryId= ?Erid= @@ -13080,7 +13231,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService ?EventId=201357 ?ExternalDataReference ?FASID -?FILTER-SECTION= ?FRM_LOCALITE= ?G2I_ActionId=* ?Gen-MD= @@ -13091,7 +13241,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService ?L=0 ?L=0* ?LID= -?LinkSource= ?M_BT= ?ModPagespeed=noscript ?N= @@ -13099,7 +13248,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService ?OCID ?OFF ?OSPV -?PAGEN ?PHPSESSID= ?PRID= ?PageSpeed= @@ -13139,12 +13287,12 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService ?__hstc ?__hstc= ?__hstc= +?__rmid___get___page ?__twitter_impression= ?__twitter_impression=true ?_af_cid= ?_attachment_id ?_bc_fsnf=1 -?_bhlid= ?_branch_match_id= ?_cookie-check= ?_erv=* @@ -13214,7 +13362,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService ?action=callus ?action=fx_tracking_data ?action_typTHe= -?activeFrom= ?activetab= ?ad= ?ad_webview= @@ -13237,6 +13384,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService ?adobe_mc= ?adobe_mc=* ?adsafe_type= +?adults= ?advertiser= ?ae86646f_page= ?af= @@ -13329,6 +13477,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService ?artype= ?artype_web_22= ?asm=* +?associateid ?at_creation= ?attachment_id ?attachment_id* @@ -13361,7 +13510,10 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService ?backRef= ?banners ?bc= +?bclid= ?bcmt= +?bcpid= +?bctid= ?before= ?begin* ?benderPackage= @@ -13414,12 +13566,13 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService ?ca ?ca=* ?cab= +?cabinclass= ?cache= ?cacheBurst= ?calendar ?callback ?callback= -?callback=http://bitfinex.com/robots.txt +?callback=http://amazon.com.br/robots.txt ?callsandtexts ?campaign-id ?campaignKey @@ -13460,6 +13613,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService ?channelid= ?chapter_analytics_code= ?chash= +?checkin= ?checkoutError=deal_unavailable ?ci= ?cid* @@ -13533,7 +13687,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService ?comments ?comments* ?comments= -?commidhttp://ar.pinterest.com/robots.txt +?commidhttp://bundesfinanzministerium.de/robots.txt ?communityId= ?companyid= ?companyid=* @@ -13589,10 +13743,9 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService ?cssPath= ?cst= ?ct -?ct=* ?ctime= ?ctl -?ctx=*http://postmansmtp.com/robots.txt +?ctx=*http://freebsd.org/robots.txt ?curator= ?curid= ?currency @@ -13671,6 +13824,8 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService ?dpa= ?dpl= ?dr= +?drop_off= +?drop_off_date= ?dt_commerce_tag= ?duration= ?dve_trk_id @@ -13720,7 +13875,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService ?entity_type= ?entry= ?epgoverlay -?epik=* ?erid= ?erid=* ?err= @@ -13769,10 +13923,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService ?f[ ?f[* ?f[*]= -?f[0]= ?f_* -?f_*= -?f_psi=* ?facet_ ?fallback=true ?faq= @@ -13783,7 +13934,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService ?fbclid ?fbclid= ?fbclid=* -?fbclidhttp://nationsonline.org/robots.txt +?fbclidhttp://hellogiggles.com/robots.txt ?fbt1= ?fc= ?fdid= @@ -13832,6 +13983,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService ?filters[ ?find_similar_by= ?firstId= +?fit= ?fl= ?fl_rand_seed= ?flik= @@ -13877,7 +14029,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService ?fromEasyShoppingTab= ?fromFooter ?fromMenu -?fromNewsdog*http://theworlds50best.com/robots.txt +?fromNewsdog*http://humansecurity.com/robots.txt ?fromOffersTab= ?fromSeasonalTab= ?fromStream= @@ -13930,8 +14082,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService ?google_preview= ?gotoUrl= ?gp -?gp=* -?gr= ?grape ?group=test_a ?group=test_b @@ -13949,6 +14099,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService ?hash_id ?hc=* ?hc_ +?hc_location ?hcb= ?height= ?helper= @@ -13971,31 +14122,21 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService ?hsFormKey= ?hsFormKey=00c2cf09d3e2337ec3b798e6331f08c2 ?hsa_acc -?hsa_acc= ?hsa_ad -?hsa_ad= ?hsa_cam -?hsa_cam= ?hsa_grp -?hsa_grp= ?hsa_kw -?hsa_kw= ?hsa_la ?hsa_mt -?hsa_mt= ?hsa_net -?hsa_net= ?hsa_ol ?hsa_src -?hsa_src= ?hsa_tgt -?hsa_tgt= ?hsa_ver -?hsa_ver= ?hsm= ?hss_channel= ?hstc* -?http://jdk.java.net/robots.txt +?http://elvocero.com/robots.txt ?hubs_content-cta ?hubs_content-cta= ?hubs_content= @@ -14006,6 +14147,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService ?iana= ?icid= ?icmp= +?icy= ?id ?id2=* ?id= @@ -14073,6 +14215,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService ?items_per_page= ?items_per_page= ?itemsperpage= +?itemsperpage= ?itm ?itm_medium=website&itm_source=inc42-footer ?itm_source @@ -14080,6 +14223,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService ?ivk_sa ?ivrating* ?iwd_preview12345* +?j= ?ja ?jh= ?jiscode @@ -14112,6 +14256,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService ?kind= ?ko ?kr +?krypto= ?kuid= ?kw ?kw= @@ -14120,7 +14265,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService ?l=* ?lang ?lang* -?lang*http://louisville.edu/robots.txt +?lang*http://wellsfargo.com/robots.txt ?lang= ?lang= ?lang=* @@ -14271,6 +14416,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService ?multifactortype=country ?mv= ?n= +?na= ?name= ?namespace=s7classic* ?nav-bar-resources%3Ftrk= @@ -14283,17 +14429,19 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService ?nb= ?nbck=1 ?ncid* +?ncr= ?ncs= ?ndx=t$ ?ndx=t& ?neighborhoods -?netflixsource=*http://help.openai.com/robots.txt +?netflixsource=*http://ptc.com/robots.txt ?netmng= ?new= ?news_id= ?newsid ?newwindow= ?next +?next= ?nextUrl=* ?nexthome=1 ?ni=1 @@ -14309,7 +14457,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService ?no_takeover ?nobackground ?nodefault -?noheader +?noheader* ?noindex ?noindex= ?nomobile* @@ -14341,6 +14489,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService ?oat= ?ob=open-bridge ?obOrigUrl= +?odate= ?oem= ?offerId ?offerIds= @@ -14351,7 +14500,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService ?offset=0 ?ofg ?olaId= -?old_homepage= ?older=* ?oldid= ?omiid @@ -14363,8 +14511,10 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService ?op=mqmpvicu ?open_login=1 ?ophqt= +?oplace= ?optimizely_user_id= ?optin-monster-ajax-route= +?optionsUIDs= ?oq= ?order ?order= @@ -14397,6 +14547,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService ?p= ?p=* ?p=*& +?p=*&preview=true ?p=informazioni_legali ?p=leggitutte* ?p=search* @@ -14413,7 +14564,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService ?page=*& ?page=*&promo ?page=*&rate= -?page=*http://roadtrippers.com/robots.txt +?page=*http://hottopic.com/robots.txt ?page=0 ?page=1 ?page=[0-9] @@ -14426,6 +14577,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService ?paged ?pagefrom= ?pager.offset= +?pagespeed ?pageuntil= ?paid_traffic_source= ?pam= @@ -14452,6 +14604,8 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService ?pgtype= ?photo= ?photoAlbumId= +?pick_up= +?pick_up_date= ?pid= ?pid=* ?pid=User_invite @@ -14485,7 +14639,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService ?post= ?postID= ?post_add -?post_id= ?post_type ?post_type* ?post_type= @@ -14495,11 +14648,11 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService ?post_type=newsletter ?postcode= ?postsTagsIds= -?pp=* ?pr= ?pr_prod_strat= ?prc= ?prcode=* +?preferences= ?prefix* ?prefn1 ?prefn1=* @@ -14509,7 +14662,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService ?preview ?preview= ?preview=* -?preview=http://insead.edu/robots.txt +?preview=http://qrco.de/robots.txt ?preview=true ?preview=true$ ?previewToken= @@ -14520,6 +14673,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService ?prf= ?price ?price= +?priceFilter ?priceTier ?priceValue=* ?prices= @@ -14553,13 +14707,14 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService ?products ?products_id ?productversion +?profile= ?profiling= ?programSlug= ?programme_code= ?programs= ?promoId= ?promoId=* -?prototype= +?proxy_env= ?proxycustom=ADVANCED ?prx_t= ?ps=* @@ -14645,6 +14800,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService ?qa_expand_key ?qd4mE3DR= ?qf= +?qp_prevPrice= ?qr= ?qs= ?qstring= @@ -14712,6 +14868,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService ?ref=amp-similar-events-org$ ?ref=amp-similar-events-trending-nt$ ?ref=amp-similar-trending-events$ +?ref=binfind.com ?ref=cano-rd-params$ ?ref=cano-rd-params-amp$ ?ref=cano-rd-params-v2$ @@ -14844,12 +15001,13 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService ?return_type ?return_uri ?returnurl= -?returnurl=*http://badoo.com/robots.txt +?returnurl=*http://lluiscoloma.com/robots.txt ?retweetjs ?review_category ?review_manufacturer ?review_page= ?review_type +?rf= ?rfAmpClientId ?rfbclid= ?rgn= @@ -14876,12 +15034,13 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService ?s$ ?s&pid=102940 ?s* +?s-f_iplace= ?s2 ?s= ?s= ?s=* ?s=*feed -?s=*http://inspectlet.com/robots.txt +?s=*http://raindrop.io/robots.txt ?s=*page ?s=43260 ?s=Art @@ -14890,9 +15049,9 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService ?s=News ?s=bpage-next ?s=feedpager -?s=http://1101.com/robots.txt -?s=http://800pgr.lnk.to/robots.txt -?s=http://iubenda.com/robots.txt +?s=http://dealbook.nytimes.com/robots.txt +?s=http://justbento.com/robots.txt +?s=http://mdanderson.org/robots.txt ?s=lightbox ?s=mobile ?s=thanks @@ -14941,8 +15100,9 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService ?search_query= ?search_str ?searchfor=doctor&q= -?searchhttp://ohsheglows.com/robots.txt +?searchhttp://hdfcbank.com/robots.txt ?searchid= +?searchoffer= ?searchterm ?section ?section* @@ -14970,10 +15130,9 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService ?set_language ?set_mobile= ?sez=JSON* -?sfdebug +?sfdebug* ?sfilters=0 ?sfns= -?sgsc=* ?share= ?share= ?share=jetpack-whatsapp @@ -15009,6 +15168,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService ?sl=RU ?sl=UA ?sl=ru +?sleeves= ?slogin ?slow= ?slsuccess= @@ -15042,6 +15202,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService ?sort_type ?sortby=* ?sorting= +?sorting= ?source ?source*= ?source= @@ -15090,6 +15251,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService ?status= ?step= ?store= +?storeId= ?streaming_service= ?studioid= ?subCategories= @@ -15133,7 +15295,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService ?tags= ?target ?target* -?target= ?target_audience ?target_lang ?targetclass @@ -15145,7 +15306,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService ?tc_deviceCategory= ?tca= ?tcmUri=* -?td=* ?team_stats_event_type= ?teaser= ?teaser_links_box= @@ -15310,7 +15470,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService ?utm_source=lsplayer ?utm_source=quora ?utm_source=twitter -?utm_sourcehttp://shopify.com/robots.txt +?utm_sourcehttp://support.sas.com/robots.txt ?utm_sourse=55 ?utm_sq ?utm_term @@ -15331,7 +15491,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService ?veaction= ?ved= ?ver* -?ver= ?version= ?ves= ?vi @@ -15453,7 +15612,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService ?zh-sg ?zh-tw ?zipstatecity= -?zz_*= @ @ @1x. @@ -15688,6 +15846,7 @@ AccommodationCrossSells AccommodationTips Account Account +Account* Account-EditEmail Account-EditForm Account-EditName @@ -15713,11 +15872,13 @@ Account/Register Account/Register.aspx Account/institutionalsignin Account/register.aspx +AccountAccess AccountActivityView AccountBalanceView AccountDisavow? AccountMerge AccountProfessionalInformationContiBlockController +AccountStatus Account_Billing Achievements ActionRecord @@ -16007,6 +16168,7 @@ ArChivES ArChivEs ArChiveS ArChives +Arabic ArcHIVES ArcHIVEs ArcHIVeS @@ -16131,8 +16293,6 @@ B2BClickTracking BA BA/ BACKURL= -BACKURL= -BACK_URL= BACK_URL= BAEmailConfirmation BALinkImpressionTracking @@ -21006,6 +21166,7 @@ Bestätigungs-Mail Bibtexdownload Bidding-Opportunities-Current/City-Bids/* Bidding-Opportunities-Current/New-page/* +BillingActivity BillingAndPayments BillingDetail BillingInvoiceFile @@ -21093,7 +21254,7 @@ Business/Work-with-the-City/Current-Bidding-Opportunities Business/Work-with-the-City/New-page Business/Work-with-the-City/Prevailing-Wage BusinessListingsAjax -ButikDetay*/http://trenitalia.com/robots.txt +ButikDetay*/http://chabad.org/robots.txt Buy Bytedance's C @@ -21137,7 +21298,6 @@ CK/ CL/ CLP CM/ -CMF/CDA/ CMS-GeneralFiles-production/NA/ebooks/Geotab_StateofCommercialTransportation_2023 CMS/SiteSearch/ CMS/adoptions/css @@ -21272,6 +21432,7 @@ CampaignConfiguration CampaignManagement CampaignStatistics CancelBooking +CancelPlan CaptchaImage.axd CaptchaImage1.axd CaptchaValidationLog @@ -21324,6 +21485,7 @@ ChangeEmailAddressView? ChangePassword ChangePassword ChangePassword.aspx +ChangePlan ChangeSecurityInfoView Channel ChannelTagit/tagName= @@ -21352,6 +21514,7 @@ CheckoutOrderShippingView CheckoutPayInStoreView CheckoutReviewDisplayView CheckoutSignInView +Chinese Christian/Books/WISHLIST Christian/Books/backorder_email Christian/Books/bookbag @@ -21928,6 +22091,7 @@ DisplayProductPopIn.mvc/ DisplayView Divisions DmozTopic* +DoNotTest DoRetailAvailabilitySearch Doc Doc-rm @@ -21954,7 +22118,6 @@ Dokument.wxe Dokument.wxe?Abfrage=* Domains/DomainControlPanel Dossiers -DotCom/ Download Download DownloadFile/ @@ -21980,12 +22143,10 @@ EC/ EDOCSSESSIONID EDUCATION/ EE/ -EFPIA_Disclosure*.pdf EFRU/ EG/ EH/ ELEZIONI2014/ -EMM/ EMORY_DOC/ EMORY_DOC2/ EMORY_DOC3/ @@ -22030,6 +22191,7 @@ Edgate/ Edit EditForm.aspx$ EditPermanentShippingAddressView +EditProfiles Editorial/ Education/SchoolHelp.htm Education/SchoolStudents/Olympiad/paper2011.asp @@ -22046,6 +22208,7 @@ EmailFriendView EmailHotel EmailMap EmailMemberRegistration +EmailPreferences EmailServicesForm EmailSpellCheckJson Email_* @@ -22379,6 +22542,7 @@ Financial/ExternalBondCalculator.aspx Find* FindRestaurants FinishAppInstall +FireTV FitAnalytics- FiveSteps/ FiveStepsToHealth/ @@ -22481,7 +22645,7 @@ G GA GA/ GAM-investments-dave/ -GAM-placements-dave/http://rbc.ru/robots.txt +GAM-placements-dave/http://enable-javascript.com/robots.txt GARecord GB/default GD @@ -25345,6 +25509,8 @@ Government/Agencies-Departments-Offices/Agencies-Departments-Offices-Directory/H Government/Agencies-Departments-Offices/Agencies-Departments-Offices-Directory/Human-Rights-Community-Partnerships/Divisions-Offices/Office-of-Nonprofit-Engagement/Sign-up-for-updates Government/Agencies-Departments-Offices/Agencies-Departments-Offices-Directory/Human-Rights-Community-Partnerships/Divisions-Offices/Office-of-Nonprofit-Engagement/Workshops-Events/Past-ave-Green-Be-Green-Conferences/2024-ave-Green-Be-Green-Conference-Pictures Government/Agencies-Departments-Offices/Agencies-Departments-Offices-Directory/Human-Rights-Community-Partnerships/Divisions-Offices/Office-of-Nonprofit-Engagement/Workshops-Events/Past-ave-Green-Be-Green-Conferences/New-page +Government/Agencies-Departments-Offices/Agencies-Departments-Offices-Directory/Human-Rights-Community-Partnerships/Divisions/Disability-Rights/Interacting-with-People-who-have-Disabilities +Government/Agencies-Departments-Offices/Agencies-Departments-Offices-Directory/Human-Rights-Community-Partnerships/Divisions/Disability-Rights/New-page Government/Agencies-Departments-Offices/Agencies-Departments-Offices-Directory/Human-Rights-Community-Partnerships/Divisions/Disability-Rights/Process-for-Responding-to-Braille-Requests Government/Agencies-Departments-Offices/Agencies-Departments-Offices-Directory/Human-Rights-Community-Partnerships/Divisions/Disability-Rights/Service-Animal-Guide-Colorado-Public-and-Business-Entities Government/Agencies-Departments-Offices/Agencies-Departments-Offices-Directory/Human-Rights-Community-Partnerships/Divisions/Disability-Rights/Steps-Braille-Request @@ -25712,18 +25878,13 @@ Government/Agencies-Departments-Offices/Agencies-Departments-Offices-Directory/O Government/Agencies-Departments-Offices/Agencies-Departments-Offices-Directory/Office-of-Special-Events/CCBLightingRequest/2025/* Government/Agencies-Departments-Offices/Agencies-Departments-Offices-Directory/Office-of-Special-Events/CCBLightingRequest/Copy-of-2024-1/* Government/Agencies-Departments-Offices/Agencies-Departments-Offices-Directory/Office-of-Special-Events/OSENews/2022-News/* -Government/Agencies-Departments-Offices/Agencies-Departments-Offices-Directory/Office-of-Special-Events/OSENews/2022-News/Civic-Center-Park-Holidays/* Government/Agencies-Departments-Offices/Agencies-Departments-Offices-Directory/Office-of-Special-Events/OSENews/2023-News/* -Government/Agencies-Departments-Offices/Agencies-Departments-Offices-Directory/Office-of-Special-Events/OSENews/2023-News/Civic-Center-Holidays/* Government/Agencies-Departments-Offices/Agencies-Departments-Offices-Directory/Office-of-Special-Events/OSENews/2023-News/Copy-of-Waste-No-More-Updates-1 Government/Agencies-Departments-Offices/Agencies-Departments-Offices-Directory/Office-of-Special-Events/OSENews/2023-News/East-Colfax-Special-Events -Government/Agencies-Departments-Offices/Agencies-Departments-Offices-Directory/Office-of-Special-Events/OSENews/2023-News/New-page/* Government/Agencies-Departments-Offices/Agencies-Departments-Offices-Directory/Office-of-Special-Events/OSENews/2023/* -Government/Agencies-Departments-Offices/Agencies-Departments-Offices-Directory/Office-of-Special-Events/OSENews/2024-News/Civic-Center-Holidays/* Government/Agencies-Departments-Offices/Agencies-Departments-Offices-Directory/Office-of-Special-Events/OSENews/2024-News/East-Colfax-BRT Government/Agencies-Departments-Offices/Agencies-Departments-Offices-Directory/Office-of-Special-Events/OSENews/2024-News/East-Colfax-BRT-Special-Events Government/Agencies-Departments-Offices/Agencies-Departments-Offices-Directory/Office-of-Special-Events/OSENews/2024-News/East-Colfax-Special-Events -Government/Agencies-Departments-Offices/Agencies-Departments-Offices-Directory/Office-of-Special-Events/OSENews/Civic-Center-Holidays/* Government/Agencies-Departments-Offices/Agencies-Departments-Offices-Directory/Office-of-Special-Events/OSENews/East-Colfax-Special-Events Government/Agencies-Departments-Offices/Agencies-Departments-Offices-Directory/Office-of-Special-Events/Permitting-Special-Events/Being-a-Good-Neighbor Government/Agencies-Departments-Offices/Agencies-Departments-Offices-Directory/Office-of-Special-Events/Permitting-Special-Events/Film-and-Photography @@ -26254,7 +26415,6 @@ Government/Agencies-Departments-Offices/Agencies-Departments-Offices-Directory/P Government/Agencies-Departments-Offices/Agencies-Departments-Offices-Directory/Parks-Recreation/Urban-Parks-Trails/Trails/Trail-Use-Data Government/Agencies-Departments-Offices/Agencies-Departments-Offices-Directory/Parks-Recreation/Urban-Parks/City-Parks Government/Agencies-Departments-Offices/Agencies-Departments-Offices-Directory/Parks-Recreation/Urban-Parks/Trails/Trail-Use-Data -Government/Agencies-Departments-Offices/Agencies-Departments-Offices-Directory/Parks-Recreation/Winter-Activities Government/Agencies-Departments-Offices/Agencies-Departments-Offices-Directory/Parks-Recreation/Winter-Activity-Guide Government/Agencies-Departments-Offices/Agencies-Departments-Offices-Directory/Police-Department/Copy-of-Police-Records-1 Government/Agencies-Departments-Offices/Agencies-Departments-Offices-Directory/Police-Department/Crime-Reporting/Burglary @@ -28000,7 +28160,7 @@ GuruFiles/ Gurufiles/ H HACAffiliate -HBO/ +HBO/ HK/ HM HMDThankYou @@ -28032,6 +28192,7 @@ Handlers Handlers Handlers/ Handlers/LinkClosed +HdToggle HeadJS/static-2.115 HeadJS/static-2.83 HeadJS/static-2.84 @@ -28254,6 +28415,7 @@ Home/Hot-Topics/Alert Home/Hot-Topics/Arts Home/Hot-Topics/Assessor Home/Hot-Topics/Assistance +Home/Hot-Topics/Auditor Home/Hot-Topics/BallotTrax Home/Hot-Topics/Bond Home/Hot-Topics/Budget @@ -28490,7 +28652,6 @@ IR/ IS IS/ ISAPI_Rewrite/ -ISBN ISC ISSUE_TEMPLATE.md ISSUE_TEMPLATE.md @@ -28530,7 +28691,7 @@ Images/HTEditImages Images/MT Images/Popup/ Images/QDM_EVENTS -Images/sites/http://en-ca.wordpress.org/robots.txt +Images/sites/http://kctv5.com/robots.txt ImagesContent Import ImpressionRecord @@ -28538,6 +28699,7 @@ ImproveListing InQMembershipDetails.content.html Inactive Inbox +Incapsula* Include-Footer Include-Header Includes @@ -28551,6 +28713,7 @@ Industry/ IndustryBrains Ineskup Ineskup +InfoArt* InfoCenter InfoCenter-a_ctr.april_en InfoSMART @@ -28663,6 +28826,7 @@ Keep Kimengi Kimengi/nineconnections.com Knowledge-Search +Korean Krypto Ks Kuala-Lumpur @@ -28720,6 +28884,7 @@ LZWeb Labs LanderLogger LandingPage +LanguagePreferences Languages/Pages/Volunteer-Stipend.aspx Languages/SiteCollectionDocuments/FAQ-County-Translations.pdf Large-Files @@ -28749,7 +28914,6 @@ Library/Document.ashx Library/ReadItLaterPopup.aspx Library/document.ashx LightSubscriptionCenter -Like-spain-theme/js LikeButtonClicked Link LinkGenerator @@ -28810,6 +28974,7 @@ Login/ Login/Forgot-Password Login/Forgot-Username Login? +LoginHelp Logoff Logoff LogonForm @@ -28832,7 +28997,6 @@ MC/ MCOMDefault/ MD/ MDB/ -MDS META-INF MFCF MFCF/mfcfnow @@ -28916,12 +29080,14 @@ Maintenance MakePaymentView Manage ManageAccountAccess +ManageDevices ManageListingApi ManageOrder ManageOwnersTopReasonsApi ManagePaymentAccountView ManagePhotos ManageProducts.aspx +ManageProfiles ManageReports.aspx ManageReturns ManageShopListingApi @@ -28952,13 +29118,13 @@ Market-Reports/press-release-2.html Market-Reports/test-report-134.html Market-Reports/top-10-drug-delivery-technologies-112.html?cid=3 Market-Reports/transportation-security-advanced-technologies-and-global-market-63.html?cid=3 -MarketFacingTech MarketPerception Marketing/EcapSurvey.aspx Marketplace/ MasterPages Masterpages/ MathJax +Maxis Maxthon Mayor-Training-Page/* MbrApps @@ -29056,6 +29222,7 @@ Members/ Membership/Memberzone Membership/e-Membership/app-help.asp Memonly/ +Meo MessageRunDetailID= Messages MessagingOptions @@ -29213,6 +29380,7 @@ Motomondiale Motori/*.html$ Motori/*_amp.html$ Movies +MoviesYouveSeen MptUrl Msgeskup Msgeskup @@ -29260,6 +29428,7 @@ MyNewegg/ MyPaintColorListDetailView MyPortfolio MyProductsView +MyProfile* MyProjectListDetailView MyProperty24 MyScenesView @@ -29420,6 +29589,7 @@ NewMessage NewMyAccount/ NewOwners NewTopic +NewWatchInstantlyRSS News News-and-Calendar/Summing-Up/ News-articles/2022/* @@ -29548,6 +29718,7 @@ OrderConfirmationView OrderDefinitionView OrderDetail* OrderItemDisplay +OrderItemDisplay= OrderNum* OrderShippingBilling OrderStatus @@ -29594,14 +29765,6 @@ PAD PAGE/* PAGEN PAGEN_ -PAGEN_1= -PAGEN_2= -PAGEN_3= -PAGEN_4= -PAGEN_5= -PAGEN_6 -PAGE_NAME=detail_slide_show -PAGE_NAME=search PAGINA-DE-PROVA PARTNERS/* PCCOciWeb/ @@ -29679,6 +29842,7 @@ Pages/search Pagetext Pagethumb PageviewRecord +Panasonic Panier PanoramaXml Paragon @@ -29697,6 +29861,7 @@ Params=333636312C43757272656E7446696C7465722C382C31 Partenariats Participate Partner +Partner.URL Partner= PartnerDocuments.aspx PartnerSearch.aspx @@ -29867,6 +30032,7 @@ Politics/qGhqEUxkwY1XCf44StpdPM/Asaram-Bapu-From-building-an-empire-of-Rs-10000- Politics/qGhqEUxkwY1XCf44StpdPM/Asaram-Bapu-From-building-an-empire-of-Rs-10000-crore-to-b.html?facet=amp&utm_source=googleamp&utm_medium=referral&utm_campaign=googleamp Polskie-Radio-24/Tag99941 PopCalendar2005/ +PopupDetails PopupNewsletterSubscription.asp PopupNewsletterSubscription2.asp Popups/ @@ -29991,6 +30157,7 @@ Profile Profile/ViewPdf Profileeskup Profileeskup +ProfilesGate Programmes/Search-Courses Programs ProhibitedCharacterErrorView @@ -30079,6 +30246,7 @@ Public/13.0.0 Public/14.0.0 Public/15.0.0 Public/15.1.0 +Public/16.0.0 Public/2.1-Update Public/2.1-Update2 Public/2.1-Update3 @@ -30299,6 +30467,7 @@ RedirectDefault.aspx Redirection.asp Redirectl Redirects +ReferralFriends10* RegActivation RegisterAccount RegistrationAddFormView @@ -30444,7 +30613,6 @@ SFACS SG/ SH/ SH55 -SHOWALL SI SI/ SID= @@ -30454,7 +30622,7 @@ SITE=MN SITE=NZH SITE=XCOM SITE=es.antevenio. -SITECOREhttp://dribbble.com/robots.txt +SITECOREhttp://circleid.com/robots.txt SITESEARCH/ SK/ SL @@ -30524,7 +30692,7 @@ Scripts/ Search Search Search* -Search*http://arminbwagner.com/robots.txt +Search*http://builtwith.com/robots.txt Search-Results Search-Show Search-Show* @@ -30546,7 +30714,7 @@ Search/Index?sitecode=MONTBLANC* Search/Mail/Public Search/Search/ Search/SearchKeyWord -Search/http://icann.org/robots.txt +Search/http://hilton.com/robots.txt Search2 Search? Search?q* @@ -30711,9 +30879,10 @@ Socialnetwork= Socialprofile= Sogou Sok -Sok*http://kbb.com/robots.txt +Sok*http://alchetron.com/robots.txt Soldier/ SolutionsDisplay +Sony SortAttractions SortEateries SortHotels @@ -30763,7 +30932,7 @@ Staff/staffsearch Staff/style.css Staff/user/login Staging -Standards-and-Positions/Principles-and-Standards/E-examples/http://nczonline.net/robots.txt +Standards-and-Positions/Principles-and-Standards/E-examples/http://addons.thunderbird.net/robots.txt Staples/ StartBooking StartDocument @@ -30784,6 +30953,8 @@ Stats Stats/Files/ Stats/Reports/ StickerRequestAjax +StockAvailSearchForm +StockAvailSearchForm= StockLink.php StockNews StockQuote/ @@ -31071,6 +31242,7 @@ Team/Reports TeamPresent Teleport TeleportPro +TellAFriend* Temas Template/ TemplatePackage/3.0/Templates @@ -31086,7 +31258,6 @@ Templates Templates/ Templates/* TemporarilyClosedNoticeApi -Temporary Tennis/*/epreuve-*/annee-*/page-tableau-tournoi Tennis/*open*/page- Tennis/21-05-2014/tennis-medico-djokovic-dal-polso-dieta-ecco-suoi-segreti-80722513034.shtml @@ -31125,7 +31296,6 @@ ThreadeskupSimple Tienda/Guide Title To -TodayOJ TodaysLowestFaresAjax ToolTips/ Tools @@ -31391,7 +31561,7 @@ Vol-IAOA Vol-XXX Volley/06-03-2016/volley-alessia-debutto-senza-morbosita-solo-pallavolo-140919160674.shtml VolunteerTranslations -VoteActivities/http://nature.com/robots.txt +VoteActivities/http://footwearnews.com/robots.txt Vuejs VwghRechtssatzkette.wxe?Abfrage=* W @@ -31485,7 +31655,6 @@ WarehouseLocatorDirectionsView Warenkorb WatchTopic WatermarkPhoto -Wau-theme/js Wayback WeSEE:Search WeatherAjax @@ -31513,7 +31682,7 @@ WebService WebServices WebServices/ WebStripper -WebSupport/Restrictedhttp://missuniverse.com/robots.txt +WebSupport/Restrictedhttp://britishmuseum.org/robots.txt WebUserControls WebX WebZIP @@ -31530,6 +31699,7 @@ White-paper-ISO-13485.pdf Wholesale-*-c-*-0-1-*.html Wholesale-Attribute-*.html WhyBoothStories.xml +WiViewingActivity WidgetBrowserExtension WidgetEmbed WidgetListAsync.naver @@ -31601,6 +31771,8 @@ YediothPortal/Ext/TalkBack/CdaTalkBackTrans YediothPortal/Ext/TalkBack/CdaViewTalkBack YfcuVaVBkfnzl2j6UbEcK0Oiqkv88jx6w YnJhbmQ6 +YourAccount +YourAccountPayment Youtube Z ZA/ @@ -31808,7 +31980,7 @@ __export __frame __fudge __hsfp -__hsfphttp://idntimes.com/robots.txt +__hsfphttp://toonsmag.com/robots.txt __hssc __hstc __hstc= @@ -32074,7 +32246,7 @@ _issue _jcr_content _jcr_content* _jcr_content.logout.html -_jcr_content/*http://reliefweb.int/robots.txt +_jcr_content/*http://privyr.com/robots.txt _jcr_content/renditions/ _jobs _js/ @@ -32103,7 +32275,7 @@ _layouts/sp.core.js?rev=* _layouts/sp.js?rev=* _layouts/sp.runtime.js?rev=* _layouts/sp.ui.dialog.js?rev=* -_layoutshttp://health.ny.gov/robots.txt +_layoutshttp://ecx.images-amazon.com/robots.txt _lib/ _libraries _lit @@ -32164,7 +32336,7 @@ _no_mobile/ _noindex _not-found _notes -_notes/http://aesthetics.fandom.com/robots.txt +_notes/http://metlife.com/robots.txt _nsfgfb _nuxt _nuxt/*map @@ -32230,8 +32402,8 @@ _q* _qa _qa.html _query= -_r/http://link.space/robots.txt -_r/http://spotify.com/robots.txt +_r/http://aboutcookies.org/robots.txt +_r/http://acdsee.com/robots.txt _rcv _recache _recruitment_demo @@ -32309,7 +32481,6 @@ _styles _subdomains _svc _swf/ -_switcher_WAR_mediaportlet_redirect= _system/ _tasks/ _tcm @@ -32400,7 +32571,7 @@ a-logon/ a-madea-christmas a-payment a-propos -a-savoir-en-france +a-savoir-en-france/ a-simple-guide-to-making-strong-and-unique-passwords a-very-belmond-christmas a-w/our-people/life-at-philips/_jcr_content/par/gc04v2_gridcontainer_0/containerpar_item_1/containerpar/n19_categorizedlisto_1197489506.cards.section.(Life%20at%20Philips).page.(---customkey---page---customkey---).html @@ -33175,6 +33346,7 @@ a/jobs/work-from-home/wellington$ a/jsp a/kostra/stt a/list-a-vehicle$ +a/llms/*-llms-full.txt a/login a/marketplace a/marketplace/***********/listing/********** @@ -37772,7 +37944,6 @@ a/property/flatmates-wanted/*listing a/property/insights a/property/insights/*(modal:login) a/property/insights/*justsold -a/property/insights/*page a/property/insights/*sort a/property/insights/*sort_order a/property/insights/search/*/* @@ -40344,6 +40515,7 @@ ab/abwcac ab/ahrc ab/alrb ab/cgysdab +abTest ab_a/*? ab_tests aba07journ/ @@ -40460,8 +40632,6 @@ about/*qt-vzc_corporate_news_analytics about/*query= about/a-message-from-the-director about/advisory-and-peer-review-committees/roster/hlbp -about/ask/ -about/ask?* about/at-a-glance/plans/student-survey-2022 about/awards/award-recipient-form.html about/c @@ -40531,7 +40701,7 @@ about/newsroom about/newsroom/page/*/?s about/newsroom/page/*/?tag about/oa-funding-and-policy-support -about/past-staff/http://macg.co/robots.txt +about/past-staff/http://people-press.org/robots.txt about/person/003a000001vIIl0AAG about/ping about/press-center @@ -40630,6 +40800,8 @@ abstracts/mtc.class.php absysnet abt/userinfo abtest +abtest +abtest/* abuse abuse.asc abuse/? @@ -40657,7 +40829,7 @@ academic-strategy academic-subscriptions academic/ academic/profile -academic/rotc/afrotc/CurrentCadets/http://auctions.yahoo.co.jp/robots.txt +academic/rotc/afrotc/CurrentCadets/http://tenantcloud.com/robots.txt academic/search academicaffairs/commencement/book academicdemo/search-result @@ -40864,7 +41036,6 @@ account-edit account-info.htm account-link account-login -account-management-devel account-prefs-change account-settings account.php @@ -40872,8 +41043,7 @@ account.php account/ account/$ account/* -account/*http://healthtips1dr.blogspot.com/robots.txt -account/InstitutionalSignInhttp://projectnoah.org/robots.txt +account/InstitutionalSignInhttp://churchofengland.org/robots.txt account/Register.aspx account/_Resources/ account/accomplishments @@ -40925,7 +41095,7 @@ account/password-reset/confirm.html account/password-reset/initiate.html account/password-reset/secure-redirect-new-password.html account/password/*-*/forgotten-password$ -account/password/*-*/forgotten-passwordhttp://tesla.com/robots.txt +account/password/*-*/forgotten-passwordhttp://disneyplus.com/robots.txt account/password/*-*/reset-password account/password/reset account/paypal_cart @@ -40957,7 +41127,8 @@ account/support/ account/unsubscribed account/update-payment account/upgrade -account/user-flow/http://parcel2go.com/robots.txt +account/user-flow/http://dougal.gunters.org/robots.txt +account/verify account/wachtwoordinstellen.html account/wachtwoordvergeten.html account/wishlist @@ -41010,6 +41181,7 @@ account_settings/set_password? account_settings/set_your_password$ account_settings/set_your_password? account_settings? +accountaccess accountemail accounthelp accountinfo.php @@ -41058,7 +41230,8 @@ accounts/sign-in accounts/sign-up accounts/unlock accounts/users -accountshttp://e.vnexpress.net/robots.txt +accountshttp://mobile.nytimes.com/robots.txt +accountstatus accredited-business-directory/*? accroches.xml acct @@ -41102,7 +41275,7 @@ acq/real-estate$ acq/real-estate% acq/real-estate? acquisti.corriere.it -acronymshttp://cmswire.com/robots.txt +acronymshttp://wnyc.org/robots.txt act act/newsletter/keep_receiving_our_emails act/support_wwf/donate/worldpay @@ -41310,10 +41483,10 @@ actualite/v2/tj22h/guide-horaire.asp actualites/details-actu actualites/ville actuator -actuator/http://pear.php.net/robots.txt +actuator/http://firstmonday.org/robots.txt ad ad-blocker-performance-study-in-response-to-manifest-v3-finds-that-ghosterys-ad-blocker-beats-the-competition -ad-manager/ +ad-manager/ ad-retargeting-101-online-shopping-in-the-covid-19-era ad-scans ad-test @@ -41363,6 +41536,7 @@ adcbin/netweather adcbin/public/Aprilieemium_benefits.asp adcbin2 adchoice +adchoices adchurr adclick adclick- @@ -41409,6 +41583,7 @@ addineyeV2.html addineyeV2.html addineyeV2l addineyeV2l +additionalRevenue additional_action additional_information addlocation.html @@ -41453,7 +41628,7 @@ admin admin admin$ admin*$ -admin*http://contentmarketinginstitute.com/robots.txt +admin*http://blog.trendmicro.com/robots.txt admin-confirmation admin-preview admin-user @@ -41497,8 +41672,7 @@ adminapps4/ admincontrol admincontrol/ admincp -adminhttp://aa.com/robots.txt -adminhttp://dji.com/robots.txt +adminhttp://renatusmarinefoundation.org/robots.txt administration administrative-fellowship administratives @@ -41852,7 +42026,7 @@ affiliate-partner-offer affiliate-program affiliate-program/affiliate-brand-kit/$ affiliate-template/ -affiliate/*http://fontawesome.io/robots.txt +affiliate/*http://wework.com/robots.txt affiliate/register.htm affiliate/screenname.htm affiliate_code= @@ -41988,7 +42162,7 @@ agile064 agile065 agile066 agile067 -agility/ +agility/ aging_surprises_getting_older/article.htm agora/* agplants @@ -42135,6 +42309,7 @@ airlines airport/ airport_transfer_deeplink airports +airtel aisne/ aisne/assure/actualites/ aistudio/*favicon*.png$ @@ -42195,13 +42370,15 @@ ajax/simulator/load ajax/skill-bundle.php ajax/takeoffer ajax/user +ajax/user-data +ajax/views/cookie +ajax/views/mobile ajax/yahoo_stocks.php ajax=1 ajax? ajaxCalls ajaxData ajaxServices -ajax_ ajax_* ajax_collection_share.php ajax_comment @@ -42210,12 +42387,12 @@ ajax_error_behavior ajax_live_products ajax_loader/ ajax_nc +ajaxbanners ajaxcart ajaxcartrecommendation ajaxcontent ajaxelementid= ajaxentry -ajaxinc_ ajaxlib ajaxrequests/pdpBrowse/pdpInfo.php ajaxsc @@ -42239,6 +42416,8 @@ akamai/ akamai/dr/ akamai/dr/js/ akamai/sla-test-object.html +akamaiTest +akamaitest akis akon-is-top-selling-mastertone-artist-of-all-time aktien/aktien_detail.asp? @@ -42313,127 +42492,9 @@ alerts alerts-v1 alerts/ alerts/$ -alerts/alabama/alerts-notices -alerts/allegheny/alerts-notices -alerts/angeles/alerts-notices -alerts/arp/alerts-notices -alerts/ashley/alerts-notices -alerts/asnf/alerts-notices -alerts/bdnf/alerts-notices -alerts/bighorn/alerts-notices -alerts/bitterroot/alerts-notices -alerts/blackhills/alerts-notices -alerts/boise/alerts-notices -alerts/btnf/alerts-notices -alerts/carson/alerts-notices -alerts/cherokee/alerts-notices -alerts/chippewa/alerts-notices -alerts/chugach/alerts-notices -alerts/cibola/alerts-notices -alerts/cleveland/alerts-notices -alerts/cnnf/alerts-notices -alerts/coconino/alerts-notices -alerts/colville/alerts-notices -alerts/conf/alerts-notices -alerts/coronado/alerts-notices -alerts/crgnsa/alerts-notices -alerts/ctnf/alerts-notices -alerts/custergallatin/alerts-notices -alerts/dbnf/alerts-notices -alerts/deschutes/alerts-notices -alerts/dixie/alerts-notices -alerts/dpg/alerts-notices -alerts/eldorado/alerts-notices -alerts/elyunque/alerts-notices -alerts/fishlake/alerts-notices -alerts/flathead/alerts-notices -alerts/florida/alerts-notices -alerts/fremont-winema/alerts-notices -alerts/giffordpinchot/alerts-notices -alerts/gila/alerts-notices -alerts/gmfl/alerts-notices -alerts/gmug/alerts-notices -alerts/gwj/alerts-notices -alerts/hiawatha/alerts-notices -alerts/hlcnf/alerts-notices -alerts/hmnf/alerts-notices -alerts/hoosier/alerts-notices -alerts/htnf/alerts-notices -alerts/inyo/alerts-notices -alerts/ipnf/alerts-notices -alerts/kaibab/alerts-notices -alerts/kisatchie/alerts-notices -alerts/klamath/alerts-notices -alerts/kootenai/alerts-notices -alerts/lassen/alerts-notices -alerts/lincoln/alerts-notices -alerts/lolo/alerts-notices -alerts/lpnf/alerts-notices -alerts/ltbmu/alerts-notices -alerts/malheur/alerts-notices alerts/manage -alerts/mantilasal/alerts-notices -alerts/mbr/alerts-notices -alerts/mbs/alerts-notices -alerts/mendocino/alerts-notices -alerts/midewin/alerts-notices -alerts/mississippi/alerts-notices -alerts/mnf/alerts-notices -alerts/modoc/alerts-notices -alerts/mthood/alerts-notices -alerts/mtnf/alerts-notices -alerts/nebraska/alerts-notices -alerts/nezperceclearwater/alerts-notices -alerts/nfsnc/alerts-notices -alerts/ochoco/alerts-notices -alerts/okawen/alerts-notices -alerts/olympic/alerts-notices -alerts/osfnf/alerts-notices -alerts/ottawa/alerts-notices -alerts/ouachita/alerts-notices -alerts/payette/alerts-notices -alerts/plumas/alerts-notices -alerts/prescott/alerts-notices -alerts/psicc/alerts-notices -alerts/r1/alerts-notices -alerts/r2/alerts-notices -alerts/r3/alerts-notices -alerts/r4/alerts-notices -alerts/r5/alerts-notices -alerts/r6/alerts-notices -alerts/r8/alerts-notices -alerts/r9/alerts-notices alerts/remove -alerts/riogrande/alerts-notices -alerts/rogue-siskiyou/alerts-notices -alerts/sanjuan/alerts-notices -alerts/santafe/alerts-notices -alerts/sawtooth/alerts-notices -alerts/sbnf/alerts-notices -alerts/scnf/alerts-notices -alerts/scnfs/alerts-notices -alerts/sequoia/alerts-notices -alerts/shawnee/alerts-notices -alerts/shoshone/alerts-notices -alerts/sierra/alerts-notices -alerts/siuslaw/alerts-notices -alerts/srnf/alerts-notices -alerts/stanislaus/alerts-notices -alerts/stnf/alerts-notices -alerts/superior/alerts-notices -alerts/tahoe/alerts-notices -alerts/texas/alerts-notices -alerts/tongass/alerts-notices -alerts/tonto/alerts-notices -alerts/umatilla/alerts-notices -alerts/umpqua/alerts-notices alerts/unsubscribe -alerts/uwcnf/alerts-notices -alerts/wallowa-whitman/alerts-notices -alerts/wayne/alerts-notices -alerts/whitemountain/alerts-notices -alerts/whiteriver/alerts-notices -alerts/willamette/alerts-noticeshttp://fsa.usda.gov/robots.txt alertsbin alex alex-branson-to-lead-ingrooves-international-expansion @@ -42891,7 +42952,7 @@ amp/free-maps/ amp/harga amp/harga-termurah amp/headlinesworld/ -amp/http://medicalsupplierz.com/robots.txt +amp/http://business2community.com/robots.txt amp/international-airports/ amp/international-airports/africa/nigeria.html amp/international-airports/africa/south-africa.html @@ -43117,9 +43178,10 @@ amp/travel/destinations/usa/grand-canyon-national-park/ amp/travel/destinations/usa/metropolitan-museum-of-art/ amp/travel/destinations/vatican-city/sistine-chapel/ amp/travel/destinations/vatican-city/st-peters-basilica/ -amp/travel/destinations/zimbabwe/victoria-falls/http://mapstyle.withgoogle.com/robots.txt +amp/travel/destinations/zimbabwe/victoria-falls/http://kryogenix.org/robots.txt amp/view/AKR amp/web-stories +amp;amp;amp amp= amp?action ampAnalytics.php @@ -43142,7 +43204,6 @@ ams/web/peer_review/bull/ amsbookstore amsmtgs/2124_abstracts/1056-30-23.pdf amsshop -amstp amturing-acm-org/ amupr_id amy-bloebaum-promoted-to-vp-media-artist-relations-island-def-jam-music-group @@ -43198,10 +43259,11 @@ analytics/traffic/overview analytics/uploads analytictracking/ analyze.html -analyzehttp://sslshopper.com/robots.txt +analyzehttp://ticketmaster.com/robots.txt analyzer analyzer-api analyzeradmin +anan anapi anatomy_of_an_asthma_attack_pictures_slideshow/article.htm anatomy_of_an_ear_infection_pictures_slideshow/article.htm @@ -43245,12 +43307,13 @@ android/market android/market_images android/scores androidapp +androidapp andy-schuon-named-president-chief-operating-officer-of-online-record-label-jimmy-and-dougs-farmclub-com anesth/employment/faculty/cv anewleaf anfrage anfrage-oeffnungszeiten -anga/ +anga/ angebot angebot-details angebote @@ -43465,6 +43528,7 @@ apartments/Alaska/Yakutat apartments/get_geo_url apartments/near-me apartments/print +apartments/search apc apc.php apdata @@ -43487,7 +43551,6 @@ api* api*.do api*.do api*?hl= -api- api-access api-corporate api-gateway @@ -43644,7 +43707,7 @@ api/greenplayer api/health api/help/sitemap*.xml api/html -api/http://allthatsinteresting.com/robots.txt +api/http://nal.usda.gov/robots.txt api/httpquery.ashx api/index.aspx? api/india_api_read @@ -43659,7 +43722,7 @@ api/internal/_bb api/internal/bookmarks/shares_and_clicks api/internal/cambridge/user api/io -api/io/http://jwst.nasa.gov/robots.txt +api/io/http://groups.yahoo.com/robots.txt api/jmuse api/jmuse?*id=*&index=*&type=img&v2= api/jmuse?*id=*&index=*&type=mp3&v2= @@ -43675,7 +43738,7 @@ api/liferay api/listings/*/related_articles api/listings/*/retargeting_history api/listings/*/upsell -api/loadmore/*http://mitsubishielectric.co.jp/robots.txt +api/loadmore/*http://prototypejs.org/robots.txt api/locales/lives api/location/autocomplete-suggestions api/login @@ -43698,7 +43761,7 @@ api/nsi/v1/epgu/region/undefined api/nts/v1/login api/odata api/og -api/og/*http://crowdfireapp.com/robots.txt +api/og/*http://defense.gov/robots.txt api/orders/oney/business-info api/paid-article api/partner_select/*/price_query @@ -43787,7 +43850,6 @@ api/udal/validators api/udal/version api/udal/visitor-cookie/dedupe api/udal/wish-list -api/ui api/ui-extensions api/uisprime/track api/unified-underdog @@ -43895,7 +43957,6 @@ api2/httpquery.ashx api2/soap.asmx api3 api? -api_ api_access_key= api_doc api_key @@ -43928,15 +43989,15 @@ aponline app app app$ -app*.jshttp://fast.wistia.com/robots.txt +app*.jshttp://ccohs.ca/robots.txt app*/pag*/form* app*/shr* app*_ app*form_id= app-ads.txt app-ads.txt -app-ads.txthttp://dictionary.reference.com/robots.txt -app-ads.txthttp://theserverside.com/robots.txt +app-ads.txthttp://optout.aboutads.info/robots.txt +app-ads.txthttp://plushcare.com/robots.txt app-api/split-proxy app-assembly-polls-lp app-assets @@ -44107,7 +44168,7 @@ appl apple-app-association/apple-app-site-association apple-app-site-association apple-app-site-association -apple-app-site-associationhttp://focusonthefamily.com/robots.txt +apple-app-site-associationhttp://cointelegraph.com/robots.txt apple-launches-the-itunes-music-store apple-news apple-pay @@ -44129,7 +44190,7 @@ appliance-delivery-installation/* applicant-eligibility application application* -application-content/ +application-content/ application-survey/ application/ application? @@ -44230,7 +44291,6 @@ apps/giftcard apps/giveback apps/group_public/calendar.php apps/guestbook/ -apps/hermanmilller/components/page/domWindows apps/jiocall apps/libraries/admin apps/libraries/cyberteenadmin @@ -44294,7 +44354,7 @@ apps_ext/*/*ILinkListener* apps_ext/*/admin* apps_ext/*/dashboard* apps_ext/*/login* -apps_ext/http://dressx.com/robots.txt +apps_ext/http://chesstempo.com/robots.txt appsearch_header= appservice appsfullcontent.htm @@ -44614,7 +44674,6 @@ ar/log ar/login ar/logout ar/mails -ar/main_ar ar/manage ar/marketplace ar/modules @@ -44838,7 +44897,7 @@ archive/courier/courierS2002.pdf archive/epo/pubs/bulletin archive/events archive/graphs.php -archive/http://phila.gov/robots.txt +archive/http://willistowerswatson.com/robots.txt archive/issue archive/justo archive/news/kings/newsrecords/2011/11november/indiainstituteavanthachair @@ -44859,7 +44918,7 @@ archives archives archives/ archives/*/*/* -archives/http://eeoc.gov/robots.txt +archives/http://rockstargames.com/robots.txt archives/index.html archives/redhat-install-list/2000-September/msg00588.html archivesearch/advanced_search @@ -45213,6 +45272,7 @@ asia/* asia/cgi-bin/ asia/dlp/forms/ asia/en +asia/en/search/ asia/homeOVH/ asia/ru asia/startup/forms/ @@ -45245,7 +45305,7 @@ askquestion? asm/ asp.net/ asp/ -asp/ +asp/ asp/cgabillstatus/ asp/demo_db_edit.asp asp/menu/ @@ -45253,12 +45313,12 @@ aspSubscriptionSubmit.asp aspWebCalendar/ aspnet_client aspnet_client/ -aspnet_client/ +aspnet_client/ aspwebcalendar/ aspwebcalendar/calendar.asp aspx$ aspx/ -aspx/read.aspxhttp://toastmasters.org/robots.txt +aspx/read.aspxhttp://metro.net/robots.txt aspx_pages_code_testing aspxerrorpath* asq @@ -45470,6 +45530,7 @@ astros/search astuces async async-create-search-page-state +async/ async_info/base_data async_recommend at @@ -45838,6 +45899,8 @@ au/digital_variants/*/download au/download au/email au/emailtest +au/en/*/reviews/new +au/en/*?avoidNextModelRedirect=true au/en/auweb/ au/en/business-rewards/*/*?*code= au/en/business-rewards/*?*code= @@ -45857,6 +45920,7 @@ au/en/promos/lyve-cloud-for-startups/ au/en/search au/en/search au/en/service/create-account.html +au/en/size/* au/en/work/products/tools/ups_selector au/filter/tips au/guest-pass @@ -45987,6 +46051,7 @@ audit auf_zeit_wg.anzahl_mitbewohner_i auf_zeit_wg.mietart_s auf_zeit_wg.rauchen_s +aui/inbound aunz aura aura/promo @@ -46070,14 +46135,10 @@ author/*/claim author/*/date author/*/feed author/*/mostread -author/*/names author/*/page-*/ -author/*/readalikes -author/*/stats author/*? author/*?*page= author/96898-Unknown -author/caitlinradano author/contact author/email author/following @@ -46086,27 +46147,20 @@ author/get_products author/hazelraoult/* author/mattpowell/* author/mrben -author/samarinatatiana -author/strietelmeiernathan author/wtop-staff/page author/wtopstaff/page author= author_app -author_claim.php -author_cloud.php author_dashboard author_dashboard.cgi author_downloads.cgi author_panel -author_split.php authored-by authorfirst/ -authorgallery.php authoring/ authoriseimt/AuthoriseIMT.html authorize authorize-ip -authormerge.php authors authors.pl authors/*page= @@ -46158,6 +46212,7 @@ autokolcsonzes/eredmenyek autokreditvergleich/? autokreditvergleich? autoload.php +autologin automated-newsletter automation_emails automobile/recherche.php @@ -46535,8 +46590,6 @@ back_pain_pictures_myths_and_facts_slideshow/article.htm back_pain_travel_tips/article.htm back_to_school_health_checklist_slideshow/article.htm back_url= -back_url= -back_url_admin= back_url_admin= backend backend-anon @@ -46580,7 +46633,6 @@ backuphelpr4 backuphelpr5 backups backurl= -backurl= bacterial_infections_101_pictures_slideshow/article.htm bad-boys bad-boys-ii @@ -46588,6 +46640,7 @@ bad_breath_halitosis_causes/article.htm bad_bugs_pictures_slideshow/article.htm bad_foods_good_weight_loss_pictures_slideshow/article.htm badbrowser/ +badge badge/api badgeredirect.php badges @@ -46598,7 +46651,7 @@ baf bag bagages/*idOffre= baggage/ -bai3Tucheechai9yauwie5aekeegiDeehttp://rent.com/robots.txt +bai3Tucheechai9yauwie5aekeegiDeehttp://techinasia.com/robots.txt baidu baidu-launches-landmark-licensed-music-service baidu-pc @@ -46674,11 +46727,12 @@ banner banner banner.pl banner/ +banner_conta.php banners banners banners-old.php? banners/ -banners/ +banners/ banners/link-default.html banners/obama-vs-romney.html banners2/ @@ -46687,7 +46741,7 @@ baobao*? baocao bap bapingseo -bappstore/bapps/download/http://pos.toasttab.com/robots.txt +bappstore/bapps/download/http://br.linkedin.com/robots.txt baptist-health-news/search* baraholka/ barcelona-a-ma @@ -46959,6 +47013,8 @@ be/city/ios be/conversations be/de be/deals +be/en/*/reviews/new +be/en/*?avoidNextModelRedirect=true be/en/*q= be/en/cart be/en/news/search @@ -46967,6 +47023,8 @@ be/en/search be/en/size/* be/es be/fr +be/fr/*/reviews/new +be/fr/*?avoidNextModelRedirect=true be/fr/*q= be/fr/cart be/fr/checkout @@ -47005,6 +47063,8 @@ be/messages be/mini.php be/multicity be/nl +be/nl/*/reviews/new +be/nl/*?avoidNextModelRedirect=true be/nl/*q= be/nl/cart be/nl/checkout @@ -47236,7 +47296,7 @@ betaboards betacc betaem betaexperience/ -betalen/http://powerworkout.blog.pl/robots.txt +betalen/http://worlddharma.com/robots.txt betatos betmgm-presents betomansur @@ -47420,6 +47480,7 @@ bgpoxy bh bh-hr-sr/index.html bh/ +bh/*/item$ bh/*?*lang=ar-AE bh/*?*lang=en-US bh/AjaxService/ @@ -47555,7 +47616,7 @@ bin bin bin/ bin/* -bin/*http://donaldjtrump.com/robots.txt +bin/*http://docplayer.net/robots.txt bin/broker bin/broker2 bin/cba/nimbus/getPageInfo @@ -47775,8 +47836,8 @@ blank.xml blast/BlastAlign.cgi blast/bl2seq/wblast2.cgi blausen* -blausen*http://mercurynews.com/robots.txt -blausen*http://msdn.microsoft.com/robots.txt +blausen*http://allmusic.com/robots.txt +blausen*http://datawrapper.dwcdn.net/robots.txt blaw/* blazer-ev/charging blazer-ev/delivery-day @@ -47925,7 +47986,7 @@ blog/*sitemap.xml$ blog/*utm_source= blog/*wordfence_* blog/.* -blog/.html.*http://seatgeek.com/robots.txt +blog/.html.*http://i0.wp.com/robots.txt blog/10-lessons-from-an-engineering-manager/$ blog/17-big-tax-deductions blog/20 @@ -48100,7 +48161,7 @@ blog/category/*/page/ blog/category/*/page/*/ blog/category/*?*_page= blog/category/ghostery-news -blog/category/http://purewow.com/robots.txt +blog/category/http://verywell.com/robots.txt blog/cg- blog/cgi-bin blog/charmaine-lees-10-rules-for-building-developer-tools/$ @@ -48111,7 +48172,6 @@ blog/collaborating-and-connecting-in-figjam/$ blog/collaboration/$ blog/come-together/$ blog/coming-together-at-config-2021/$ -blog/comment blog/comments blog/completing-a-transit-map/$ blog/components-in-figma/$ @@ -48160,6 +48220,7 @@ blog/design-systems-102-how-to-build-your-design-system/$ blog/design-systems-103-documentation-that-drives-adoption/$ blog/design-systems-104-making-metrics-matter/$ blog/design-systems-ai-mcp/$ +blog/design-systems-from-the-basics-to-big-things-ahead/$ blog/design-systems/$ blog/design-thinking/$ blog/design/$ @@ -48773,7 +48834,7 @@ blog/want-figma-api-inspiration-heres-8-community-powered-projects/$ blog/we-made-a-mistake-with-our-api-challenge-and-were-sorry/$ blog/web-design-without-a-web-designer-xfive-turns-to-figma/$ blog/webassembly-cut-figmas-load-time-by-3x/$ -blog/webmentions/receive/http://liveagent.com/robots.txt +blog/webmentions/receive/http://rae.es/robots.txt blog/welcome-to-the-prompt/$ blog/welcome-to-the-wip/$ blog/what-codegen-is-actually-good-for/$ @@ -48873,7 +48934,7 @@ blog?*sort_bef_combine blog?category= blog?month blog?page -blog?page=http://surfshark.com/robots.txt +blog?page=http://thenation.com/robots.txt blog?q=* blogAdmin blog_entry_comments?sort= @@ -48917,7 +48978,7 @@ blogs/2010/ blogs/2011/ blogs/7faebe5debfdd358a46f2452a54eec94fce49269/ blogs/admin/ -blogs/all/tagged*http://mollie.com/robots.txt +blogs/all/tagged*http://benjaminmoore.com/robots.txt blogs/atom blogs/author blogs/blog_rss.aspx* @@ -50624,7 +50685,7 @@ bookedguest/guestmanagement/registration/enroll bookexpress bookinfo.php booking -booking-cruise/*http://cell.com/robots.txt +booking-cruise booking/ booking/? booking/bagtagmailer @@ -50649,6 +50710,7 @@ booklet-design bookmark$ bookmark.pl bookmark? +bookmarkApp bookmark_mana2 bookmarked bookmarklet @@ -50906,6 +50968,7 @@ boutique/*.htm?*ca=*_k& boutique/*/*print=0 boutique/sitemaps boutiques +bouyguestelecom bova/ bower_components box-week @@ -50987,6 +51050,7 @@ br/multicity br/nomad br/nomad/$ br/partners +br/pathways br/payment br/pesquisar br/post-booking @@ -51040,8 +51104,9 @@ branchenbuch/*/*/*/ln0 branches-atms/locations.html brand brand-desk -brand-desk*http://dnainfo.com/robots.txt +brand-desk*http://echa.europa.eu/robots.txt brand-event +brand-focus brand-guide?page= brand-guidelines brand-name-generator @@ -51090,7 +51155,7 @@ branding/images/dont-02.png branding/images/dont-03.png branding/images/dont-04.png branding= -brandnew/psphttp://underscorejs.org/robots.txt +brandnew/psphttp://cvs.com/robots.txt brandnewconference/2016/video brandon-creed-joins-universal-republic-and-island-def-jam-motown brandon-schmidt-named-vice-president-acquisitions-for-caroline @@ -51202,6 +51267,7 @@ bridge/students briefEditorPublicationId= brighter_whiter_teeth_pictures_slideshow/article.htm bringit.html/ +britishairways broad-tags broadband broadband/goto @@ -51219,7 +51285,7 @@ brokers/house/guest brokers2 bronchitis_pictures_slideshow/article.htm brooklaw -brouillon +brouillon/ browse browse*?*content= browse*?*content=filterUserTips @@ -51260,7 +51326,7 @@ browse/academic browse/author browse/author-structure browse/bookview.aspx -browse/catalogue-full/*/albumshttp://jisc.ac.uk/robots.txt +browse/catalogue-full/*/albumshttp://blog.bufferapp.com/robots.txt browse/cities browse/collocations browse/deals/partial @@ -51270,6 +51336,7 @@ browse/devicesetup browse/domain browse/edits/*/N-*Z*Z browse/embed +browse/genre browse/gift-finder/*/N- browse/homes/all browse/images @@ -51325,6 +51392,7 @@ bruce-hinton-leaves-post-as-chairman-mca-nashville-luke-lewis-to-oversee-label bruecken/ bruises_causes_colors_treatments/article.htm brunoaraujo +brutus brw bryan-mead-appointed-vice-president-marketing-and-label-relations-fontana-distribution bs @@ -51377,15 +51445,15 @@ btv btwn bu_id=* bubin +buckets buckets/*/edit bucks/node bucks/users buddy/ budget +budget-2019 budget/search/node budget= -buehler -bufferlength= bug-navigator bug-pwd-finder.php bugbounty @@ -51413,6 +51481,7 @@ build/digital/current-site-builds/vice-chancellor/nested-content/media-module build/digital/personal-folders/winston-maugeri/cms-pvt/winstons-test build/digital/previous-staff/stephanie-hyland/postgraduate-degrees build/engagement/personal-folders/jarrod-carpenter/tests/csit/department-of-computer-science-and-information-technology +buildManager build_a_migraine_response_kit/article.htm builder builder-community/*/?omni_src=builder|promotedcommunitiesbannernew-home @@ -55085,7 +55154,7 @@ buy-ca.html buy-checkout.html buy-it-again buy-jetson? -buy-nowhttp://morganstanley.com/robots.txt +buy-nowhttp://aftenposten.no/robots.txt buy-nz.html buy-regnow.html buy-shop.html @@ -55159,6 +55228,8 @@ buzzfeed/api bv bverda bvroute* +bvroute=Review +bvrrp bvrrp* bvstate bvstate @@ -55166,6 +55237,7 @@ bvstate* bvstate= bvstate= bvstate=pg +bvtab bw bw/ bwf_dp @@ -55246,6 +55318,7 @@ c/*/*/m c/*/f/*_ c/*/m/*/f c/*/manufacturers +c/*/tag c/*?*&*& c/*?*&*&*&*&*& c/*?*&*&offset= @@ -55664,6 +55737,8 @@ ca/en ca/en/ ca/en/*.PDF ca/en/*.pdf +ca/en/*/reviews/new +ca/en/*?avoidNextModelRedirect=true ca/en//vps ca/en//vps/faq-help.xml ca/en//vps/manager-web.xml @@ -55682,6 +55757,7 @@ ca/en/preferences/update ca/en/promos/ ca/en/promos/lyve-cloud-for-startups/ ca/en/search +ca/en/size/* ca/en/startup/forms/ ca/en/testing-area/* ca/en/vps/ @@ -55707,6 +55783,8 @@ ca/fr ca/fr/ ca/fr/*.PDF ca/fr/*.pdf +ca/fr/*/reviews/new +ca/fr/*?avoidNextModelRedirect=true ca/fr/cgi-bin/ ca/fr/checkout ca/fr/cms/ @@ -55717,6 +55795,7 @@ ca/fr/live-event-schedule$ ca/fr/m/cms ca/fr/preferences/update ca/fr/search +ca/fr/size/* ca/fr/startup/forms/ ca/fr/vps/ ca/fr/vps/aide-faq.xml @@ -55953,7 +56032,7 @@ calendar/*?year=2022 calendar/*?year=2023 calendar/*?year=2024 calendar/*?year=2025 -calendar/*http://baymard.com/robots.txt +calendar/*http://cancerresearchuk.org/robots.txt calendar//index.html calendar/1415-2 calendar/350/search/ @@ -55985,27 +56064,16 @@ calendar/action:oneday calendar/action:posterboard calendar/action:week calendar/action~ -calendar/action~*/ calendar/action~agenda -calendar/action~agenda/ calendar/action~default -calendar/action~default/ calendar/action~http: -calendar/action~http:/ calendar/action~month -calendar/action~month/ calendar/action~oneday -calendar/action~oneday/ calendar/action~poster -calendar/action~poster/ calendar/action~posterboard -calendar/action~posterboard/ calendar/action~stream -calendar/action~stream/ calendar/action~undefined -calendar/action~undefined/ calendar/action~week -calendar/action~week/ calendar/arts/art-and-crafts/search/ calendar/arts/art-show/search/ calendar/arts/call-for-entries/search/ @@ -56427,7 +56495,7 @@ campaigns/credit-cards/expired-reference-archive/ita-bt-combo.html campaigns/credit-cards/more-than-minimum.html campaigns/credit-cards/parris-island.html campaigns/digital-recruitment -campaigns/digital-recruitmenthttp://southernliving.com/robots.txt +campaigns/digital-recruitmenthttp://privacysandbox.com/robots.txt campaigns/digital.html campaigns/digital/operation-innovate.html campaigns/emc-systems @@ -56780,9 +56848,6 @@ car/systems/PhotoCarousel.aspx car/systems/carsystemsmodal.aspx caravan-details caravan-search -carbon-footprint-calculator/kenya -carbon-footprint-calculator/madagascar -carbon-footprint-calculator/peru card card-list card.php @@ -56926,7 +56991,6 @@ careers/index.jsp careers/indianapolis-event/ careers/install.php careers/invalid-request -careers/job/job-detail.html careers/job?gh_jid= careers/joblisting.aspx? careers/jobs @@ -57074,6 +57138,11 @@ cars-for-sale/popup/vehiclehighlights.xhtml cars-for-sale/priceAdvisor cars-for-sale/searchresults.xhtml cars-for-sale/sellerInfo.xhtml +cars-for-sale/sitemap-classifieds-bodystyles.xml +cars-for-sale/sitemap-classifieds-condition.xml +cars-for-sale/sitemap-classifieds_nsrp_condition_make.xml.gz +cars-for-sale/sitemap-classifieds_nsrp_condition_make_model.xml.gz +cars-for-sale/sitemap-listings.xml cars-for-sale/spotlight-sevo.xhtml cars-for-sale/suggested-model-overlay.xhtml cars-for-sale/svc @@ -57223,7 +57292,6 @@ catalog catalog catalog-details.asp* catalog-index -catalog.php catalog.tpl?op=WishList catalog.tpl?op=process catalog.tpl?op=requestaquote @@ -57261,19 +57329,23 @@ catalog/2002-04 catalog/?text= catalog/archives catalog/br +catalog/category catalog/category/view catalog/category/view/ catalog/cl catalog/co catalog/ddi/* -catalog/http://el.wikipedia.org/robots.txt +catalog/http://fuzzoscope.com/robots.txt catalog/mx +catalog/packagepopup catalog/pe +catalog/product catalog/product/gallery catalog/product/gallery/ catalog/product/view catalog/product/view/ catalog/product/view/_ignore_category +catalog/productAlternative catalog/product_compare catalog/product_compare/ catalog/psearch.html @@ -57282,9 +57354,8 @@ catalog/search.html catalog/sizeReminder catalog/thanks catalog?q +catalogId= catalogPG.asp -catalog_bottom -catalog_top catalogo catalogs catalogs/corporations @@ -57385,7 +57456,7 @@ category/downtime category/drupal category/features category/general -category/good-bites/http://goodreads.com/robots.txt +category/good-bites/http://tvline.com/robots.txt category/international category/jetpack category/living @@ -57419,6 +57490,7 @@ category_suggest/json category_unsub categoryfilter categoryleaders.html +cateringredirect/ catherine-murray-1.436215 catlistshow-1-p* catlistshow-2-p2* @@ -59636,9 +59708,9 @@ cdn-cgi/beacon/performance cdn-cgi/bm/cv cdn-cgi/challenge-platform cdn-cgi/challenge-platform/ -cdn-cgi/http://docker.com/robots.txt -cdn-cgi/http://mediamatters.org/robots.txt -cdn-cgi/http://omnigroup.com/robots.txt +cdn-cgi/http://corefiling.com/robots.txt +cdn-cgi/http://francebleu.fr/robots.txt +cdn-cgi/http://micropython.org/robots.txt cdn-cgi/image cdn-cgi/images/trace cdn-cgi/l/email-protection @@ -59652,7 +59724,7 @@ cdn-cgi/scripts/5c5dd728/cloudflare-static/email cdn-cgi/speculation cdn-cgi/styles cdn-cgi/zaraz -cdn-cgi/zaraz/http://deepmind.com/robots.txt +cdn-cgi/zaraz/http://advancedformintegration.com/robots.txt cdn-fpw/sxg cdn-proxy/pim cdn-proxy/px @@ -59663,7 +59735,6 @@ cdn/fonts cdn/nft cdn/okex/users/headimages cdn/shop/files/LOGO_946cb1ad-d6bc-4ad5-ada3-4b62e2f9885d_300x.png -cdn/shop/t/1116/assets cdn/wpm/*.js cdn_sz/live/iqadcontroller.js.gz cdn_sz_mob/live/iqadcontroller.js.gz @@ -59887,7 +59958,7 @@ cgi-bin/medicine/deans cgi-bin/mqcustomconnect cgi-bin/mqinterconnect cgi-bin/msdemo/ -cgi-bin/notices/http://ams.usda.gov/robots.txt +cgi-bin/notices/http://scroll.in/robots.txt cgi-bin/onTopic cgi-bin/order/ cgi-bin/order/bill.pdf @@ -59940,7 +60011,7 @@ cgi-bin/wikiRss cgi-bin/wikiSig cgi-bin/wx cgi-bin/x-posts -cgi-binhttp://ifixit.com/robots.txt +cgi-binhttp://polygon.com/robots.txt cgi-brookscole/ cgi-comment cgi-dev @@ -60184,7 +60255,6 @@ challenges/development champions-of-science/2019-superstars-of-stem/ai.eecs.umich.edu/people/conway/Memoirs/IEEE_Computer/The_Disappeared_-_Beyond_Winning_and_Losing.pdf change change-country -change-displayed-metadata change-email change-lang change-language @@ -60201,6 +60271,7 @@ changelog changelog/*/feed changement-langue-province.jsp changepassword/* +changeplan changes changes-coming-to-the-itunes-store changes-that-qualify-for-special-enrollment/ @@ -60353,6 +60424,7 @@ charts/PDF/Unicode-13.0 charts/PDF/Unicode-14.0 charts/PDF/Unicode-15.0 charts/PDF/Unicode-15.1 +charts/PDF/Unicode-16.0 charts/PDF/Unicode-3.1 charts/PDF/Unicode-3.2 charts/PDF/Unicode-4.0 @@ -60380,7 +60452,7 @@ chat-completions chat/ chat/*&ifs=allow chat/*?ifs=allow -chat/*http://yougov.co.uk/robots.txt +chat/*http://grandviewresearch.com/robots.txt chat/api/livechat chat/enroll chat/finance @@ -60478,7 +60550,7 @@ checkout_vrepay_elv.php checkout_vrepay_giropay.php checkout_vrepay_kreditkarte.php checkoutconfirmation -checkouthttp://moderncalculators.com/robots.txt +checkouthttp://sourcetoyou.com/robots.txt checkoutimages.action2 checkoutnow checkouts @@ -60506,7 +60578,7 @@ chevron chfar chfarCostLimit chi/ -chi_simple/http://nordstrom.com/robots.txt +chi_simple/http://opensource.googleblog.com/robots.txt chicago/?q=admin chicago/?q=comment/reply chicago/?q=filter/tips @@ -60565,7 +60637,6 @@ chicago/user/password chicago/user/register chicago/xmlrpc.php chicago?p= -chicagocampusmaps chicoalencar chicodangelo chicodasverduras @@ -60585,6 +60656,7 @@ chinaflights/*-to-*/tickets-* chinaflights/ShowFareNext* chinaflights/passenger* chinaflights/showfarefirst* +chinese chinese-english/sitemap chinese-english/top chinese-pop-legend-jacky-cheung-together-with-pop-diva-a-mei-perform-live-at-f1-rocks-singapore-with-lg @@ -60601,6 +60673,7 @@ chkout= chl/chl chocolate_pictures_slideshow/article.htm chocolatechip +choice cholesterol_drugs_pictures_slideshow/article.htm cholesterol_foods_help_lower_bad_ldl_cholesterol/article.htm cholesterol_levels_pictures_slideshow/article.htm @@ -60643,7 +60716,6 @@ chronic_signs_of_inflammation_you_may_not_expect/article.htm chs cht chuck-ciongoli-appointed-executive-vice-president-and-chief-financial-officer-for-north-america-universal-music-group -chunk.m3u8 chunk_previous_next_story.jsp chunks/ chusuku @@ -60921,7 +60993,7 @@ clasificados/external-login clasificados/get-filter-results clasificados/get-results clasificados/get-top-box-results -clasificados/http://exchanger24.org/robots.txt +clasificados/http://mybroadband.co.za/robots.txt clasificados/login-saved-searches clasificados/manage-saved-searches clasificados/mobile/search @@ -61108,7 +61180,6 @@ client-side-redirect client-taxform client-thirdparty-taxforms client/jsenabled -client/login clientConfig.json client_errors client_id=* @@ -61162,11 +61233,13 @@ close close-account close-to-you/know-place close-to-you/know-place-add -close-to-you/know-place-votehttp://inps.it/robots.txt +close-to-you/know-place-votehttp://business-gazeta.ru/robots.txt closedcaption closedgrouphub closures/*.ssf? closures/index.ssf?other +clothes_size= +clothes_size_mapped= cloud cloud-api/one-cart-api/v1/carts/current/payment_redirect cloud-api/one-cart-api/v1/carts/current/process_payment @@ -61174,7 +61247,7 @@ cloud-launcher/sitemap cloud-storage-pricing-plans/* cloud-update-instructions cloud/ -cloud/ +cloud/ cloud/$ cloud/* cloud/131 @@ -61238,11 +61311,6 @@ clubs/*/recent_activity clubsports cm cm-api -cm-api/sitemap/sitemap-classifieds-bodystyles.xml -cm-api/sitemap/sitemap-classifieds-condition.xml -cm-api/sitemap/sitemap-classifieds_nsrp_condition_make.xml.gz -cm-api/sitemap/sitemap-classifieds_nsrp_condition_make_model.xml.gz -cm-api/sitemap/sitemap-listings.xml cm/ cm/v1 cm= @@ -61298,6 +61366,9 @@ cms/etc.clientlibs/settings/wcm/designs/dropbox-birch-help/clientlib-all/resourc cms/etc.clientlibs/settings/wcm/designs/dropbox-birch-help/clientlib-all/resources/helpcenter_icons-05.svg cms/generated cms/global/ensighten +cms/help/orderstatus/order.asp +cms/legal/impressum.asp +cms/legal/privapolicy.asp cms/preview cms/view/Editorial_Board cms/wp-admin @@ -61366,7 +61437,7 @@ cn/en cn/en/ cn/enterprise/ cn/events/huaweiconnect/livestream-for-tvs$ -cn/events/huaweiconnect/sessions-on-demand*http://hub.docker.com/robots.txt +cn/events/huaweiconnect/sessions-on-demand*http://sportskeeda.com/robots.txt cn/forum/* cn/help/cookies-list/ cn/help/cookies/ @@ -61378,7 +61449,6 @@ cn/ipns cn/kiwi-club cn/landingpage/ cn/login-messages/ -cn/main_cn cn/manage cn/marketplace cn/mobile-attribution-glossary/ @@ -61526,7 +61596,7 @@ code-promo code-promo/interstitiel code/ code/* -code/http://w3techs.com/robots.txt +code/http://fonts.google.com/robots.txt code360 code360-staging code= @@ -61592,11 +61662,7 @@ collateral/corporate/po/ collect collection collection-new-pim/ -collection-search -collection-search/advanced-search -collection-search/advanced-search? -collection-search? -collection.phphttp://quoththeraven.substack.com/robots.txt +collection.phphttp://blogs.cisco.com/robots.txt collection/* collection/*/amp collection/*/product @@ -61604,7 +61670,7 @@ collection/*? collection/api/logger collection/category collection/editor -collection/editor/http://hairtransplantct.com/robots.txt +collection/editor/http://amplify.com/robots.txt collection/family-friends collection/works? collection/zone @@ -61626,7 +61692,6 @@ collectiongroups/master+bedroom$ collectiongroups/music+lover$ collections collections.php -collections/ collections/* collections/*%2B collections/*%2b @@ -61693,7 +61758,7 @@ collections/luvme-hair/products collections/luvme/products collections/q$ collections/q/$ -collections/search?*http://airasia.com/robots.txt +collections/search?*http://here.com/robots.txt collections/tools-accessories/products collections/types*?*q= collections/undetectable-lace/products @@ -63572,6 +63637,7 @@ colors/yellow-green/$ colors/yellow-orange/$ colors/yellow/$ colors/zaffre/$ +colour_group= columbia/contest-scrape-page/ columbia/free-trial/ columbia/instagram/ @@ -63616,7 +63682,6 @@ com= com= comagic combatcovid19/search-result -combine.php combined_shipping combinedmatrix.aspx combo @@ -63637,10 +63702,11 @@ comeuntochrist/lp/ comeuntochrist/teach/ comfortable_author_pay comfortable_pay +comhem comic-indies comic-indies/$ comic-indies/about -comiccontrol/http://smh.com.au/robots.txt +comiccontrol/http://doodle.com/robots.txt comics comics-kingdom comics/unlimited/home @@ -63722,7 +63788,7 @@ comments/feed/ comments/flag comments/new comments=true -commentshttp://e-flux.com/robots.txt +commentshttp://news.com.au/robots.txt commerce commerce$ commerce/ @@ -63762,7 +63828,7 @@ common-header/ common-header/google-tag-manager---body/ common-header/google-tag-manager---head/ common-header/search-bar/ -common-results-pagehttp://airandspace.si.edu/robots.txt +common-results-pagehttp://cs.waikato.ac.nz/robots.txt common/ common/* common/add-acl-entry @@ -63788,7 +63854,7 @@ common/survey.aspx* common/swf/ZoomEmbed common/tools/pg/manual/PGcoa common/tools/pg/manual/PGholdmail -common/trial/http://pandadoc.com/robots.txt +common/trial/http://dejure.org/robots.txt common/xml common2013 common2013/gsma_header_footer/allnavs @@ -63798,7 +63864,6 @@ common_causes_child_skin_rashes_pictures_slideshow/article.htm common_cold_pictures_slideshow/article.htm common_food_allergy_triggers_pictures_slideshow/article.htm common_foods_that_can_be_toxic/article.htm -commonknowledge/search.php commonlogin commons/ commonspot @@ -63871,7 +63936,7 @@ community/*/foaf community/*/latest$ community/*/live community/*/post -community/*/post-*http://techtalia.org/robots.txt +community/*/post-*http://nobelprize.org/robots.txt community/*/profile community/*/rss community/*/topics @@ -63930,7 +63995,7 @@ community/compose/* community/conversations/ community/country community/donations/previousdonations.php -community/donations/thanks_paypal/http://kdp.amazon.com/robots.txt +community/donations/thanks_paypal/http://owntracks.org/robots.txt community/email community/en/topics/community-events community/en/topics/leaderboard @@ -64022,7 +64087,7 @@ community/user community/user-api-key community/user/aaamodelmicrositenew community/user/ibmchampions -community/user/ibmtechxchangenorthtexasautomationusergroup/http://comparitech.com/robots.txt +community/user/ibmtechxchangenorthtexasautomationusergroup/http://marxists.org/robots.txt community/user/ibmtechxchangestaging community/user/ibmz-and-linuxone community/user/imwuc @@ -64038,6 +64103,7 @@ community? community_comment community_post community_s +commute comp comp/ comp/search-result @@ -64271,6 +64337,7 @@ compare/*/*-vs- compare/*/*-vs-*-vs- compare/*/linkedin_shares compare/search*? +compare= compare? compare?comps=AAPL,MSFT compare?comps=GOOG,AMZN @@ -64599,7 +64666,6 @@ compte compte/*/authentification.html compte/*/connexion.html compte/*/qualification.html -compute compute-services computer computer.jpg @@ -64798,7 +64864,7 @@ confirmare-mail confirmarmodificacaodee-mail confirmarnovasenha,definirnovasenha confirmation -confirmation?http://livre.fnac.com/robots.txt +confirmation?http://oik-plugins.com/robots.txt confirmationNumber= confirmationcommande confirmednewpassword @@ -64820,7 +64886,7 @@ connect-more/programme-2023/connect-more-2023-programme-file connect-to-analyst connect/@ connect/authorize* -connect/http://blog.oup.com/robots.txt +connect/http://oreilly.com/robots.txt connect/labournews connect/profile connect/social-intranet.html @@ -64849,7 +64915,7 @@ cons/rtfcache/ cons/static consciously/ consent -consent/amp-consent/info*http://one.com/robots.txt +consent/amp-consent/info*http://cwi.nl/robots.txt conservation/th-expenses/pdf/2007_08_conservation_expenses.pdf consign consignments @@ -64901,7 +64967,7 @@ contact-pantone-connect contact-preferences contact-request/ contact-sales -contact-sales/http://pingidentity.com/robots.txt +contact-sales/http://calendar.perfplanet.com/robots.txt contact-support contact-thank-you contact-tos @@ -65076,7 +65142,7 @@ content/*/schedule content/*/synchronous_inspection content/*/thenables content/*/util -content/*?syn-25a6b1a6 +content/*?syn-25a6b1a6=1 content/B2C/en_US/apps/powersleep-app/healthysleep-home/articles/awakenings-norm/an1.html content/B2C/en_US/apps/powersleep-app/healthysleep-home/articles/commit-sleep-10/cs1.html content/B2C/en_US/apps/powersleep-app/healthysleep-home/articles/commit-sleep-5/cs1.html @@ -65414,7 +65480,7 @@ content/dam/ircc/documents/pdf/francais/trousses/form/imm5476 content/dam/ircc/documents/pdf/francais/trousses/form/imm5644 content/dam/ircc/documents/pdf/francais/trousses/form/irm0002 content/dam/ircc/documents/pdf/francais/trousses/form/irm0004 -content/dam/ircc/documents/pdf/francais/trousses/form/irm0005/http://canada.com/robots.txt +content/dam/ircc/documents/pdf/francais/trousses/form/irm0005/http://itvs.org/robots.txt content/dam/ircc/documents/pdf/francais/trousses/guides/guide-0142-avion-afghanistan-voie-acces-rp.pdf content/dam/jpm/structured-products-documents content/dam/jpm/ts-change-readiness/documents @@ -65437,7 +65503,7 @@ content/dam/munichre/brandportal/guidelines/*.pdf content/dam/munichre/brandportal/guidelines/*/*.pdf content/dam/munichre/brandportal/guidelines/*/*/*.pdf content/dam/munichre/brandportal/guidelines/*/*/*/*.pdf -content/dam/munichre/brandportal/guidelines/*/*/*/*/*.pdfhttp://mural.co/robots.txt +content/dam/munichre/brandportal/guidelines/*/*/*/*/*.pdfhttp://thermofisher.com/robots.txt content/dam/natwest_com/secureinbox content/dam/nuance/en_us/terms-and-conditions/ content/dam/oecd/ @@ -65488,7 +65554,7 @@ content/dam/splunk2/images/icons/favicons/favicon.ico?301=/favicon.ico content/dam/splunk2/images/logos/splunk-logo.svg?asd content/dam/static-page/customer-advocacy/*/pdf content/dam/static/js/tagging/ -content/dam/students/documents/graduations/programs/http://syfy.com/robots.txt +content/dam/students/documents/graduations/programs/http://teamviewer.com/robots.txt content/dam/stzh/aemmanual-tui content/dam/stzh/cd content/dam/stzh/pkzh @@ -65529,11 +65595,15 @@ content/dam/web/au/documents/case-studies/*.pdf$ content/dam/web/au/documents/other/*.pdf$ content/dam/web/au/documents/reports/*.pdf$ content/dam/web/au/documents/whitepapers/*.pdf$ +content/dam/web/be/documents/legal/*.pdf$ +content/dam/web/be/documents/other/*.pdf$ +content/dam/web/be/documents/privacy/*.pdf$ +content/dam/web/be/documents/reports/*.pdf$ +content/dam/web/be/documents/whitepapers/*.pdf$ content/dam/web/ca/documents/case-studies/*.pdf$ content/dam/web/ca/documents/other/*.pdf$ content/dam/web/ca/documents/reports/*.pdf$ content/dam/web/ca/documents/whitepapers/*.pdf$ -content/dam/web/corporate/assets-hidden-from-search content/dam/web/da_dk/www/ content/dam/web/de/documents/other/*.pdf$ content/dam/web/de/documents/reports/*.pdf$ @@ -65630,7 +65700,7 @@ content/dist/fonts content/docdel content/download content/downloads/ -content/downloads/http://marketingsherpa.com/robots.txt +content/downloads/http://livestream.com/robots.txt content/ebook content/ebook/ content/ebrochure/toyota-mobility.pdf @@ -65671,7 +65741,7 @@ content/hhs content/historic-architectural-gem-returns-uc content/historic-architectural-gem-returns-uc-0 content/honeywell/us/en/search.html?search= -content/honeywellbt/us/en/error/monitoring-page.htmlhttp://hongiktv.com/robots.txt +content/honeywellbt/us/en/error/monitoring-page.htmlhttp://hinative.com/robots.txt content/icicibank/in/en/personal-banking/online-services/failover-akamai/assets/documents/bank-fair-practices-code.pdf content/ieee-org/en/* content/ieee-org/en/stage-homepage-backup.html @@ -65732,7 +65802,7 @@ content/index.php/filter/tips content/index.php/node/add content/index.php/search content/index.php/user/login -content/index.php/user/logout/http://combifit.nl/robots.txt +content/index.php/user/logout/http://marketplace.visualstudio.com/robots.txt content/index.php/user/password content/index.php/user/register content/inspublic @@ -65834,7 +65904,7 @@ content/pluralsight/en/jcr:content content/prelaunch content/products-brochures/Company/Europe-shipping-rates.pdf content/profiles -content/public/wbc/en/_services/calcs-forms-tools/http://wetransfer.com/robots.txt +content/public/wbc/en/_services/calcs-forms-tools/http://acponline.org/robots.txt content/public/wbc/en/_services/serialiser/ content/public/wbc/en/_services/serialiser/calculator/ content/public/wbc/en/business-banking/westpac-live-video/ @@ -65984,7 +66054,7 @@ contentassets/*.xml$ contentfeed/getdata?type=synopsi contentisblocked contentisblocked.md -contentjam/ +contentjam/ contentonly contentpar_gridblock contentresearchtool/ @@ -66173,7 +66243,6 @@ contribution_pay contributor contributorlinking/contributorlandingpage.asp* contributors -contributors/ contributors/* contributors/new-contributor-modal contributors/search @@ -66201,7 +66270,6 @@ controller/widget controller=address controller=addresses controller=ai1ec_exporter_controller -controller=ai1ec_exporter_controller* controller=attachment controller=authentication controller=cart @@ -66243,6 +66311,7 @@ conversations conversations/satisfaction conversion conversion-rate= +conversions convert convert-business convert-personal @@ -66368,7 +66437,7 @@ core/*.png core/*.png core/*.svg core/*.svg -core/*http://80000hours.org/robots.txt +core/*http://1001fonts.com/robots.txt core/2024-interest-group-week core/Content core/_next/static/shared/static/sticker-mule-share.*.png @@ -66473,7 +66542,7 @@ core/themes/*.jpg core/themes/*.js$ core/themes/*.js? core/themes/*.png -core/unlocking-power-rda-joint-workshop-nardac-and-pcc-sct-rda-training-task-grouphttp://alabama.travel/robots.txt +core/unlocking-power-rda-joint-workshop-nardac-and-pcc-sct-rda-training-task-grouphttp://goldmansachs.com/robots.txt core/wp-admin/ core/wp-admin/admin-ajax.php corev-support @@ -66504,6 +66573,8 @@ corpes/form corpfiles/ corporate corporate-banking/corporate-online/signin/ +corporate-corner +corporate-gallery corporate-test corporate. corporate.html @@ -66595,6 +66666,7 @@ corpsys corpus correcoes/enviar?url= correction= +corrections corrections/search/node corregedoria correlati @@ -66747,7 +66819,6 @@ course-links/ course-materials course-planner course-search -course-viewer course/*? course/increase-sales course_admin @@ -66791,11 +66862,11 @@ courses/fall2020 courses/favorites courses/graduate-certificate-in-higher-education-curriculum-teaching-and-learning courses/honours -courses/http://codecanyon.net/robots.txt +courses/http://agupubs.onlinelibrary.wiley.com/robots.txt courses/nested-content/postgraduate courses/online-shkoly courses/online-shkoly/zapusk-online-shkoly -courses/online-shkoly/zapusk-online-shkolyhttp://alistapart.com/robots.txt +courses/online-shkoly/zapusk-online-shkolyhttp://dotcult.bandcamp.com/robots.txt courses/requests courses/search courses/search? @@ -66812,6 +66883,7 @@ coursestartsimmediately=* court-awards-judgement-to-universal-music-group-in-copyright-infringement-suit-with-mp3-com courtney-love-and-universal-music-group-reach-settlement courts +courts coveo coveo/ cover @@ -66995,7 +67067,6 @@ create/*? create/art/ create/artists/ create/design/ -create/designtool create/load create/survey/preview create_account.php @@ -67386,6 +67457,7 @@ cse? cservice cservice/ya_index.gsp csi_204 +csl csltmpl.asp?url=/content/council/mem/leventhal_g/index.asp csmlists/addbookmark csmlists/topic @@ -67402,7 +67474,6 @@ csp-report csp_block csp_report_only csrf -csrf=* csrf_error csrf_token css @@ -67483,7 +67554,6 @@ css/site.sections.multimedia.css css/visitor css2/ css=* -css? css?* cssId* cssuite* @@ -67638,7 +67708,6 @@ custom/custom/* custom/europe/* custom/mesa-boogie/*? custom/north-america/* -custom/search/ custom/state/* custom/static_content/ custom/uk/* @@ -67710,6 +67779,7 @@ customers/dev-mode-helps-hp/$ customers/digital-transformation-at-philips/$ customers/doctor-anywhere-designing-healthcare-experiences-faster/$ customers/driving-adoption-of-seat-cupra-design-system/$ +customers/driving-design-transformation-how-cars24-builds-faster-with-figma/$ customers/dwell/$ customers/endeavourx-design-transformation-with-figma/$ customers/erste-groupbetter-financial-health-by-design/$ @@ -68042,7 +68112,7 @@ da/city/campaign da/city/flights-from- da/city/ios da/create-a-doodle-pfm -da/create-a-doodle-pfmhttp://doordash.com/robots.txt +da/create-a-doodle-pfmhttp://lifehack.org/robots.txt da/deals da/downloadmirror da/errors @@ -68179,7 +68249,7 @@ dam/jcr:d493cbe0-67e8-4aa5-8972-b41046099254/Lean%20ITSM%20Whitepaper.pdf$ dam/jcr:d493ce3b-6f18-4986-af05-f73f5bb24097/epost-mailer-font-update-12-2023.pdf dam/jcr:f5065dd6-c5df-4872-b4b8-f589519c9eeb/dhl-express-importanweisung-verzollung-de.pdf dam/support/pdf -dam/udelImages/student-life/reslife/floorplanshttp://udemy.com/robots.txt +dam/udelImages/student-life/reslife/floorplanshttp://cmu.edu/robots.txt dam/www/*.PDF$ dam/www/*.pdf$ dam/www/*pdfs @@ -68221,7 +68291,7 @@ data-group/ data-items* data-page-integration data-processing-terms -data-protection/our-role-supervisor/complaints/edps-complaint-form*http://edrawsoft.com/robots.txt +data-protection/our-role-supervisor/complaints/edps-complaint-form*http://friendster.com/robots.txt data-science* data-security/download-confirm.html data-security/pdf/insider-threat-management-handbook.pdf @@ -68277,6 +68347,7 @@ database/nosql-12.2.4.4 database/philboard.mdb database/sql-developer-4.2 database/sql-developer-data-modeler-4.2 +databaseManager dataexplorer/account dataexplorer/search dataflt @@ -68291,7 +68362,7 @@ dataset/*/history dataset/rate dataset/search datasets/ -datasets/http://jstatsoft.org/robots.txt +datasets/http://aftonbladet.se/robots.txt datasheet datasrt= datastore @@ -68807,7 +68878,7 @@ de-de/product-integrations/google-workspace/$ de-de/product-integrations/zoom/$ de-de/product-managers/$ de-de/products/details -de-de/produkte/*http://openvpn-ssh.com/robots.txt +de-de/produkte/*http://catawiki.com/robots.txt de-de/professional/$ de-de/profile de-de/prototypen/$ @@ -69228,6 +69299,8 @@ de/data/s3 de/datenschutz.html de/de de/de +de/de/*/reviews/new +de/de/*?avoidNextModelRedirect=true de/de/*q= de/de/cart de/de/deweb/ @@ -69276,6 +69349,8 @@ de/drucklisten/*/*/share de/education-request de/edustore de/en +de/en/*/reviews/new +de/en/*?avoidNextModelRedirect=true de/en/*q= de/en/cart de/en/news/search @@ -69428,7 +69503,6 @@ de/magazin/wp-admin de/magazin/wp-admin/admin-ajax.php de/mailinglist de/mailinglist/email -de/main_de de/make de/manage de/market/confederate_flag @@ -69847,7 +69921,7 @@ default.cms default1.cms default1.cms defaultIndOnly.aspx -default_image.psdhttp://adssettings.google.com/robots.txt +default_image.psdhttp://talkspace.com/robots.txt default_rewrites.ini defaults deferred @@ -69911,7 +69985,7 @@ delete_props_conf.html delete_tags_conf.html deleteaccount.aspx deleteaccountb.aspx -deleteaccounthttp://pokemon.com/robots.txt +deleteaccounthttp://lrec-conf.org/robots.txt delhi-assembly-elections-2020/ delhi-assembly-elections-2020/* delicacy @@ -69943,7 +70017,6 @@ demi-lovato-nick-jonas-and-phil-mcintyre-announce-formation-of-safehouse-records demo demo demo-account/password-reset/ -demo-department demo-order demo-request-followup demo-request/ @@ -69958,7 +70031,7 @@ demo/confirmed demo/safari-reader-test-1 demo/safari-reader-test-2 demo/safari-reader-test-3 -demo/safari-reader-test-nielshttp://mathispower4u.com/robots.txt +demo/safari-reader-test-nielshttp://politico.eu/robots.txt demo2/ demo_2c5e63dedb24a demo_ad.html @@ -70091,7 +70164,6 @@ design-guide/ design-handoff/$ design-process/$ design-products -design-resources/typicals/ design-study-by-forrester/$ design-system design-system/ @@ -70099,7 +70171,6 @@ design-system/digital design-systems/$ design-templates/pdp_preview.php design-thinking -design/ design/$ design/free/files design/index.php/member/ @@ -70141,7 +70212,6 @@ designs/*/canvas/*/similar_products designs/*/edit designtech designtemplates -designtool desirae.spencer desk/images/desk-pricing-inr.pdf desk/images/desk-pricing-usd.pdf @@ -70300,6 +70370,7 @@ device-prefs device/activate device/tracker/ deviceList +deviceManagement devinstalldependencies/ devinstallgrunt/ devinstallnode/ @@ -72106,6 +72177,7 @@ diet_weight_loss_shed_pounds_after_40/article.htm diet_weight_loss_sugar/article.htm dietaryAndLifestyle= dieting_myths_and_facts_pictures_slideshow/article.htm +diff diff_angle diffs dig-perf-test/ @@ -72229,7 +72301,7 @@ digitaldata digitalexpress/ digitalpdf digitalsubscription/imagedownload -digitalsubscription/imagedownload/http://nj.gov/robots.txt +digitalsubscription/imagedownload/http://keepersecurity.com/robots.txt digraph dilatua/proRecensione.do dilatuagaz @@ -72262,7 +72334,7 @@ directnews directories directories-api directories/transition -directors/http://fool.com/robots.txt +directors/http://tupalo.com/robots.txt directory directory-profile/ directory/ @@ -72270,6 +72342,7 @@ directory/* directory/? directory/all directory/autocomplete +directory/currency/switch/currency directory/directory.html directory/guided-search.html directory/review @@ -72381,7 +72454,7 @@ discuss discuss. discuss/search discussion -discussion-forum/http://fidelity.com/robots.txt +discussion-forum/http://support.sonos.com/robots.txt discussion/comment-permalink discussion/edit-profile discussion/handlers @@ -72404,9 +72477,7 @@ dish-network-imf-the-international-music-feed-enter-into-new-multi-year-carriage disi/search-result disk04 diskusjon -disney23/iframe/ disneyid -disneyiframe/ disneyjunior/data/ disneyvideos/holidays/easter/*redirect.html disorders/psy- @@ -72655,7 +72726,7 @@ dj dj/ django django-admin -django-admin/http://xn2.824989.com/robots.txt +django-admin/http://oeffnungszeitenbuch.de/robots.txt dje dk dk$ @@ -72711,6 +72782,7 @@ dk-en/transactions dk-en/treasury dk-en/your dk/ +dk/*/item$ dk/*?*lang=da-DK dk/Download dk/ajax @@ -72720,6 +72792,8 @@ dk/da dk/da/work/products/tools/ups_selector dk/de dk/dealer_locator/ +dk/en/*/reviews/new +dk/en/*?avoidNextModelRedirect=true dk/en/*q= dk/en/cart dk/en/search @@ -72804,7 +72878,7 @@ dl_track dlfaculty dli-ild dlls/ -dlm_uploads/http://rnd.de/robots.txt +dlm_uploads/http://britishairways.com/robots.txt dloader dloader(NaverRobot) dls @@ -72827,7 +72901,7 @@ dms/*/cdn/sites/iportal/documents/pdfs/ dms/*/cdn/sites/support/documents dms/cdn/sites/iportal/documents/pdfs/ dms/cdn/sites/support/documents -dms_priv/*http://itunes.apple.com/robots.txt +dms_priv/*http://developers.cloudflare.com/robots.txt dms_pub/itu-d/md/02/isap2b.1.1.1/c/D02-ISAP2B.1.1.1-C-0003 dms_pub/itu-d/md/02/isap2b.1.1/c/D02-ISAP2B.1.1-C-0002 dms_pub/itu-r/oth/0A/0E/R0A0E00008B @@ -72863,7 +72937,7 @@ dna-tests?s= dna/dna-matches dna/insights dna/matches -dna/matches/http://myjewishlearning.com/robots.txt +dna/matches/http://benzinga.com/robots.txt dna/origins dna/relatedness dna/tests @@ -72871,7 +72945,6 @@ dnaprint.asp dng/mapping/csv-import do do-not-change -do-not-crawl do/ do/AjaxService/ do/Secure/ @@ -72985,7 +73058,7 @@ docs/*.png$ docs/*/auth/login?redirect= docs/*/diff docs/*/embed -docs/*/http://chase.com/robots.txt +docs/*/http://geekdashboard.com/robots.txt docs/*/restore docs/*/search? docs/*/version @@ -73016,13 +73089,6 @@ docs/ckeditor4/*.*.* docs/ckeditor5/*.*.* docs/concepts/environment-variables/sensitive-environment-variables docs/concepts/payments-and-billing/usage-based-pro-plan -docs/default-source/do-not-crawl -docs/default-source/do-not-crawl/fy18_annual_report_donors.pdf -docs/default-source/publication-pdfs/2016-annual-report.pdf -docs/default-source/publication-pdfs/fy14_annualreport.pdf -docs/default-source/publication-pdfs/fy15_annualreport.pdf -docs/default-source/publication-pdfs/fy17_annual_report.pdf -docs/default-source/publication-pdfs/fy18_annual_report.pdf docs/devel docs/developer docs/development/leveraging-the-kali-bot @@ -73091,11 +73157,10 @@ doctor-strange doctoral/Pages/search.aspx? doctors*/search* doctors/price-guide -doctors/resultshttp://nebula.wsimg.com/robots.txt +doctors/resultshttp://updraftplus.com/robots.txt document document- document-center -document-format.html document.rl document/ document/*/editor @@ -73108,7 +73173,7 @@ document/embed_generator document/embed_generator_code document/forward document/forward_mail -document/http://printful.com/robots.txt +document/http://mccormick.com/robots.txt document/inappropriate document/progress document/queue @@ -73316,7 +73381,6 @@ documents/archives/ArchivesObsolete documents/current documents/d/guest/listado-provisional-admitidos-pdf documents/email-a-friend -documents/emm/ documents/ficheiros documents/information-management/imr-guidance-and-appendices.pdf documents/json/* @@ -73388,6 +73452,7 @@ domain/search? domain/suggestion-tool? domain/wechatpay.html domain/whois? +domainAccounts domain_not_supported domaincheckresult domains-new-search-buy/checkout @@ -73463,7 +73528,6 @@ dot/CEletter dot/Resources/Files/CEletter dotbot doterra/ -dotimer.php dotnet/docs/reference dotnet/docs/reference/*/latest dotnet/docs/reference/*/latest$ @@ -73500,7 +73564,6 @@ download-launch download-launch? download-linux/source-code download-lister -download-notice download-order-form download-shop-ai download.asp @@ -73565,7 +73628,7 @@ downloadpubliclightbox.php downloads downloads.php downloads/ -downloads/ +downloads/ downloads/$ downloads/* downloads/*/ @@ -73586,6 +73649,7 @@ downloads/user/ downloads/verification downloadstart downloadtype.aspx +downtime dp.asp dp.aspx dp/e-mail-friend @@ -73650,7 +73714,7 @@ dritte drive drive-and-listen/ drive-angry -drive-in/ +drive-in/ drive-with-lyft*ref= drive-with-lyft*utm drive/search @@ -73788,7 +73852,6 @@ dwd/files/JWIB dwd/files/policy dwd/files/swic dwd/test -dwhouse dwidget dwr dwr/call/plaincall @@ -73865,7 +73928,6 @@ e179/scripts/ e48= e? e?key=* -eCommerce-CMS.prodSearch.html eNews eS-CO eS-MX @@ -74085,7 +74147,7 @@ economia/agenda-hoy.html?fecha= economia/chiedi-esperto/news/sitemap.xml economia/chiedi-esperto/sitemap.xml economia/miojob -economia/negocios/balance-nid04112021/http://lancaster.ac.uk/robots.txt +economia/negocios/balance-nid04112021/http://walgreens.com/robots.txt economia/pt-br/internet economia/quiz economiaempresa/qualitat/documents/public @@ -74140,7 +74202,7 @@ edison/ edit edit$ edit$ -edit$http://techcrunch.com/robots.txt +edit$http://pinterest.co.uk/robots.txt edit-facts edit-homepage/ edit-homepage/accordion-features/research-centres-and-institutes3 @@ -74222,6 +74284,7 @@ editors editors/contact editorspicks editorv2_shop_aux/download_course_student_certificate +editpayment editpost.php editprofile edits @@ -74258,6 +74321,7 @@ edu/tasks edu/teachers edu/test edu?* +eduRequests eduardoazeredo eduardobarbosa eduardodafonte @@ -74464,7 +74528,6 @@ eeo-1/faq eeo-1/soi efficiencyenhancement/search-result efir -efpia_disclosure*.pdf efws/c efws/d efws/f @@ -74517,7 +74580,6 @@ ei/internal/coursesandmodules/engineeringdesign/ugcourses ei/internal/coursesandmodules/informatics/modules ei/internal/coursesandmodules/informatics/pgcourses ei/internal/coursesandmodules/informatics/ugcourses -ei= eid eid/Scripts/EidMetrics.js eid/article/*-combined.pdf @@ -74845,7 +74907,6 @@ elenco_cardinali* elencoindirizzi elezioni/*.xml elezioni2008 -eli-search eli/*? eli/es/res/2007/09/28/(5)/dof/spa/pdf elienelima @@ -74854,6 +74915,7 @@ eliminar-busqueda eliminar-favoritos eliminator/ elinks +elisa elise-mora-promoted-to-senior-vice-president-production-for-island-def-jam-motown-republic-records elise-wright-appointed-to-senior-vice-president-urban-music-for-universal-republic-records elise-wright-appointed-vice-president-of-marketing-for-universal-motown @@ -74891,7 +74953,7 @@ email-colleague email-confirm email-confirmation email-contact/ -email-contact/nodehttp://gsma.com/robots.txt +email-contact/nodehttp://groupme.com/robots.txt email-contact/taxonomy_term email-content email-disclaimer @@ -74986,6 +75048,7 @@ emailservice emailsignup emailsignup/ emailtemplate +emailunsubscribe emailus/ emailv_v2 emb_releases @@ -75062,7 +75125,6 @@ emissions/infoman/saison10/blogue.asp emissions/infoman/saison11/blogue.asp emissions/lib_radio/v3.2/code/indexeur/audiofil-iframe.asp emlak -emm/ emmy emne/terje%20erlid emoticons @@ -76327,6 +76389,7 @@ en-gb/*/shopby en-gb/404 en-gb/500 en-gb/README.md +en-gb/about-us/contact/contact-form/your-question-has-been-submitted- en-gb/about-us/contact/how-do-you-rate-our-service- en-gb/about-us/contact/how-do-you-rate-our-service-/thank-you-for-your-effort en-gb/about-us/who-we-are/our-course/overview-of-multi-annual-programmes-and-annual-reports/2-jaarplannen/cbs-jaarplan-2025 @@ -76407,6 +76470,7 @@ en-gb/mental-health-webinar-series-practitioner-mental-well-being en-gb/modules/README.txt en-gb/no-follow en-gb/node +en-gb/our-services/unique-collaboration-for-big-data-research/thank-you en-gb/participants-survey/businesses/form-pages/your-request-has-been-sent- en-gb/participants-survey/businesses/form-pages/your-request-has-successfully-been-sent- en-gb/participants-survey/people/formulier-paginas/your-request-has-been-sent- @@ -76459,7 +76523,6 @@ en-gb/statline/cbs/general/general-settings/cbsapiurl en-gb/statline/cbs/general/general-settings/copyright en-gb/statline/cbs/general/general-settings/dataportaal en-gb/statline/cbs/general/general-settings/dataportaal_text -en-gb/statline/cbs/general/general-settings/dataportaal_url en-gb/statline/cbs/general/general-settings/helpurl en-gb/statline/cbs/general/general-settings/korteuitleg en-gb/statline/cbs/general/general-settings/mainsite @@ -76473,7 +76536,6 @@ en-gb/statline/cbs/general/general-settings/recenturl en-gb/statline/cbs/homepage/explanation en-gb/statline/cbs/homepage/graphs-and-maps en-gb/statline/cbs/homepage/keyword-search -en-gb/statline/cbs/homepage/open-data en-gb/statline/cbs/homepage/the-netherlands-in-figures en-gb/statline/dataportaal/faq/does-cbs-have-a-helpdesk-for-questions-about-open-data- en-gb/statline/dataportaal/faq/how-can-i-find-datasets-in-the-data-portal- @@ -77504,7 +77566,7 @@ en-to en-tools en-tr en-tr/blogs -en-tr/cart/http://linktr.ee/robots.txt +en-tr/cart/http://ifrs.org/robots.txt en-tr/destinations/hotel-information en-tr/pages en-tr/products/details @@ -77810,9 +77872,6 @@ en/ajax/content-product en/ajax/contentmedia en/alert en/alerts -en/annualreport/2019 -en/annualreport/2019/chart-generator.html -en/annualreport/2019/downloads.html en/api en/api/v5 en/app @@ -77820,6 +77879,7 @@ en/app-directory/zoom en/applications/release9.html en/archives/info-detainee en/arrivals/? +en/articles/ en/ask/maintenance en/asset-preview* en/attachments/unindexed-attachments @@ -77836,28 +77896,6 @@ en/blog/wp-admin en/blog/wp-includes en/blog?ccm en/booking -en/brands/pm/biflair.html -en/brands/pm/candurin.html -en/brands/pm/colorona.html -en/brands/pm/colorstream.html -en/brands/pm/durazane.html -en/brands/pm/eusolex.html -en/brands/pm/ir3535.html -en/brands/pm/iriodin.html -en/brands/pm/meoxal.html -en/brands/pm/miraval.html -en/brands/pm/optipur.html -en/brands/pm/oxynex.html -en/brands/pm/patinal.html -en/brands/pm/pyrisma.html -en/brands/pm/ronacare.html -en/brands/pm/ronaflair.html -en/brands/pm/ronaflux.html -en/brands/pm/ronastar.html -en/brands/pm/spinfil.html -en/brands/pm/timiron.html -en/brands/pm/xirallic.html -en/brands/pm/xirona.html en/brisbane-2032/ en/buscador en/buscar @@ -78151,10 +78189,6 @@ en/communities en/companies/*/fans en/companies/*/workers en/company-directory/?q= -en/company/contact-us/invoices-as-pdf.html -en/company/management/executive-board/heinzel-matthias.html -en/company/management/executive-board/peter-guenter.html -en/company/our-businesses.html en/composer/Metapackage/README.txt en/composer/Plugin/ProjectMessage/README.md en/composer/Plugin/Scaffold/README.md @@ -78187,7 +78221,7 @@ en/credit-slip en/creo-simulation-live-ebook/ en/currency/edit en/customer-home -en/customer-services/points-attention/appointment-request-formhttp://tmj4.com/robots.txt +en/customer-services/points-attention/appointment-request-formhttp://mitpressjournals.org/robots.txt en/customers-tax-faq en/database/oracle/machine-learning/omlla en/database/oracle/oracle-machine-learning-for-python @@ -78261,101 +78295,9 @@ en/events/Denver-strategic-dinner-august en/events/huaweiconnect/livestream-for-tvs$ en/events/huaweiconnect/sessions-on-demand* en/events/onshape-mda-barcelona-2025 -en/events/psdi-2021/programme.html -en/events/psdi-2021/psdi-2020/programme.html -en/events/psdi-2021/psdi-2020/registration-and-terms.html -en/events/psdi-2021/psdi-2020/sponsors.html -en/events/psdi-2021/registration-and-terms.html -en/events/psdi-2021/social-programme.html -en/events/psdi-2021/social-programme1.html -en/events/psdi-2021/sponsors.html -en/events/psdi-2021/venue.html en/events/sanfrancisco-strategic-dinner-november en/events/vip-onshape-detroit-tigers en/events? -en/expertise/academic-and-government-research.html -en/expertise/clinical-and-diagnostics.html -en/expertise/cosmetics.html -en/expertise/cosmetics/care-solutions.html -en/expertise/cosmetics/care-solutions/formulation-support.html -en/expertise/cosmetics/care-solutions/formulation-support/antimicrobials.html -en/expertise/cosmetics/care-solutions/formulation-support/formulation-aids.html -en/expertise/cosmetics/care-solutions/formulation-support/formulation-stabilizers.html -en/expertise/cosmetics/care-solutions/formulation-support/ronacare-essential.html -en/expertise/cosmetics/care-solutions/insect-repellent.html -en/expertise/cosmetics/care-solutions/insect-repellent/about-IR3535.html -en/expertise/cosmetics/care-solutions/insect-repellent/faq.html -en/expertise/cosmetics/care-solutions/insect-repellent/gentle-on-you.html -en/expertise/cosmetics/care-solutions/insect-repellent/tough-on-insects.html -en/expertise/cosmetics/care-solutions/skin-care.html -en/expertise/cosmetics/care-solutions/skin-care/anti-aging.html -en/expertise/cosmetics/care-solutions/skin-care/antioxidants.html -en/expertise/cosmetics/care-solutions/skin-care/brightening.html -en/expertise/cosmetics/care-solutions/skin-care/firming.html -en/expertise/cosmetics/care-solutions/skin-care/moisturizing.html -en/expertise/cosmetics/care-solutions/skin-care/skin-improvement.html -en/expertise/cosmetics/care-solutions/skin-care/soothing.html -en/expertise/cosmetics/care-solutions/sun-care.html -en/expertise/cosmetics/care-solutions/sun-care/radical-protection.html -en/expertise/cosmetics/care-solutions/sun-care/tanning-agents.html -en/expertise/cosmetics/care-solutions/sun-care/uv-filters-encapsulated.html -en/expertise/cosmetics/care-solutions/sun-care/uv-filters-inorganic.html -en/expertise/cosmetics/care-solutions/sun-care/uv-filters-organic.html -en/expertise/cosmetics/color-effects.html -en/expertise/cosmetics/color-effects/functional-fillers.html -en/expertise/cosmetics/color-effects/special-effect-pigments.html -en/expertise/cosmetics/color-effects/special-effect-pigments/black-color-pigments.html -en/expertise/cosmetics/color-effects/special-effect-pigments/color-travel-pigments.html -en/expertise/cosmetics/color-effects/special-effect-pigments/gold-pigments.html -en/expertise/cosmetics/color-effects/special-effect-pigments/interference-pigments.html -en/expertise/cosmetics/color-effects/special-effect-pigments/metallic-color-luster-pigments.html -en/expertise/cosmetics/color-effects/special-effect-pigments/silverwhite-pigments.html -en/expertise/cosmetics/services/attestations-conformity.html -en/expertise/diagnostics.html -en/expertise/displays.html -en/expertise/electronics/technologies.html -en/expertise/electronics/technologies/thin-films/container-return.html -en/expertise/electronics/technologies/thin-films/container-return/container-return-form.html -en/expertise/emerging-biotech.html -en/expertise/environmental-testing.html -en/expertise/food-and-beverages.html -en/expertise/functional-solutions.html -en/expertise/functional-solutions/solutions.html -en/expertise/functional-solutions/solutions/empowering-surfaces.html -en/expertise/functional-solutions/solutions/empowering-surfaces/conductivity.html -en/expertise/functional-solutions/solutions/empowering-surfaces/heat-reflective-materials.html -en/expertise/functional-solutions/solutions/empowering-surfaces/optical-coating-materials.html -en/expertise/functional-solutions/solutions/empowering-surfaces/protective-coatings.html -en/expertise/functional-solutions/solutions/empowering-surfaces/protective-coatings/anti-scratch-coatings.html -en/expertise/functional-solutions/solutions/empowering-surfaces/protective-coatings/corrosion-protection.html -en/expertise/functional-solutions/solutions/empowering-surfaces/protective-coatings/easy-to-clean-coatings.html -en/expertise/functional-solutions/solutions/empowering-surfaces/protective-coatings/thermal-resistance.html -en/expertise/functional-solutions/solutions/simplifying-identification.html -en/expertise/functional-solutions/solutions/simplifying-identification/materials-for-crystal-growth.html -en/expertise/functional-solutions/solutions/simplifying-identification/product-identification.html -en/expertise/functional-solutions/solutions/simplifying-identification/product-identification/Cable-Marking.html -en/expertise/functional-solutions/solutions/simplifying-identification/product-identification/Silicone-Marking.html -en/expertise/functional-solutions/solutions/simplifying-identification/product-identification/film-marking.html -en/expertise/government-and-academic-research.html -en/expertise/industrial.html -en/expertise/industrial/template-page/*.html -en/expertise/oncology/news-releases.html -en/expertise/our-businesses.html -en/expertise/pharma-and-biopharma-manufacturing.html -en/expertise/pharma-biotech.html -en/expertise/pharma-quality-control.html -en/expertise/pharmaceutical-research.html -en/expertise/pharmaceutical-research/crispr-patent-landscape.html -en/expertise/pharmaceutical-research/crispr.html -en/expertise/semiconductors/offering/delivery-systems-and-services.html -en/expertise/semiconductors/offering/emergency-response-5501.html -en/expertise/semiconductors/offering/emergency-response-5502.html -en/expertise/semiconductors/offering/emergency-response-5503.html -en/expertise/semiconductors/offering/semiconductor-materials/cleaning.html -en/expertise/semiconductors/offering/semiconductor-materials/patterning.html -en/expertise/semiconductors/offering/semiconductor-materials/planarization.html -en/expertise/semiconductors/offering/semiconductor-materials/specialty-gases.html -en/expertise/semiconductors/offering/semiconductor-materials/thin-films.html en/faq/can-i-print-my-ordered-stamps-home en/faq/comment-contacter-le-service-clientele-de-bpost-0 en/faq/est-ce-possible-dimprimer-des-timbres-chez-soi @@ -78373,6 +78315,7 @@ en/features/color-splash.html en/features/one-tap-enhance.html en/film/home en/filter/tips +en/finance/offers-discounts/index.html en/financial-services/walmart-rewards-mastercard-apply-now en/formulaires/abandon.jsp en/formulaires/conseiller_virtuel/rendez-vous-conseiller.jsp @@ -78469,10 +78412,6 @@ en/integrations/*/* en/internal en/internal/internal-lead-referral-form en/intphone/ -en/investors/shares-and-bonds/bonds.html -en/investors/shares-and-bonds/bonds/bond-analysts.html -en/investors/shares-and-bonds/bonds/credit-ratings.html -en/investors/shares-and-bonds/bonds/dept-issuance-and-commercial-paper.html en/ip en/ip/* en/ip/*/*null$ @@ -78517,20 +78456,18 @@ en/lp/onshape-government en/lp/pcb-studio-altium-connector en/m en/mails -en/main_en en/make en/manage en/management-notifications en/marketplace en/media -en/media-center.html en/media-materials.html en/media/oembed en/mercury/ en/meta/display/news.html en/meta/display/shop-detail.html en/microsite/ -en/microsites/http://pexels.com/robots.txt +en/microsites/http://akc.org/robots.txt en/microsoft-365 en/microsoft-365/ en/microsoft-teams @@ -78585,13 +78522,9 @@ en/nav/categories en/network-status en/news en/news-redirect/* -en/news-stories/news-in-electronics/intermolecular.html -en/news-stories/news-in-electronics/microplastics-cosmetics.html -en/news-stories/news-in-electronics/oled-materials.html -en/news-stories/news-in-electronics/safety-first.html -en/news-stories/news-in-electronics/special-effect-pigments.html -en/news-stories/news-in-electronics/specialty-gases.html -en/news-stories/news-in-electronics/ub-liquid-crystals.html +en/news/all-news/ +en/news/all-news/$ +en/news/all-news/index.html en/news/canarias/diary en/news? en/newsletters/* @@ -78615,6 +78548,8 @@ en/order en/order-confirmation en/order-follow en/order-history +en/our-company/news-and-announcements/events/ +en/our-company/news-and-announcements/news-releases/index.html en/our-company/news-and-events/press-releases en/override en/partager/ @@ -78632,10 +78567,8 @@ en/pattern/ en/payment en/payments/ en/pdf -en/pdf-viewer.html en/places-and-journeys en/platba -en/podcasts/semiconductor-podcasts/microchips-inspired-by-nature.html en/post-booking en/press-releases.html en/preview @@ -78646,558 +78579,6 @@ en/products-lifecycle en/products-services/space/in-space-infrastructure/bartolomeo/request-your-payload-slot-on-bartolomeo/bartolomeo-form-confirmation en/products/free en/products/luxe/standard-size-business-cards.html -en/products/pm/100230.html -en/products/pm/100231.html -en/products/pm/100237.html -en/products/pm/100840.html -en/products/pm/100871.html -en/products/pm/101015.html -en/products/pm/101058.html -en/products/pm/101072.html -en/products/pm/101129.html -en/products/pm/101502.html -en/products/pm/101600.html -en/products/pm/101601.html -en/products/pm/101705.html -en/products/pm/101822.html -en/products/pm/101835.html -en/products/pm/102125.html -en/products/pm/102269.html -en/products/pm/102340.html -en/products/pm/102343.html -en/products/pm/102437.html -en/products/pm/102484.html -en/products/pm/102534.html -en/products/pm/102697.html -en/products/pm/102933.html -en/products/pm/102934.html -en/products/pm/102935.html -en/products/pm/103346.html -en/products/pm/103530.html -en/products/pm/103551.html -en/products/pm/103558.html -en/products/pm/103791.html -en/products/pm/103936.html -en/products/pm/103947.html -en/products/pm/103948.html -en/products/pm/103977.html -en/products/pm/103978.html -en/products/pm/103985.html -en/products/pm/103986.html -en/products/pm/103989.html -en/products/pm/104216.html -en/products/pm/104217.html -en/products/pm/104231.html -en/products/pm/104232.html -en/products/pm/104234.html -en/products/pm/104235.html -en/products/pm/104236.html -en/products/pm/104237.html -en/products/pm/104241.html -en/products/pm/104246.html -en/products/pm/104259.html -en/products/pm/104267.html -en/products/pm/104319.html -en/products/pm/104322.html -en/products/pm/104456.html -en/products/pm/104468.html -en/products/pm/104469.html -en/products/pm/104470.html -en/products/pm/104471.html -en/products/pm/104472.html -en/products/pm/104540.html -en/products/pm/104542.html -en/products/pm/104543.html -en/products/pm/104553.html -en/products/pm/104554.html -en/products/pm/104562.html -en/products/pm/104564.html -en/products/pm/104590.html -en/products/pm/104591.html -en/products/pm/104597.html -en/products/pm/104598.html -en/products/pm/104611.html -en/products/pm/104634.html -en/products/pm/104670.html -en/products/pm/104712.html -en/products/pm/104750.html -en/products/pm/104779.html -en/products/pm/104781.html -en/products/pm/104782.html -en/products/pm/104783.html -en/products/pm/104786.html -en/products/pm/104787.html -en/products/pm/104797.html -en/products/pm/104809.html -en/products/pm/104842.html -en/products/pm/104869.html -en/products/pm/104872.html -en/products/pm/104896.html -en/products/pm/104898.html -en/products/pm/104913.html -en/products/pm/104959.html -en/products/pm/104976.html -en/products/pm/105072.html -en/products/pm/105334.html -en/products/pm/105335.html -en/products/pm/105338.html -en/products/pm/105372.html -en/products/pm/105373.html -en/products/pm/105377.html -en/products/pm/105382.html -en/products/pm/105401.html -en/products/pm/105689.html -en/products/pm/105821.html -en/products/pm/105823.html -en/products/pm/105834.html -en/products/pm/105844.html -en/products/pm/105845.html -en/products/pm/105849.html -en/products/pm/105949.html -en/products/pm/106453.html -en/products/pm/106457.html -en/products/pm/106739.html -en/products/pm/106822.html -en/products/pm/106823.html -en/products/pm/106824.html -en/products/pm/106825.html -en/products/pm/106940.html -en/products/pm/106949.html -en/products/pm/106959.html -en/products/pm/106960.html -en/products/pm/106967.html -en/products/pm/107386.html -en/products/pm/107537.html -en/products/pm/107683.html -en/products/pm/107688.html -en/products/pm/107716.html -en/products/pm/107876.html -en/products/pm/108044.html -en/products/pm/108172.html -en/products/pm/108302.html -en/products/pm/108322.html -en/products/pm/108324.html -en/products/pm/108332.html -en/products/pm/108500.html -en/products/pm/108707.html -en/products/pm/108869.html -en/products/pm/108885.html -en/products/pm/108898.html -en/products/pm/108902.html -en/products/pm/108905.html -en/products/pm/108907.html -en/products/pm/109941.html -en/products/pm/109952.html -en/products/pm/110150.html -en/products/pm/110152.html -en/products/pm/110154.html -en/products/pm/110203.html -en/products/pm/110261.html -en/products/pm/110553.html -en/products/pm/111412.html -en/products/pm/111480.html -en/products/pm/111529.html -en/products/pm/111626.html -en/products/pm/111771.html -en/products/pm/111807.html -en/products/pm/111887.html -en/products/pm/115031.html -en/products/pm/115195.html -en/products/pm/115337.html -en/products/pm/115345.html -en/products/pm/115377.html -en/products/pm/115591.html -en/products/pm/116079.html -en/products/pm/116413.html -en/products/pm/116440.html -en/products/pm/116700.html -en/products/pm/116828.html -en/products/pm/117021.html -en/products/pm/117022.html -en/products/pm/117042.html -en/products/pm/117045.html -en/products/pm/117047.html -en/products/pm/117050.html -en/products/pm/117051.html -en/products/pm/117053.html -en/products/pm/117060.html -en/products/pm/117061.html -en/products/pm/117075.html -en/products/pm/117076.html -en/products/pm/117077.html -en/products/pm/117080.html -en/products/pm/117089.html -en/products/pm/117100.html -en/products/pm/117112.html -en/products/pm/117114.html -en/products/pm/117116.html -en/products/pm/117165.html -en/products/pm/117176.html -en/products/pm/117185.html -en/products/pm/117186.html -en/products/pm/117187.html -en/products/pm/117190.html -en/products/pm/117193.html -en/products/pm/117200.html -en/products/pm/117201.html -en/products/pm/117203.html -en/products/pm/117215.html -en/products/pm/117216.html -en/products/pm/117217.html -en/products/pm/117219.html -en/products/pm/117221.html -en/products/pm/117223.html -en/products/pm/117224.html -en/products/pm/117226.html -en/products/pm/117228.html -en/products/pm/117229.html -en/products/pm/117231.html -en/products/pm/117233.html -en/products/pm/117237.html -en/products/pm/117239.html -en/products/pm/117240.html -en/products/pm/117241.html -en/products/pm/117242.html -en/products/pm/117260.html -en/products/pm/117262.html -en/products/pm/117266.html -en/products/pm/117268.html -en/products/pm/117271.html -en/products/pm/117272.html -en/products/pm/117280.html -en/products/pm/117282.html -en/products/pm/117284.html -en/products/pm/117287.html -en/products/pm/117288.html -en/products/pm/117289.html -en/products/pm/117294.html -en/products/pm/117311.html -en/products/pm/117320.html -en/products/pm/117322.html -en/products/pm/117323.html -en/products/pm/117324.html -en/products/pm/117353.html -en/products/pm/117358.html -en/products/pm/117359.html -en/products/pm/117368.html -en/products/pm/117369.html -en/products/pm/1173700.html -en/products/pm/117371.html -en/products/pm/117372.html -en/products/pm/117374.html -en/products/pm/117376.html -en/products/pm/117377.html -en/products/pm/117378.html -en/products/pm/117383.html -en/products/pm/117384.html -en/products/pm/117385.html -en/products/pm/117386.html -en/products/pm/117387.html -en/products/pm/117389.html -en/products/pm/117392.html -en/products/pm/117399.html -en/products/pm/117403.html -en/products/pm/117404.html -en/products/pm/117405.html -en/products/pm/117415.html -en/products/pm/117457.html -en/products/pm/117458.html -en/products/pm/117459.html -en/products/pm/117460.html -en/products/pm/117461.html -en/products/pm/117463.html -en/products/pm/117464.html -en/products/pm/117469.html -en/products/pm/117470.html -en/products/pm/117472.html -en/products/pm/117474.html -en/products/pm/117475.html -en/products/pm/117476.html -en/products/pm/117477.html -en/products/pm/117478.html -en/products/pm/117479.html -en/products/pm/117487.html -en/products/pm/117488.html -en/products/pm/117489.html -en/products/pm/117490.html -en/products/pm/117499.html -en/products/pm/117713.html -en/products/pm/117714.html -en/products/pm/117715.html -en/products/pm/117716.html -en/products/pm/117720.html -en/products/pm/117721.html -en/products/pm/117722.html -en/products/pm/117723.html -en/products/pm/117726.html -en/products/pm/117728.html -en/products/pm/117731.html -en/products/pm/117732.html -en/products/pm/117733.html -en/products/pm/117734.html -en/products/pm/117736.html -en/products/pm/117739.html -en/products/pm/117740.html -en/products/pm/117741.html -en/products/pm/117742.html -en/products/pm/117746.html -en/products/pm/117751.html -en/products/pm/117754.html -en/products/pm/117755.html -en/products/pm/117756.html -en/products/pm/117757.html -en/products/pm/117758.html -en/products/pm/117759.html -en/products/pm/117760.html -en/products/pm/117761.html -en/products/pm/117762.html -en/products/pm/117763.html -en/products/pm/117764.html -en/products/pm/117765.html -en/products/pm/117767.html -en/products/pm/117769.html -en/products/pm/117770.html -en/products/pm/117771.html -en/products/pm/117772.html -en/products/pm/117774.html -en/products/pm/117775.html -en/products/pm/117776.html -en/products/pm/117777.html -en/products/pm/117778.html -en/products/pm/117779.html -en/products/pm/117782.html -en/products/pm/117783.html -en/products/pm/117784.html -en/products/pm/117786.html -en/products/pm/117789.html -en/products/pm/117790.html -en/products/pm/120600.html -en/products/pm/120601.html -en/products/pm/120602.html -en/products/pm/120603.html -en/products/pm/120604.html -en/products/pm/120605.html -en/products/pm/120606.html -en/products/pm/120607.html -en/products/pm/120608.html -en/products/pm/120609.html -en/products/pm/120610.html -en/products/pm/120613.html -en/products/pm/120615.html -en/products/pm/120617.html -en/products/pm/120619.html -en/products/pm/120622.html -en/products/pm/120623.html -en/products/pm/120624.html -en/products/pm/120625.html -en/products/pm/130133.html -en/products/pm/130148.html -en/products/pm/130153.html -en/products/pm/130163.html -en/products/pm/130165.html -en/products/pm/130170.html -en/products/pm/130176.html -en/products/pm/130179.html -en/products/pm/130198.html -en/products/pm/130200.html -en/products/pm/130201.html -en/products/pm/130204.html -en/products/pm/130205.html -en/products/pm/130217.html -en/products/pm/130221.html -en/products/pm/130441.html -en/products/pm/130801.html -en/products/pm/130805.html -en/products/pm/132120.html -en/products/pm/132144.html -en/products/pm/132149.html -en/products/pm/132219.html -en/products/pm/132232.html -en/products/pm/132260.html -en/products/pm/132261.html -en/products/pm/132262.html -en/products/pm/132277.html -en/products/pm/132285.html -en/products/pm/132286.html -en/products/pm/132287.html -en/products/pm/132318.html -en/products/pm/132326.html -en/products/pm/132330.html -en/products/pm/132346.html -en/products/pm/132354.html -en/products/pm/132374.html -en/products/pm/132376.html -en/products/pm/132377.html -en/products/pm/132386.html -en/products/pm/132398.html -en/products/pm/132400.html -en/products/pm/132419.html -en/products/pm/132420.html -en/products/pm/132425.html -en/products/pm/132426.html -en/products/pm/132427.html -en/products/pm/132428.html -en/products/pm/132429.html -en/products/pm/132484.html -en/products/pm/132700.html -en/products/pm/132704.html -en/products/pm/132722.html -en/products/pm/139533.html -en/products/pm/139559.html -en/products/pm/140500.html -en/products/pm/140503.html -en/products/pm/140504.html -en/products/pm/140505.html -en/products/pm/140506.html -en/products/pm/140507.html -en/products/pm/140517.html -en/products/pm/140524.html -en/products/pm/140527.html -en/products/pm/140528.html -en/products/pm/140529.html -en/products/pm/140530.html -en/products/pm/140531.html -en/products/pm/140534.html -en/products/pm/140535.html -en/products/pm/140536.html -en/products/pm/140538.html -en/products/pm/140539.html -en/products/pm/140540.html -en/products/pm/140543.html -en/products/pm/140576.html -en/products/pm/140583.html -en/products/pm/140585.html -en/products/pm/140590.html -en/products/pm/140646.html -en/products/pm/140648.html -en/products/pm/140650.html -en/products/pm/140700.html -en/products/pm/140817.html -en/products/pm/140838.html -en/products/pm/140897.html -en/products/pm/140900.html -en/products/pm/140902.html -en/products/pm/140917.html -en/products/pm/140918.html -en/products/pm/140919.html -en/products/pm/140941.html -en/products/pm/140962.html -en/products/pm/140963.html -en/products/pm/140964.html -en/products/pm/140965.html -en/products/pm/140966.html -en/products/pm/140971.html -en/products/pm/140975.html -en/products/pm/140990.html -en/products/pm/140994.html -en/products/pm/141048.html -en/products/pm/141056.html -en/products/pm/141057.html -en/products/pm/141058.html -en/products/pm/141060.html -en/products/pm/141062.html -en/products/pm/141063.html -en/products/pm/141064.html -en/products/pm/141065.html -en/products/pm/141066.html -en/products/pm/141067.html -en/products/pm/141068.html -en/products/pm/141070.html -en/products/pm/141071.html -en/products/pm/141081.html -en/products/pm/141083.html -en/products/pm/141086.html -en/products/pm/141095.html -en/products/pm/141096.html -en/products/pm/141097.html -en/products/pm/141098.html -en/products/pm/141099.html -en/products/pm/141100.html -en/products/pm/141102.html -en/products/pm/141106.html -en/products/pm/141107.html -en/products/pm/141113.html -en/products/pm/141116.html -en/products/pm/141127.html -en/products/pm/141128.html -en/products/pm/141156.html -en/products/pm/141157.html -en/products/pm/141175.html -en/products/pm/141176.html -en/products/pm/141182.html -en/products/pm/141183.html -en/products/pm/141184.html -en/products/pm/141412.html -en/products/pm/141414.html -en/products/pm/141415.html -en/products/pm/141425.html -en/products/pm/141428.html -en/products/pm/141434.html -en/products/pm/141438.html -en/products/pm/141442.html -en/products/pm/141459.html -en/products/pm/141465.html -en/products/pm/141466.html -en/products/pm/141467.html -en/products/pm/141468.html -en/products/pm/141469.html -en/products/pm/141470.html -en/products/pm/141471.html -en/products/pm/141478.html -en/products/pm/1414810.html -en/products/pm/141499.html -en/products/pm/141520.html -en/products/pm/141528.html -en/products/pm/141530.html -en/products/pm/141535.html -en/products/pm/141541.html -en/products/pm/141549.html -en/products/pm/141600.html -en/products/pm/158015.html -en/products/pm/158028.html -en/products/pm/158029.html -en/products/pm/158030.html -en/products/pm/158031.html -en/products/pm/158037.html -en/products/pm/158047.html -en/products/pm/158062.html -en/products/pm/158069.html -en/products/pm/158090.html -en/products/pm/158092.html -en/products/pm/158093.html -en/products/pm/158096.html -en/products/pm/158100.html -en/products/pm/158103.html -en/products/pm/158108.html -en/products/pm/158114.html -en/products/pm/158115.html -en/products/pm/158116.html -en/products/pm/158121.html -en/products/pm/158132.html -en/products/pm/158146.html -en/products/pm/158217.html -en/products/pm/158225.html -en/products/pm/158230.html -en/products/pm/158237.html -en/products/pm/158241.html -en/products/pm/158242.html -en/products/pm/158254.html -en/products/pm/158264.html -en/products/pm/158266.html -en/products/pm/158270.html -en/products/pm/181814.html -en/products/pm/212451.html -en/products/pm/213603.html -en/products/pm/214042.html -en/products/pm/214043.html -en/products/pm/214047.html -en/products/pm/214049.html -en/products/pm/214328.html -en/products/pm/470586.html -en/products/pm/494189.html -en/products/pm/494800.html -en/products/pm/800891.html -en/products/pm/800892.html en/products/standard-size-business-cards.html en/profile/created en/profiles @@ -79230,9 +78611,6 @@ en/register en/registration en/related-content? en/renew.html -en/research/grants-and-awards/alfred-r-bader-award-for-student-innovation.html -en/research/news.html -en/research/open-innovation/biopharma-open-innovation-portal.html en/resource-center/case-studies/gks-packaging-nl en/resource-center/videos/achieving-faster-performance-with-large-complex-assemblies en/resource-center/videos/advancing-your-design-process-with-custom-features @@ -79300,27 +78678,6 @@ en/s/*/favorite en/s/*/lazy_load_pics en/s/*/reviews en/s/*/togo -en/s/banishthemicroplastics.html -en/s/ces2020.html -en/s/colorinspiration-pixelart.html -en/s/colorstream-ind.html -en/s/durazane5500.html -en/s/ecs2023.html -en/s/endless-possibilities.html -en/s/foodcontactnotification.html -en/s/gen-z-beauty.html -en/s/glassflakes.html -en/s/halal.html -en/s/healthy-glowing.html -en/s/insect-repellent.html -en/s/jointhecolorstream.html -en/s/laser-marking.html -en/s/laser-marking/laser-explanation.html -en/s/merck4cosmetics.html -en/s/pigment-blend-library.html -en/s/r-cycle.html -en/s/ronacareectoin.html -en/s/silicone-laser-marking.html en/sablony en/safety-hc en/search @@ -79336,7 +78693,7 @@ en/search?*keywords= en/search?*x=1 en/search?*z=1 en/search?s=* -en/searchpage.htmlhttp://lifewire.com/robots.txt +en/searchpage.htmlhttp://sba.gov/robots.txt en/security en/security/ en/seocheck/ @@ -79465,10 +78822,6 @@ en/webservice en/what-to-do-at-schiphol/*&filter_by_flight=✓ en/why-chase/ en/widget -en/worlds-of-curiosity -en/worlds-of-curiosity/commute -en/worlds-of-curiosity/recreation -en/worlds-of-curiosity/work en/wp-admin/ en/wp-admin/admin-ajax.php en/wp-json @@ -79763,6 +79116,7 @@ enterprise/book-a-demo/ enterprise/downloads/ enterprise/events enterprise/idrive_enterprise_data_sheet.pdf +enterprise/october-2025/$ enterprise/plan/$ enterprise/portlets/enterprise/documentform/core_content_downloads.jsp?FormId=rep_contact enterprise/portlets/enterprise/unifiedCommunications/en/_assets/xml/app.xml @@ -79771,6 +79125,7 @@ enterprise/portlets/forms/formreg.do enterprise/seo enterpriseform/ enterprisepartner +entertain entertainment-industry-launches-bob-marley-campaign-to-support-save-the-childrens-east-africa-appeal entertainment-unify entertainment/article/Minerva-s-horoscope @@ -79819,6 +79174,7 @@ entry/image entry/jsonlite entry/lightview.php entrypoint_ndp +entrytrap enu enu/slp-motorola-media-link-test-purchase-page.html enus/ @@ -79853,9 +79209,9 @@ epilepsy_pictures_slideshow/article.htm episerver episerver episode -episode-engine/ -episode-podcast/ -episode/ +episode-engine/ +episode-podcast/ +episode/ episode/*/transcript$ episode/http episodes @@ -79926,7 +79282,6 @@ error/404 error/404.html error/500 error/PageNotFound.htm -error/authentication-required.html error/purchases error404.aspx error404.aspx @@ -81128,6 +80483,8 @@ es/economia es/education-request es/embed es/en +es/en/*/reviews/new +es/en/*?avoidNextModelRedirect=true es/en/cart es/en/news/search es/en/news/sp/search @@ -81141,6 +80498,8 @@ es/error es/errors es/es es/es +es/es/*/reviews/new +es/es/*?avoidNextModelRedirect=true es/es/*q= es/es/app es/es/app/inicia-sesion @@ -81497,7 +80856,7 @@ es/search/default.mi es/search/fonts? es/search? es/search?* -es/search?*http://planner5d.com/robots.txt +es/search?*http://taringa.net/robots.txt es/searchresult es/secure-preview es/security @@ -82038,10 +81397,8 @@ etc.clientlibs/splunk/core/components/content/global-nav/header/v2/header/client etc.clientlibs/splunk/core/components/content/video/v1/video/clientlibs.lc-d41d8cd98f00b204e9800998ecf8427e-lc.min.css etc/ etc/admin -etc/api etc/calendar etc/car-physics -etc/clientcontext/ etc/clientcontext/* etc/commerce/products/ etc/countries @@ -82173,6 +81530,7 @@ eu/startup-business-toolkit eu/thunderbird/collections eu/thunderbird/search eudesxavier +eula eula.html eumcollector/beacons/browser/v1 euprojects @@ -82261,10 +81619,13 @@ event/*/exhibitor event/*/ics event/*/list_attendees event/*/list_sales +event/*/seller_frame event/*/share event/*/shoutbox event/*/shoutbox? event/*/watch_stream +event/*/who_went +event/*/whos_interested event/*?*tags= event/amp event/anaheim-2019 @@ -82302,6 +81663,7 @@ event/miami-2020 event/minneapolis-2019 event/nashville-2019 event/network-security-2019 +event/new event/new-orleans-2019 event/new-york-city-summer-2019 event/new-york-metro-winter-2019 @@ -82610,6 +81972,7 @@ excess/* exchange exclude_category= exclude_local_pickup_only +exclusions exclusive exclusive-offers exclusive/b-grade/* @@ -82663,7 +82026,7 @@ exhibits/orgunit/*? exhibits/orgunit/*?spc.page exhibits/orgunit/*?utm_source exigen-and-music-industry-labels-launch-royalty-service-l-p -exit.htmlhttp://jekyllrb.com/robots.txt +exit.htmlhttp://freeletics.com/robots.txt exit? exitpoll/ exp-beach @@ -82700,7 +82063,6 @@ experiments experiments.xml expert-advice/checklist/[page] expert-advice/preview -expert-search-form expert-search? expert-sessions expert-views/ @@ -82786,14 +82148,13 @@ explorespa exponential/buster.html exporeport export -export-documents export-link/@ export.ashx export/ export/flipboard/*.rss export/options -export/site-selector.jsonhttp://novartis.de/robots.txt -export/site-selector.jsonhttp://novayagazeta.ru/robots.txt +export/site-selector.jsonhttp://in5d.com/robots.txt +export/site-selector.jsonhttp://samaritans.org/robots.txt export/sites/intranet/ export/sites/upov/shared/ export/sites/www/pct/guide/ @@ -82907,7 +82268,7 @@ external/stemcellsforblood external/strada/secure external/tces external/whistler -externalContentView/http://doc.qt.io/robots.txt +externalContentView/http://civitatis.com/robots.txt externalPageReview externalUrl external_assets @@ -82993,7 +82354,6 @@ f/healthcheck f/s/flurry f/smarty f1-season-2023-timeline -f1. f1/news/?q=giorgio%20piola f1/teams/alphataui/twitter/ajax f1/teams/alphatauri/ajax @@ -83068,7 +82428,7 @@ fa/nomad/$ fa/payment fa/post-booking fa/press-releases -fa/products/faspec/compare.pagehttp://mitsubishielectric.com/robots.txt +fa/products/faspec/compare.pagehttp://espncricinfo.com/robots.txt fa/renew.html fa/seamonkey/collections fa/seamonkey/search @@ -83209,14 +82569,11 @@ fall fall02 fall2013_mth491_proofkit fallal -fallback fallback/ -false/select-store-cookies.html family family-campaign family-friendly-modal family-health -family-institute family-tree/*/mergefamilyupdate family-tree/Frozone/AJAX/Command.ashx family-tree/owt/altparent.aspx @@ -83680,7 +83037,7 @@ features-oceans? features-satellites? features-weather? features/aerisweather-development-partner-program -features/aerisweather-javascript-sdk/http://aerogaming.org/robots.txt +features/aerisweather-javascript-sdk/http://castos.com/robots.txt features/analytics features/dear-abby/ features/external/cdp @@ -83701,6 +83058,7 @@ features/website-builder/templates/business-and-services/ features/website-builder/templates/business-and-services/*,* features= features?*_*page= +featurestats february-anma february-anmaicu february-massage @@ -83723,7 +83081,6 @@ feed.mhtml feed.php? feed.php?mode=list&ns= feed/ -feed/ feed/$ feed/3 feed/amazon-rss @@ -83737,6 +83094,7 @@ feed/offer-feed.xml feed/podcast feed/podcast/*/private/*.rss feed/private +feed/pulsemailru feed/sitema feed/training-resources/assets/facets/cengage%3ATopics.xml/ feed/training-resources/assets/facets/cengage%3Aaudience.xml/ @@ -83745,9 +83103,11 @@ feed/training-resources/assets/facets/cengage%3AcengageDiscipline.xml/ feed/training-resources/assets/facets/cengage%3AlmsType.xml/ feed/training-resources/assets/facets/cengage%3AmindAppType.xml/ feed/training-resources/assets/facets/cengage%3Aplatform.xml/ +feed/turbo* feed/update feed/v1/podcast/triggered-uncensored -feed/v1/podcast/unredacted-with-kurt-schlichterhttp://toyota.com/robots.txt +feed/v1/podcast/unredacted-with-kurt-schlichterhttp://correios.com.br/robots.txt +feed/zen feed=rss feed?sc= feed?section=coronavirus$ @@ -83783,7 +83143,7 @@ feedback/user_study feedbackR1 feedcommunicationdetail feeders/?service=menu -feedhttp://digiday.com/robots.txt +feedhttp://phantomjs.org/robots.txt feeding_a_picky_eater_pictures_slideshow/article.htm feeds feeds*.php @@ -83992,6 +83352,7 @@ fi-fi/search fi/ fi/*/*/business$ fi/*/*/edit$ +fi/*/item$ fi/*/s/*/near$ fi/*?*lang=en-US fi/?wicket:interface= @@ -84129,7 +83490,6 @@ field_ministries_tref field_press_type_tref field_targets_tref field_thematics_tref -fieldstudies fifa-under-17-world-cup-2017 fifty-shades-darker fifty-shades-freed @@ -84285,8 +83645,6 @@ files/euarchivo/ files/file/protected files/index.html files/infographic -files/kr -files/kr/ko/membersPoint files/live/sites/isoorg/files/_noindex files/mailchimp files/marketwatchrss.xml @@ -84310,7 +83668,7 @@ filiale-rating filialeBadge filialeHrs filing/free-file-fillable-forms/free-file-fillable-forms-support -filing/free-file-fillable-forms/free-file-fillable-forms-support-2http://is.gd/robots.txt +filing/free-file-fillable-forms/free-file-fillable-forms-support-2http://hackerone.com/robots.txt filing_wiz filings filipepereira @@ -84333,7 +83691,7 @@ filter/more filter/tip filter/tips filter/tips -filter/tips +filter/tips filter/tips/ filter= filter= @@ -84428,7 +83786,7 @@ find/*?official=true find/*?page find/*?shipping= find/*?{ -find/*http://freeletics.com/robots.txt +find/*http://uci.org/robots.txt find/?srsltid find/club find/player @@ -84460,6 +83818,7 @@ firefox/downloads firefox/new_tab_learn_more firehose.pl firerun/ +firetv firma firme/pierluigi-battista_80 firms/ @@ -84609,6 +83968,7 @@ fletcher_park flexibleshopping flexmls-academy/ flgrtkihawf +flickr flickrimagerequest flight flight-insight @@ -84657,7 +84017,7 @@ flightsh5/ flightstat/v1 flint-deals flip-book/pdf/ad106c9390e50a84a1f87bed55b5115b712d9c6b.pdf -flip-player/ +flip-player/ flip-preview flipboardrss flipbook @@ -84735,6 +84095,7 @@ foia/quaterly/ fol fol/XML/video/vpl folder +folderEntries folder_contents$ folder_factories$ folder_factories$ @@ -86651,6 +86012,7 @@ forgot-password forgot-password forgot-username forgot/ +forgot2scan* forgot?nextUrl=* forgotPassword.jsp forgot_enter.phtml @@ -86661,15 +86023,14 @@ forgotpassword forgotpassword? forgotsignin.aspx forgotten-password -forgov-devhttp://qnap.com/robots.txt -forlibraries +forgov-devhttp://commonsensemedia.org/robots.txt form form-center/nri-banking-form-center form-containers form-error.aspx form-id= form-raw -form-responses/*http://powtoon.com/robots.txt +form-responses/*http://mcgill.ca/robots.txt form-submit form.html form.php$ @@ -86869,7 +86230,7 @@ forum/thread/*/participants forum/threads/*/poll/results* forum/threads/*/tags$ forum/ucp.php -forum/ucp.phphttp://element.io/robots.txt +forum/ucp.phphttp://form.jotform.com/robots.txt forum/users forum/viewonline.php forum/viewtopic.php @@ -87105,7 +86466,7 @@ forums/usercp.php forums/usernote.php forums/userposts.php forums/users -forums/users/http://wpml.org/robots.txt +forums/users/http://arbys.com/robots.txt forums/userstyles.php forums/writepost forums/writethread @@ -87755,7 +87116,6 @@ fr-fr/designers/$ fr-fr/destinations/hotel-information fr-fr/dev-mode/$ fr-fr/developer -fr-fr/documents-biopharma fr-fr/downloads/$ fr-fr/draw/$ fr-fr/education/$ @@ -87767,7 +87127,6 @@ fr-fr/enterprise/$ fr-fr/enterprise/plan/$ fr-fr/events-and-webinars/$ fr-fr/events/$ -fr-fr/expertise/fertility/fertilite-documents.html fr-fr/feedback fr-fr/figjam/$ fr-fr/figjam/agile-workflows/$ @@ -88615,6 +87974,8 @@ fr/emails/hosted_exchange/ fr/en fr/en fr/en/ +fr/en/*/reviews/new +fr/en/*?avoidNextModelRedirect=true fr/en/*q= fr/en/cart fr/en/ip @@ -89786,6 +89147,8 @@ fr/forum fr/forum/goto.php fr/fr fr/fr +fr/fr/*/reviews/new +fr/fr/*?avoidNextModelRedirect=true fr/fr/*q= fr/fr/app fr/fr/app/se-connecter @@ -89911,7 +89274,6 @@ fr/m/cms fr/mailinglist fr/mailinglist/email fr/mails -fr/main_fr fr/make fr/manage fr/market/auction @@ -89976,7 +89338,7 @@ fr/music/*/+wiki/shoutbox fr/music/*? fr/music/+noredirect fr/music/playlist -fr/music/projects?*genre=*http://ec.europa.eu/robots.txt +fr/music/projects?*genre=*http://epic.com/robots.txt fr/music/projects?*keyword=* fr/music/tracks fr/my @@ -90208,7 +89570,7 @@ fr/trust/ fr/trust/gdpr/ fr/trust/gdpr/subprocessors/ fr/trust/privacy/ -fr/trust/privacy/information-we-collect/http://artist.link/robots.txt +fr/trust/privacy/information-we-collect/http://latrobe.edu.au/robots.txt fr/try/search fr/tutoriels/*_ga fr/tutoriels/?s= @@ -90427,6 +89789,7 @@ freedom_pay_author freelance-internship/ freelancers/*/portfolio freelancers/*/reviews +freemonth freepng/*.html*hue-js freepng/*/preview-png.html freepublications/ @@ -90512,7 +89875,7 @@ frontend-metrics frontend-track frontend.php frontend.php/ -frontend/http://files.eric.ed.gov/robots.txt +frontend/http://cochrane.org/robots.txt frontendEvents.do frontend_dev.php frontend_dev.php/ @@ -90790,7 +90153,7 @@ g-recaptcha-response g/ g/* g/*/% -g/4arE9Chttp://flickr.com/robots.txt +g/4arE9Chttp://animoto.com/robots.txt g/Camera-Batteries g/Camera-Batteries/$ g/api @@ -91056,6 +90419,7 @@ gamtarget gangrene/ gangwon-do/ gapi/ratings +gappsDomains garage_lagerraum.provision_s garageband/Contents/en/searchindex garages @@ -91157,7 +90521,7 @@ gb/user$ gb/widgets gb1 gb2/ -gb_xapi_content/http://smartly.io/robots.txt +gb_xapi_content/http://heritage.org/robots.txt gbc/ gbl/ gbook @@ -91255,7 +90619,6 @@ geektag.php geetest/get.php geetest/register geetest/reset.php -gef/projects/blue-nature-alliance geforce/billboards/* geforce/comparisons/* geforce/news/gfecnt/* @@ -91287,7 +90650,7 @@ gen/press-room?pid=19457&cdvn=news&newsarticleid=31735 gen204.php gen_interest.html genai-analytics -gender-equity/http://kabanos.net/robots.txt +gender-equity/http://linode.com/robots.txt gender= genealogies/submission genealogy-post-*lang= @@ -91361,6 +90724,7 @@ geomag/WMM/data geomag/cdroms geomag/data geomag/pmag/datafiles +geooverride geoportal george-ash-appointed-president-universal-music-asia-pacific george-marolda-appointed-chief-financial-officer-for-universal-motown-republic-group-umrg @@ -91425,7 +90789,6 @@ get-favorite get-galleryfragment get-giftmodule get-hired -get-id get-in-touch get-invoice-templates get-involved/events @@ -91433,7 +90796,6 @@ get-listed/success get-menu-header get-online-contract get-online-invoices -get-pass get-product-stock.json get-ready-for-national-lampoons-pledge-this-paris-hilton-stars-as-sorority-queen get-started @@ -91468,7 +90830,7 @@ getad.php getapikey.aspx getaways/search getaways/tripadvisor -getcandidatetopinfo*http://sabc.co.za/robots.txt +getcandidatetopinfo*http://clipchamp.com/robots.txt getfile getflipit gethelp/ @@ -91843,7 +91205,7 @@ go/fanfiction/ go/host/ go/hotel/info go/hotel/search -go/http://quillbot.com/robots.txt +go/http://blogs.law.harvard.edu/robots.txt go/login go/member go/members @@ -91899,7 +91261,7 @@ goldengate/1212/gg-winux goldengate/c1221/gg-winux golf golf/golf -golocal/extranet/http://nloug.nl/robots.txt +golocal/extranet/http://faz.net/robots.txt gongyi*? gonzagapatriota good-data @@ -91929,6 +91291,8 @@ google/hotel_ads google03cd58aeb02ab29c.html google97d8d43559c9b155.html google992ef19868c7ad5e.html +googleDirectoryChannel +googleDrive googleNews.xml googleNews.xml google_ad.php @@ -91972,7 +91336,6 @@ goto-us goto.htm goto.php goto/admin -goto= gotoPage= goto_issue goto_rubric @@ -91985,7 +91348,7 @@ gov/DownloadAsset? gov/DownloadAsset?assetId= gov/content/*/search-details- gov/feedback -gov/files/awards/http://in.linkedin.com/robots.txt +gov/files/awards/http://9gag.com/robots.txt gov/search gov/search/results.page? gov/search?id=*&q= @@ -92190,7 +91553,6 @@ grades= gradschool/gsdb graduate graduate-dev -graduate-fellowships graduate-school-of-social-service/gss-on-campus-msw graduate/degree-programs? graduation @@ -92348,6 +91710,7 @@ group/terms group/what-drives-us/campaign-layer group/wp-admin groupAnswers +groupEntries groupID= groupSharingMsg group_description_ @@ -92445,7 +91808,7 @@ gsx gt gt/ gt/Download -gtc/gtc-chatbot/*http://nvlpubs.nist.gov/robots.txt +gtc/gtc-chatbot/*http://podcasts.google.com/robots.txt gtm gtm-body/ gtm-head/ @@ -92889,6 +92252,7 @@ hc/ru hc/ru/related/click? hc/signin? hc_c_afc +hcediting hcil hcl hcp @@ -93160,7 +92524,7 @@ healthcare/education-resources/publications/population-health-insights/_jcr_cont healthcare/education-resources/publications/population-health-insights/_jcr_content/par/gc04v3_gridcontainer_1434882630/containerpar_item_1/containerpar/n19_categorizedlisto.cards.section.(Webinars).page.(---customkey---page---customkey---) healthcare/education-resources/publications/population-health-insights/_jcr_content/par/gc04v3_gridcontainer_1434882630/containerpar_item_1/containerpar/n19_categorizedlisto.cards.section.(White%20papers).page.(---customkey---page---customkey---) healthcare/promotions/azurion-optimize-lab-performance -healthcare/resource-catalog/landing/customer-service-solutions/_jcr_content/par/gc04v3_gridcontainer_1401874079/containerpar_item_2/containerpar/n19_categorizedlisto.cards.section.(foundation---customkey---general---customkey---n19---customkey---allcategories).page.(---customkey---page---customkey---)http://usa.visa.com/robots.txt +healthcare/resource-catalog/landing/customer-service-solutions/_jcr_content/par/gc04v3_gridcontainer_1401874079/containerpar_item_2/containerpar/n19_categorizedlisto.cards.section.(foundation---customkey---general---customkey---n19---customkey---allcategories).page.(---customkey---page---customkey---)http://ivanti.com/robots.txt healthcare/resources/feature-detail/e-alert-faq/faq-related-receved-alerts healthcare/resources/feature-detail/e-alert-faq/faq-related-receved-alerts.html healthcare/resources/feature-detail/e-alert-faq/faq-related-receved-alerts/all-ok-message @@ -93452,9 +92816,6 @@ help/wp-admin/admin-ajax.php help/zendesk_sso help_* help_center -helpdesk/.work -helpdesk/network -helpdesk/pre helpdocs helper helper @@ -93760,8 +93121,6 @@ history*? history-acm-org/ history-cults-los-angeles history-of-crypto -history-resources-search -history-resources-search? history.naver history.nhn history.php @@ -93950,7 +93309,7 @@ home-loans/rate-stomper home-loans/rocket-loan home-main-content.html home-media -home-newhttp://informationweek.com/robots.txt +home-newhttp://fiercepharma.com/robots.txt home-no-tags home-renewal-special-offer home-sales @@ -94112,6 +93471,7 @@ homes-for-sale/968 homes-for-sale/backyard homes-for-sale/payson homes-for-sale/pool +homes-for-sale/search homes-for-sale/south homes/*? homes/apartment-communities/$ @@ -94141,6 +93501,7 @@ homes/new_homes/$ homes/new_homes/*_p/$ homes/recently_sold/$ homes/recently_sold/*_p/$ +homes/search homes/shop homes/stat homes_65 @@ -94536,7 +93897,7 @@ hr/help/privacy/ hr/help/search hr/hr hr/hr/work/products/tools/ups_selector -hr/http://ualberta.ca/robots.txt +hr/http://kitv.com/robots.txt hr/inspiration hr/it hr/kiwi-club @@ -97517,7 +96878,6 @@ html/E98455_01 html/E99994_01 html/E99997_01 html/E99998_01 -html/EN html/F10012_01 html/F10240_01 html/F10249_01 @@ -97615,21 +96975,16 @@ html/abonnements html/air/routemap html/blank.html html/conditions/infos_abos_boutique.jsp -html/en html/en/ html/favori html/ipad -html/it -html/js html/js/editor html/js/editor/fckeditor html/kiosk html/media/pdf html/misc html/mobile/iPhone2012 -html/node html/pdf -html/portlet html/salon-2727.pdf html/share/rs/rs.php html/sites/mobile @@ -97644,14 +96999,14 @@ html?pageq= html?pages= html?ref= html?user_country= -html_email/ +html_email/ html_externe html_helpers html_tests htmlemails/ htmlexterne htmlform/ -htmlmsg/http://medindia.net/robots.txt +htmlmsg/http://band.us/robots.txt htmlscript htmlscript/ htmlversion @@ -97662,340 +97017,338 @@ http http-checker http2_data http: -http://1-euro-jewellery.eu/robots.txt -http://1001fonts.com/robots.txt -http://17track.net/robots.txt -http://1password.com/robots.txt -http://21.edu.ar/robots.txt -http://a16z.com/robots.txt -http://abc15.com/robots.txt -http://accorhotels.com/robots.txt -http://adbutler.com/robots.txt -http://aei.org/robots.txt -http://akparti.org.tr/robots.txt +http://24ways.org/robots.txt +http://aardman.com/robots.txt +http://abc.go.com/robots.txt +http://ada.org/robots.txt +http://admitad.com/robots.txt +http://adr.org/robots.txt +http://ads.google.com/robots.txt +http://adsoftheworld.com/robots.txt +http://aip.org/robots.txt +http://airbnb.com/robots.txt +http://al-ain.com/robots.txt http://aldi.com.au/robots.txt -http://aldi.us/robots.txt -http://alertthemedic.com/robots.txt -http://alibabacloud.com/robots.txt -http://alzheimers.org.uk/robots.txt -http://amazon.cn/robots.txt -http://amazon.co.uk/robots.txt -http://amazon.com.au/robots.txt -http://amazon.com.br/robots.txt -http://amazon.com.mx/robots.txt -http://amazon.com/robots.txt -http://amazon.de/robots.txt -http://amazon.es/robots.txt -http://amazon.fr/robots.txt -http://amazon.in/robots.txt -http://amazon.it/robots.txt -http://amazon.jobs/robots.txt -http://amazon.nl/robots.txt -http://amberepp.ca/robots.txt -http://amctheatres.com/robots.txt -http://amzn.eu/robots.txt -http://anandtech.com/robots.txt -http://anovaculinary.com/robots.txt -http://anthropic.com/robots.txt -http://aphp.fr/robots.txt -http://api.whatsapp.com/robots.txt -http://apod.nasa.gov/robots.txt -http://app.box.com/robots.txt -http://app.gitbook.com/robots.txt -http://aragon.es/robots.txt -http://archdaily.com/robots.txt -http://archive.fo/robots.txt -http://archive.org/robots.txt -http://areena.yle.fi/robots.txt -http://arts.mit.edu/robots.txt -http://ashrae.org/robots.txt -http://assets.pinterest.com/robots.txt -http://attio.com/robots.txt -http://augeo.nl/robots.txt -http://aviationweek.com/robots.txt -http://axs.com/robots.txt -http://azbyka.ru/robots.txt -http://aztrozk.blogspot.fr/robots.txt -http://bahn.de/robots.txt -http://bain.com/robots.txt -http://balsamiq.com/robots.txt -http://belkin.com/robots.txt -http://beta.lemondeinformatique.fr/http://lendingclub.com/robots.txt -http://bethesequoia.com/robots.txt +http://allaboutcookies.org/robots.txt +http://alliedmarketresearch.com/robots.txt +http://amzn.to/robots.txt +http://annals.org/robots.txt +http://answers.microsoft.com/robots.txt +http://apple.co/robots.txt +http://apps.irs.gov/robots.txt +http://apsnet.org/robots.txt +http://archive.nytimes.com/robots.txt +http://arm.com/robots.txt +http://avis.com/robots.txt +http://backstage.com/robots.txt +http://bang-olufsen.com/robots.txt +http://bart.gov/robots.txt +http://beckershospitalreview.com/robots.txt +http://beeradvocate.com/robots.txt +http://belgiantrain.be/robots.txt +http://bell.ca/robots.txt +http://bellascolegialas.info/robots.txt +http://bergdorfgoodman.com/robots.txt +http://beta.lemondeinformatique.fr/http://qr.ae/robots.txt http://bilingualhouse.com/robots.txt -http://bitkom.org/robots.txt -http://blacklivesmatter.com/robots.txt -http://blogs.law.harvard.edu/robots.txt -http://boardgamegeek.com/robots.txt -http://boston.gov/robots.txt -http://brisbanetimes.com.au/robots.txt -http://bseindia.com/robots.txt -http://businessinsider.com.au/robots.txt -http://cafepress.com/robots.txt -http://cancer.gov/robots.txt -http://canva.com/robots.txt -http://cargurus.com/robots.txt -http://cartoonnetwork.com/robots.txt -http://cengage.com/robots.txt -http://change.org/robots.txt -http://channel9.msdn.com/robots.txt -http://chroniclingamerica.loc.gov/robots.txt -http://cisco.com/robots.txt -http://clas.uiowa.edu/robots.txt -http://clutch.co/robots.txt -http://cnc.fr/robots.txt -http://codeschool.com/robots.txt -http://comscore.com/robots.txt -http://contentsquare.com/robots.txt -http://coolsymbol.com/robots.txt -http://courses.lumenlearning.com/robots.txt -http://cpj.org/robots.txt -http://ctt.ec/robots.txt -http://cubiq.org/robots.txt -http://cults3d.com/robots.txt +http://bill.com/robots.txt +http://bitly.com/robots.txt +http://blackmagicdesign.com/robots.txt +http://blog.emojipedia.org/robots.txt +http://bmjopen.bmj.com/robots.txt +http://boxofficemojo.com/robots.txt +http://br.de/robots.txt +http://builtin.com/robots.txt +http://business.financialpost.com/robots.txt +http://businessmirror.com.ph/robots.txt +http://buy.stripe.com/robots.txt +http://buzzsprout.com/robots.txt +http://camp-fire.jp/robots.txt +http://canvas.instructure.com/robots.txt +http://cartercenter.org/robots.txt +http://cdn.shopify.com/robots.txt +http://celebexperts.com/robots.txt +http://charitynavigator.org/robots.txt +http://chicagobusiness.com/robots.txt +http://childmind.org/robots.txt +http://chromereleases.googleblog.com/robots.txt +http://chromium.org/robots.txt +http://classics.mit.edu/robots.txt +http://clck.ru/robots.txt +http://cloudwards.net/robots.txt +http://colourlovers.com/robots.txt +http://combifit.nl/robots.txt +http://computing.co.uk/robots.txt +http://conseil-constitutionnel.fr/robots.txt +http://console.bluemix.net/robots.txt +http://constitutioncenter.org/robots.txt +http://convinceandconvert.com/robots.txt +http://coveteur.com/robots.txt +http://crainsnewyork.com/robots.txt +http://creatoracademy.youtube.com/robots.txt +http://crestron.com/robots.txt http://dailysabah.com/robots.txt -http://dailystar.co.uk/robots.txt -http://dailytelegraph.com.au/robots.txt -http://dansique.com/robots.txt -http://darkstalkers-federation.org/robots.txt +http://data.oecd.org/robots.txt http://datacite.org/robots.txt -http://denison.edu/robots.txt -http://diabetes.org/robots.txt -http://digitalcommerce360.com/robots.txt -http://dni.gov/robots.txt -http://duesseldorf.de/robots.txt -http://dw.com/robots.txt -http://ecma-international.org/robots.txt -http://ed.gov/robots.txt -http://edpb.europa.eu/robots.txt -http://edu.google.com/robots.txt -http://elevenlabs.io/robots.txt -http://elledecor.com/robots.txt -http://eluniversal.com.mx/robots.txt -http://en.m.wikipedia.org/robots.txt -http://engadget.com/robots.txt -http://england.nhs.uk/robots.txt -http://equalityhumanrights.com/robots.txt -http://esv.org/robots.txt -http://euronews.com/robots.txt -http://european-union.europa.eu/robots.txt -http://evo.com/robots.txt -http://excite.co.jp/robots.txt -http://firstround.com/robots.txt +http://delawareonline.com/robots.txt +http://delta.com/robots.txt +http://devblogs.microsoft.com/robots.txt +http://developer.chrome.com/robots.txt +http://dialpad.com/robots.txt +http://diarioaprendizajepilar.wordpress.com/robots.txt +http://digicert.com/robots.txt +http://direct.me/robots.txt +http://dl.acm.org/robots.txt +http://doc.qt.io/robots.txt +http://doctorswithoutborders.org/robots.txt +http://dpi.nsw.gov.au/robots.txt +http://draugiem.lv/robots.txt +http://dvcs.w3.org/robots.txt +http://earthlink.net/robots.txt +http://ebay.com/robots.txt +http://ebay.ie/robots.txt +http://ecb.europa.eu/robots.txt +http://edition.cnn.com/robots.txt +http://eepurl.com/robots.txt +http://ello.co/robots.txt +http://emerald.com/robots.txt +http://english.alarabiya.net/robots.txt +http://eric.ed.gov/robots.txt +http://ericcoomer.com/robots.txt +http://eventbrite.co.uk/robots.txt +http://eyes.nasa.gov/robots.txt +http://fa.wikipedia.org/robots.txt +http://falabella.com/robots.txt +http://fanimani.pl/robots.txt +http://fb.me/robots.txt +http://feedster.com/robots.txt +http://filmaffinity.com/robots.txt http://flightaware.com/robots.txt -http://flightstats.com/robots.txt -http://flypgs.com/robots.txt -http://fonts.com/robots.txt -http://freelancer.com/robots.txt -http://gamasutra.com/robots.txt -http://gamecyber.com.hk/robots.txt -http://gandummas.co.id/robots.txt -http://gazeteduvar.com.tr/robots.txt -http://getresponse.com/robots.txt -http://girldevelopit.com/robots.txt -http://glitzvibes.com/robots.txt -http://gov.wales/robots.txt -http://grants.nih.gov/robots.txt -http://graphcommons.com/robots.txt -http://gravityforms.com/robots.txt -http://gurufocus.com/robots.txt -http://haier.com/robots.txt -http://hbr.org/robots.txt -http://hbs.edu/robots.txt -http://health.nsw.gov.au/robots.txt +http://fontshop.com/robots.txt +http://food.com/robots.txt +http://fox9.com/robots.txt +http://foxnews.com/robots.txt +http://fr.wikipedia.org/robots.txt +http://frbsf.org/robots.txt +http://freedownloadmanager.org/robots.txt +http://freepeople.com/robots.txt +http://gameloft.com/robots.txt +http://gatesnotes.com/robots.txt +http://gather.town/robots.txt +http://ghgprotocol.org/robots.txt +http://giantbomb.com/robots.txt +http://gimletmedia.com/robots.txt +http://gitee.com/robots.txt +http://gofundme.com/robots.txt +http://goodreads.com/robots.txt +http://google.co.nz/robots.txt +http://google.com.pe/robots.txt +http://google.com.tw/robots.txt +http://google.dk/robots.txt +http://goop.com/robots.txt +http://gourmettraveller.com.au/robots.txt +http://government.nl/robots.txt +http://grow.google/robots.txt +http://hackbrightacademy.com/robots.txt +http://harborfreight.com/robots.txt http://heavens-above.com/robots.txt -http://help.salesforce.com/robots.txt -http://heraldodemexico.com.mx/robots.txt -http://heraldsun.com.au/robots.txt -http://hercampus.com/robots.txt -http://html5test.com/robots.txt -http://hubs.ly/robots.txt +http://heineken.com/robots.txt +http://help.dropbox.com/robots.txt +http://helpscout.net/robots.txt +http://homey.app/robots.txt +http://hootsuite.com/robots.txt +http://housing.com/robots.txt http://husqvarna.com/robots.txt http://hyperallergic.com/32904/speaking-out-against-commercial-photography-as-art http://hyperallergic.com/80957/after-bizarre-email-incident-china-institute-claims-they-were-hacked/ -http://i.ebayimg.com/robots.txt -http://ibb.co/robots.txt +http://i.ytimg.com/robots.txt +http://iata.org/robots.txt +http://ici.radio-canada.ca/robots.txt +http://icpsr.umich.edu/robots.txt +http://ifttt.com/robots.txt +http://igi-global.com/robots.txt +http://iisexii.blogspot.com/robots.txt +http://ikmultimedia.com/robots.txt http://ilga.gov/robots.txt -http://illinois.edu/robots.txt -http://ilri.org/robots.txt -http://imageshack.com/robots.txt -http://img.photobucket.com/robots.txt -http://img.youtube.com/robots.txt -http://indiatoday.in/robots.txt -http://informit.com/robots.txt -http://intuit.com/robots.txt -http://ionos.de/robots.txt -http://iopscience.iop.org/robots.txt -http://ipsos.com/robots.txt -http://kakaocorp.com/robots.txt -http://keep.google.com/robots.txt -http://khm.at/robots.txt -http://kit.fontawesome.com/robots.txt -http://komonews.com/robots.txt -http://koreaherald.com/robots.txt -http://ktfoodscatering.com/robots.txt -http://laketahoeinteriordesigners.com/robots.txt -http://lc.nl/robots.txt -http://leaverou.github.io/robots.txt -http://letemps.ch/robots.txt -http://libpng.org/robots.txt -http://lifehacker.com/robots.txt -http://lifeway.com/robots.txt -http://lightsource.com/robots.txt -http://list.ly/robots.txt -http://liverpoolecho.co.uk/robots.txt -http://liverpoolmuseums.org.uk/robots.txt -http://m.me/robots.txt -http://m.youtube.com/robots.txt -http://macobserver.com/robots.txt -http://mandiant.com/robots.txt -http://mapquest.com/robots.txt -http://marccelus.com/robots.txt -http://marieforleo.com/robots.txt +http://imsglobal.org/robots.txt +http://indiebound.org/robots.txt +http://infogram.com/robots.txt +http://internetsociety.org/robots.txt +http://interpol.int/robots.txt +http://invisionapp.com/robots.txt +http://iom.int/robots.txt +http://issues.chromium.org/robots.txt +http://jamesclear.com/robots.txt +http://joblo.com/robots.txt +http://joshshirtvoiceover.com/robots.txt +http://journalmetro.com/robots.txt +http://jp.square-enix.com/robots.txt +http://jqueryui.com/robots.txt +http://justgiving.com/robots.txt +http://kas.de/robots.txt +http://keio.ac.jp/robots.txt +http://keycdn.com/robots.txt +http://kkday.com/robots.txt +http://kleinanzeigen.de/robots.txt +http://latercera.com/robots.txt +http://leg.colorado.gov/robots.txt +http://legacy.com/robots.txt +http://leginfo.legislature.ca.gov/robots.txt +http://lifeline.org.au/robots.txt +http://lighttpd.net/robots.txt +http://linkinghub.elsevier.com/robots.txt +http://ln.hixie.ch/robots.txt +http://lobstr.co/robots.txt +http://lu.ma/robots.txt +http://lynda.com/robots.txt +http://makersplace.com/robots.txt +http://maps.org/robots.txt +http://mathsisfun.com/robots.txt +http://mca-marines.org/robots.txt http://mdpi.com/robots.txt -http://medium.com/robots.txt -http://medrxiv.org/robots.txt -http://mi.com/robots.txt -http://microformats.org/robots.txt -http://minimul.com/robots.txt -http://mmgitik.com/robots.txt -http://monzo.com/robots.txt -http://mpaa.org/robots.txt -http://musopen.org/robots.txt -http://mux.com/robots.txt -http://n26.com/robots.txt -http://nascar.com/robots.txt -http://ncjrs.gov/robots.txt -http://ncr.com/robots.txt -http://nebraskamed.com/robots.txt -http://news.bbc.co.uk/robots.txt -http://news.google.com/robots.txt -http://news.softpedia.com/robots.txt -http://news24.com/robots.txt -http://newschool.edu/robots.txt -http://newsguardtech.com/robots.txt -http://newsweek.com/robots.txt -http://nick.com/robots.txt -http://nodejs.org/robots.txt -http://nrk.no/robots.txt -http://nzta.govt.nz/robots.txt -http://observer.com/robots.txt -http://ogp.me/robots.txt -http://ok.ru/robots.txt -http://on.fb.me/robots.txt +http://minecraftforum.net/robots.txt +http://miro.com/robots.txt +http://mobygames.com/robots.txt +http://mollie.com/robots.txt +http://mubi.com/robots.txt +http://nandos.co.uk/robots.txt +http://nationalpark.ch/robots.txt +http://nationalpost.com/robots.txt +http://netdna.bootstrapcdn.com/robots.txt +http://news.harvard.edu/robots.txt +http://news9.com/robots.txt +http://newsroom.intel.com/robots.txt +http://newswire.ca/robots.txt +http://nice.org.uk/robots.txt +http://nichd.nih.gov/robots.txt +http://nl.linkedin.com/robots.txt +http://norges-bank.no/robots.txt +http://ntnu.edu/robots.txt +http://nysenate.gov/robots.txt +http://okta.com/robots.txt http://onezero.medium.com/robots.txt -http://onlinebooks.library.upenn.edu/robots.txt -http://osha.gov/robots.txt -http://ouraring.com/robots.txt -http://pandas.pydata.org/robots.txt -http://pasteboard.co/robots.txt -http://pbase.com/robots.txt -http://pendo.io/robots.txt -http://photomatt.net/robots.txt -http://pinchofyum.com/robots.txt -http://pitchfork.com/robots.txt -http://politifact.com/robots.txt -http://prensalibre.com/robots.txt -http://prepostseo.com/robots.txt -http://pricespy.co.uk/robots.txt -http://princeton.edu/robots.txt -http://prospect.org/robots.txt -http://publichealth.lacounty.gov/robots.txt -http://purevpn.com/robots.txt -http://pwc.com/robots.txt -http://pxhere.com/robots.txt +http://open.alberta.ca/robots.txt +http://open.edu/robots.txt +http://openlayers.org/robots.txt +http://openoffice.org/robots.txt +http://oprah.com/robots.txt +http://oregonlive.com/robots.txt +http://ottawacitizen.com/robots.txt +http://ovh.com/robots.txt +http://paddle.com/robots.txt +http://paper.dropbox.com/robots.txt +http://patnauniversity.ac.in/robots.txt +http://pcisecuritystandards.org/robots.txt +http://phdcomics.com/robots.txt +http://plantuml.com/robots.txt +http://plus.google.com/robots.txt +http://pochta.ru/robots.txt +http://pod-point.com/robots.txt +http://podio.com/robots.txt +http://poedit.net/robots.txt +http://postimg.cc/robots.txt +http://primevideo.com/robots.txt +http://providencejournal.com/robots.txt +http://publication.pravo.gov.ru/robots.txt +http://qiita.com/robots.txt http://qrz.com/robots.txt -http://quickenloans.com/robots.txt -http://rainleander.github.io/robots.txt -http://rbc.com/robots.txt -http://react-chicago.org/robots.txt -http://recaptcha.net/robots.txt -http://researchgate.net/robots.txt -http://rewarin.blogspot.fr/robots.txt -http://rhymezone.com/robots.txt -http://riserecords.lnk.to/robots.txt -http://rts.rs/robots.txt -http://ru.linkedin.com/robots.txt -http://sagradafamilia.org/robots.txt -http://sallysbakingaddiction.com/robots.txt -http://sambanova.org/robots.txt -http://sandiegouniontribune.com/robots.txt -http://science.howstuffworks.com/robots.txt -http://sciencesetavenir.fr/robots.txt -http://search.app/robots.txt -http://search.twitter.com/robots.txt -http://searchenginejournal.com/robots.txt -http://secure.php.net/robots.txt -http://securityintelligence.com/robots.txt -http://seon.io/robots.txt -http://shrm.org/robots.txt -http://simonandschuster.com/robots.txt -http://siriusxm.com/robots.txt -http://siteresources.worldbank.org/robots.txt -http://smithsonianmag.com/robots.txt -http://sohu.com/robots.txt -http://sonymusic.com/robots.txt -http://species.wikimedia.org/robots.txt -http://spoonflower.com/robots.txt -http://stackoverflow.com/robots.txt -http://static.wixstatic.com/robots.txt -http://stib-mivb.be/robots.txt -http://stuff.co.nz/robots.txt +http://quickanddirtytips.com/robots.txt +http://reason.com/robots.txt +http://redding.com/robots.txt +http://regionalevakschilders.be/robots.txt +http://renttherunway.com/robots.txt +http://research.google/robots.txt +http://rnk-concept.ru/robots.txt +http://rochester.edu/robots.txt +http://rover.ebay.com/robots.txt +http://rtl.fr/robots.txt +http://rtlnieuws.nl/robots.txt +http://rtp.pt/robots.txt +http://rubygems.org/robots.txt +http://rubyonrails.org/robots.txt +http://rutube.ru/robots.txt +http://rzp.io/robots.txt +http://s3.ap-south-1.amazonaws.com/robots.txt +http://sam.gov/robots.txt +http://sc.com/robots.txt +http://scholar.google.com/robots.txt +http://scmp.com/robots.txt +http://search.creativecommons.org/robots.txt +http://sec.gov/robots.txt +http://seeedstudio.com/robots.txt +http://seobility.net/robots.txt +http://seoul.co.kr/robots.txt +http://simple.wikipedia.org/robots.txt +http://six-group.com/robots.txt +http://softwareadvice.com/robots.txt +http://sos.ca.gov/robots.txt +http://spectrum.ieee.org/robots.txt +http://squidoo.com/robots.txt +http://stadt-zuerich.ch/robots.txt +http://standards.ieee.org/robots.txt +http://static-content.springer.com/robots.txt +http://stevesouders.com/robots.txt +http://store.google.com/robots.txt +http://stores.ebay.com/robots.txt http://supercell.com/robots.txt -http://syncqatar.com/robots.txt -http://tagesspiegel.de/robots.txt -http://tampadefenseattorney.com/robots.txt -http://taplink.cc/robots.txt -http://techopedia.com/robots.txt -http://ted.europa.eu/robots.txt -http://teepublic.com/robots.txt -http://thedenverchannel.com/robots.txt -http://thenationalnews.com/robots.txt -http://thenorthface.com/robots.txt -http://theonion.com/robots.txt -http://thethaiger.com/robots.txt -http://theweek.com/robots.txt -http://thinglink.com/robots.txt -http://thomsonreuters.com/robots.txt +http://support.advancedcustomfields.com/robots.txt +http://support.tiktok.com/robots.txt +http://support.zendesk.com/robots.txt +http://suzuri.jp/robots.txt +http://talksport.com/robots.txt +http://tatacliq.com/robots.txt +http://tech.co/robots.txt +http://techcrunch.com/robots.txt +http://technologyreview.com/robots.txt +http://tenor.com/robots.txt +http://tf1.fr/robots.txt +http://theaustralian.com.au/robots.txt +http://thebump.com/robots.txt +http://thenounproject.com/robots.txt +http://thoughtcatalog.com/robots.txt +http://thoughtco.com/robots.txt +http://thqn.net/robots.txt +http://thriftbooks.com/robots.txt +http://thuvienphapluat.vn/robots.txt +http://tmz.com/robots.txt +http://tno.nl/robots.txt http://tools.keycdn.com/robots.txt -http://toronto.ca/robots.txt -http://traderjoes.com/robots.txt -http://transferwise.com/robots.txt -http://tribuneindia.com/robots.txt -http://tripadvisor.ca/robots.txt -http://tu-chemnitz.de/robots.txt -http://tv.youtube.com/robots.txt -http://uci.org/robots.txt -http://uhc.com/robots.txt -http://uni-ulm.de/robots.txt -http://unrealengine.com/robots.txt -http://us.aicpa.org/robots.txt -http://uscurrency.gov/robots.txt -http://usip.org/robots.txt -http://visualstudio.microsoft.com/robots.txt -http://vmware.com/robots.txt -http://vu.nl/robots.txt -http://wallpaper.com/robots.txt -http://webex.com/robots.txt -http://webmproject.org/robots.txt -http://wellfound.com/robots.txt -http://wetwetwet.co.uk/robots.txt -http://whereby.com/robots.txt -http://wilson.com/robots.txt -http://winzip.com/robots.txt -http://wired.com/robots.txt -http://wise.com/robots.txt -http://wolterskluwer.com/robots.txt -http://woocommerce.com/robots.txt -http://world.rugby/robots.txt -http://wp.sbcounty.gov/robots.txt -http://wpr.org/robots.txt +http://toptal.com/robots.txt +http://uber.com/robots.txt +http://ucdavis.edu/robots.txt +http://umweltbundesamt.de/robots.txt +http://uncrate.com/robots.txt +http://uspto.gov/robots.txt +http://uta.edu/robots.txt +http://virtualbox.org/robots.txt +http://virustotal.com/robots.txt +http://voguebusiness.com/robots.txt +http://volvogroup.com/robots.txt +http://volvotrucks.com/robots.txt +http://watoday.com.au/robots.txt +http://wbur.org/robots.txt +http://wedocs.unep.org/robots.txt +http://wiki.archlinux.org/robots.txt +http://wiki.whatwg.org/robots.txt +http://wireguard.com/robots.txt +http://withlocals.com/robots.txt +http://workana.com/robots.txt +http://workspace.google.com/robots.txt +http://worldpackers.com/robots.txt +http://wwd.com/robots.txt http://www.rdg.ac.uk/WebStats http://www.reading.ac.uk/WebStats -http://xbox.com/robots.txt +http://www2.illinois.gov/robots.txt +http://www3.weforum.org/robots.txt http://xsearch.aetna.com/ -http://zapier.com/robots.txt -http://zerotothree.org/robots.txt +http://yaml.org/robots.txt +http://york.ac.uk/robots.txt +http://yourdolphin.com/robots.txt +http://youtube-creators.googleblog.com/robots.txt +http://zappos.com/robots.txt +http://zippia.com/robots.txt +http://zola.com/robots.txt +http://zotero.org/robots.txt httpMethod http_error_handlers httpd @@ -98013,11 +97366,11 @@ https://back.renaultgroup.com/wp-json https://bdn-data.s3.amazonaws.com/uploads/wpforms/ https://dbsweb-u05-imp-www.dbs.com.sg https://decollage-etiquette.com -https://decollage-etiquette.com/*http://businessweek.com/robots.txt +https://decollage-etiquette.com/*http://leonardo.ai/robots.txt https://dubai.luxuryproperty.com https://enviragallery.com/wp-content/uploads/wpforms/ https://help.commerce.campaignmonitor.com/s/login/?ec=302&startURL=%2Fs%2Fsfsites%2Faura%3Faura.Component.reportFailedAction%3D2&r=2&ui-communities-components-aura-components-forceCommunity-richText.RichText.getParsedRichTextValue=2&ui-communities-components-aura-components-forceTopic-featuredTopicsDataProvider.FeaturedTopicsDataProvider.getFeaturedTopics=1 -https://image.shutterstock.com/image-photo/*.jpghttp://stocksy.com/robots.txt +https://image.shutterstock.com/image-photo/*.jpghttp://ag.ny.gov/robots.txt https://internet-banking.dbs.com.sg/DBSObWeb/pages/ob/pweb.html?pid= https://metlife-prod-2019.adobecqms.net/* https://metlife-prod-65.adobecqms.net/* @@ -98049,7 +97402,7 @@ https://realfavicongenerator.net/logo-maker/create-favicon https://realfavicongenerator.net/logo-maker/your-favicon-is-ready https://realfavicongenerator.net/your-favicon-is-ready https://target.www.metlife.com/* -https://webflow.upside.com/http://uptimerobot.com/robots.txt +https://webflow.upside.com/http://brenebrown.com/robots.txt https://www.charitynavigator.org/ein/86-3371262 https://www.charitynavigator.org/ein/863371262 https://www.commerzbank.com/media @@ -98058,6 +97411,8 @@ https://www.dhl.de/downloads https://www.equifax.com/resource/-/asset/presentation/commercial-lending-trends https://www.hover.com/.well-known/ https://www.hover.com/domains/results +https://www.iubenda.com/en/help/126238-pricing-faqs-legacy-guide +https://www.iubenda.com/en/help/142642-old-vs-new-pricing https://www.jio.com/jcms/jiofiber https://www.lemondeinformatique.fr/actualites/imprimer- https://www.lemondeinformatique.fr/actualites/lmi @@ -98169,6 +97524,7 @@ hu-hu/search hu-hu/smartsearchforwarder hu/ hu/*-p-*/product-features +hu/*/item$ hu/*?*lang=en-US hu/*gads=true hu/*pi= @@ -98622,7 +97978,6 @@ ibtracs ic ic/search-result ica -icair/.old ical ical-feeds ical= @@ -98759,6 +98114,7 @@ id-me/verify id-service-endpoint id.cfm id/ +id/*/item$ id/*?*lang=en-US id/237/250 id/AjaxService/ @@ -98807,10 +98163,13 @@ id/domain/search? id/domain/suggestion-tool? id/domain/wechatpay.html id/domain/whois? +id/en/*/reviews/new +id/en/*?avoidNextModelRedirect=true id/en/cms/ id/en/news/search id/en/news/sp/search id/en/search +id/en/size/* id/en/work/products/tools/ups_selector id/firefox/collections id/firefox/search @@ -98819,10 +98178,13 @@ id/help/cookies/ id/help/privacy/ id/help/search id/id +id/id/*/reviews/new +id/id/*?avoidNextModelRedirect=true id/id/cms/ id/id/promos/ id/id/promos/lyve-cloud-for-startups/ id/id/search +id/id/size/* id/id/work/products/tools/ups_selector id/inspiration id/kiwi-club @@ -98936,11 +98298,7 @@ idea-popup/ ideaList ideaView ideabooks -ideas/*/?s=* -ideas/*/about -ideas/?s=* ideas/articles/louis-vuitton-city-guide-london -ideas/search/ idees/archives/* idees/blogs/ idees/fiches/magazine= @@ -98991,6 +98349,7 @@ ie*/shop/*/favoriters ie*/shop/*/sold ie.html ie/ +ie/*/item$ ie/*?*lang=en-US ie/*?order= ie/*accepts_affirm @@ -99138,7 +98497,6 @@ ifc ife/search-result ifh ifp -ifr/ iframe iframe-apps iframe-legacy.html @@ -99152,7 +98510,7 @@ iframe/dirette iframe/video iframe= iframes/barcharts -iframes/http://earthlink.net/robots.txt +iframes/http://squid-cache.org/robots.txt ifs ifsc-code/ ifwns @@ -99298,7 +98656,7 @@ image-pool image-pool/sd-branding image-search image-server -image-tools/ai-image-generator/i/*http://quintetoinvento.com/robots.txt +image-tools/ai-image-generator/i/*http://allocine.fr/robots.txt image-week? image.ashx image/browse @@ -99317,6 +98675,7 @@ image_removal imagedescription.action2 imageheavy.html imagelib +imagelibrary imagelightbox?elementId imagenes imagenes/ @@ -99335,6 +98694,7 @@ images.nationalrail.co.uk images/ images/$ images/*.jpg?*noindex=1 +images/*.php$ images/*.png images/*/all images/? @@ -99388,7 +98748,7 @@ images/home/ images/hosted/? images/hosted/search? images/hosted? -images/http://publish.twitter.com/robots.txt +images/http://blick.ch/robots.txt images/img_* images/interview_pdfs images/intfood/thermomix/HF_icon_thermomix.svg @@ -99426,7 +98786,7 @@ images/touch/? images/touch/search? images/touch/search?rpt=imageview images/touch/search?text=*&source=morda -images/twitter_cards/http://crunchbase.com/robots.txt +images/twitter_cards/http://translate.com/robots.txt images/v$ images/verify_image.png images/viewconfig$ @@ -99469,17 +98829,21 @@ img/*.pdf$ img/1001fonts-avatar img/1001fonts-logo.svg img/about +img/category img/covers/*$ img/favicon.ico +img/hc_ambassador.png img/illustrations/*big. img/illustrations/*large. img/libros/* img/libros/grande* img/logo/3rdpartylogos -img/mpr-logo-footer.svghttp://ms.portal.azure.com/robots.txt +img/mobile +img/mpr-logo-footer.svghttp://sega.com/robots.txt img/mstile*.png img/not-indexed img/placeholder.gif +img/points img/previews img/private img/shoppinggoogle/*$ @@ -99523,7 +98887,7 @@ impact-feature impact-stories/*$ impact-stories/*? impact/arts-and-health/pilot-program-state-arts-agencies -impartner.htmlhttp://rapidapi.com/robots.txt +impartner.htmlhttp://synology.com/robots.txt imperia/temp impixu implementations @@ -99649,6 +99013,7 @@ in/*.jpeg in/*.jpg in/*.png in/*.tif +in/*/item$ in/*?*lang=en-GB in/AjaxService/ in/Download @@ -99666,6 +99031,8 @@ in/city/ios in/de in/deals in/einvoice/ +in/en/*/reviews/new +in/en/*?avoidNextModelRedirect=true in/en/business?cup_size_dup in/en/cms/ in/en/coffee/original.html?cup_size_dup @@ -99677,6 +99044,7 @@ in/en/promos/lyve-cloud-for-startups/ in/en/promos/skyhawk-tested-optimized-proven/ in/en/search in/en/search +in/en/size/* in/en/summer-deals.html?color in/en/summer-deals.html?cup_size_dup in/en/work/products/tools/ups_selector @@ -99744,7 +99112,6 @@ inc inc-popular-today/ inc/ inc/amp/leftNav/ -inc_ incheon-massage1 incheonmassage inchireri @@ -99771,7 +99138,7 @@ include_xml/* includes includes.other/ includes/ -includes/ +includes/ includes/*.js includes/_stampa_articolo.php* includes/boite/1 @@ -99853,7 +99220,7 @@ index.html index.html$ index.html/$ index.html? -index.htmlhttp://shopee.com.br/robots.txt +index.htmlhttp://google.com.hk/robots.txt index.jhtml index.jsp index.jsp?pg_name=ccpmapp/shared/assets/page/hsa_news @@ -99872,9 +99239,9 @@ index.php/*/filter/tips index.php/*/filter/tips index.php/*/media/oembed index.php/*/media/oembed -index.php/*/media/oembedhttp://aicr.org/robots.txt -index.php/*/media/oembedhttp://visitnorway.com/robots.txt -index.php/*/media/oembedhttp://zippia.com/robots.txt +index.php/*/media/oembedhttp://icc-cpi.int/robots.txt +index.php/*/media/oembedhttp://questionpro.com/robots.txt +index.php/*/media/oembedhttp://xnview.com/robots.txt index.php/*/newsletter-signup index.php/*/node/add index.php/*/node/add/ @@ -99953,7 +99320,7 @@ index.php/fdic-search index.php/filter/tip index.php/filter/tips index.php/filter/tips -index.php/filter/tips +index.php/filter/tips index.php/filter/tips/ index.php/fusion-search index.php/game-reviews/*/user-reviews/manage/add @@ -100004,7 +99371,7 @@ index.php/saml_login? index.php/search index.php/search-seeds index.php/search/ -index.php/search/ +index.php/search/ index.php/search/global index.php/search/global? index.php/search? @@ -100032,17 +99399,17 @@ index.php/user/applogin index.php/user/login index.php/user/login index.php/user/login/ -index.php/user/loginhttp://asus.com/robots.txt +index.php/user/loginhttp://teespring.com/robots.txt index.php/user/logout index.php/user/logout index.php/user/logout/ -index.php/user/logout/http://accenture.com/robots.txt -index.php/user/logout/http://digital-web.com/robots.txt -index.php/user/logout/http://medicine.yale.edu/robots.txt -index.php/user/logout/http://nbn-resolving.org/robots.txt -index.php/user/logout/http://scandipro.com/robots.txt -index.php/user/logout/http://sdplushangtuah6.sch.id/robots.txt -index.php/user/logout/http://uchile.cl/robots.txt +index.php/user/logout/http://barracuda.com/robots.txt +index.php/user/logout/http://newrelic.com/robots.txt +index.php/user/logout/http://nttdata.com/robots.txt +index.php/user/logout/http://psychologytoday.com/robots.txt +index.php/user/logout/http://screenrant.com/robots.txt +index.php/user/logout/http://traderjoes.com/robots.txt +index.php/user/logout/http://zinio.com/robots.txt index.php/user/password index.php/user/password index.php/user/password/ @@ -100287,7 +99654,7 @@ infinite/yerel-haberler inflammatory_bowel_disease_ibd_pictures_slideshow/article.htm influencer influencer/* -influencer/mrbeasthttp://surl.li/robots.txt +influencer/mrbeasthttp://proofpoint.com/robots.txt info info-service/api/v2/ev/ info.asp @@ -100314,7 +99681,7 @@ info/gizlilik-politikasi info/gobierno/transparencia/intervencion-general/informes? info/impressum.html info/imprint.html -info/linkkatalog/http://naeyc.org/robots.txt +info/linkkatalog/http://wnycstudios.org/robots.txt info/logistic info/mc/business/partner/ info/newsroomdetail.aspx @@ -100326,7 +99693,6 @@ info/privatsphaere-und-datenschutz.html info/productores? info/productos? info/schedule/includes -info/search info/servicios/empleo/cursos? info/sitemap/includes info/smart404.asp* @@ -100337,7 +99703,7 @@ info/user_feedback/includes info/va-newsletter info/wp-admin info/wp-includes -info/wp-includes/js/jquery/jquery-migrate.min.jshttp://futureoflife.org/robots.txt +info/wp-includes/js/jquery/jquery-migrate.min.jshttp://obi.de/robots.txt info/wp-includes/js/jquery/jquery.js info/wp-json info/xmlrpc.php @@ -100421,7 +99787,7 @@ innovation/8-innovative-office-perks-designed-to-make-you-happier-at-work innovation/Emergency%20Use%20Authorization%20(EUA) innovation/touring-the-johnson-johnson-institute-irvine innovationcampus/Ref.html -innovationshttp://ai.facebook.com/robots.txt +innovationshttp://fontawesome.io/robots.txt innstikk inocenciooliveira inoff.html @@ -100721,7 +100087,7 @@ interact interaction/list interactions-list-drugs.php interactive -interactive*http://fca.org.uk/robots.txt +interactive*http://airtable.com/robots.txt interactive/assessment/quiz interactive/assessment/story-poll interactive/quiz/preview @@ -100781,6 +100147,7 @@ international/chinese/includes international/chinesetrad/includes international/emea/lbma-silver-price.html international/emea/rightnav +international/en/search/ international/files/cme-direct-auction-platform-calculation-methodology.pdf international/files/lbma-london-silver-price-participant-code-of-conduct.pdf international/files/lbma-silver-benchmark-info.pdf @@ -101092,6 +100459,7 @@ iot/wp-includes iotagenda/search/query iowa-edit iowa/ +iows ip ip-outreach/*/ipday/ ip-outreach/*/ipday/2024/ @@ -101100,7 +100468,7 @@ ipAcl ipad ipad-games/buy/* ipad/ -ipad/ +ipad/ ipad/4/Contents/en/searchindex ipad/stories ipaddownload @@ -101476,17 +100844,13 @@ it-it/sviluppo-prodotti/$ it-it/sviluppo-web/$ it-it/tools/$ it-it/web-design/$ -it-menu -it-menu-proto it-old it-s-complicated it-services/advice/operatingsystems/mac/archive it-services/applications/collaboration/office/outlook it-sysdev/maintenance it-sysdev/out-of-service -it-test-2016 it-test-only -it-virtual/.archive it/ it/$ it/*.zip @@ -101729,6 +101093,8 @@ it/downloads it/dtp it/education-request it/en +it/en/*/reviews/new +it/en/*?avoidNextModelRedirect=true it/en/*q= it/en/cart it/en/news/search @@ -101764,11 +101130,6 @@ it/funzionalita/creare-sito-web/template/business-and-services/ it/funzionalita/creare-sito-web/template/business-and-services/*,* it/group it/guest-pass -it/guidelines/old -it/guidelines/old/1997-04 -it/guidelines/old/1998-01 -it/guidelines/old/1998-04 -it/guidelines/proto it/hans it/hant it/header @@ -101781,7 +101142,6 @@ it/hidden it/hotel/h it/hotel/redirect it/hotel/s -it/icair_new it/imagecontentsource it/images it/in-product @@ -101806,6 +101166,8 @@ it/invites/buy it/ipns it/it it/it +it/it/*/reviews/new +it/it/*?avoidNextModelRedirect=true it/it/*q= it/it/cart it/it/news/search @@ -101881,7 +101243,6 @@ it/mobile it/modules/README.txt it/more-from-seller it/motivator/ -it/ms it/mswordthesisstylefiles it/multicity it/music @@ -102005,7 +101366,7 @@ it/search.php it/search/ it/search/autocomplete it/search/default.mi -it/searchhttp://lumalabs.ai/robots.txt +it/searchhttp://macrumors.com/robots.txt it/self_help it/service_index it/service_locations @@ -102154,6 +101515,7 @@ item/*/offers/new item/clone item/correction item/create +item?* item_id item_mail.php itemid @@ -102172,23 +101534,14 @@ items/*/pending items/art-education-catalog items/artists-catalog items/artists-sale-flyer -items/dynamic-color-nitrile-gloves-large-pkg-of-100 -items/dynamic-color-nitrile-gloves-medium-pkg-of-100 -items/dynamic-color-nitrile-gloves-small-pkg-of-100 -items/dynamic-color-nitrile-gloves-xtra-large-pkg-of-100 -items/dynamic-color-tattoo-inks-non-mixing-heavy-white-1-oz -items/dynamic-color-tattoo-inks-sets-set-of-4-greywash-4-oz -items/peak-quartz-tattoo-needle-cartridges-12-035mm-9-round-shader-short-taper-2mm-pkg-of-20 -items/peak-s1mp-wireless-tattoo-machine-black -items/peak-stellar-tattoo-needle-cartridges-10-bugpin-030mm-9-round-liner-long-taper-5mm-pkg-of-20 items/search items/tag_as_wish_list +itemsizeguide* itemtext iten/Rotationskolbenpumpe iten/knarrender iten/lastricher%C3%A0 itfr -itg itgr itindustry itineraires @@ -102196,6 +101549,7 @@ itineraires/*/itineraires-de- itineraires/*/routes-a-partir-de- itja itko +itm itm/*&fits itm/*, itm/*.jpg @@ -103331,7 +102685,7 @@ ja/wp-admin ja/zh-cn ja/zh-tw ja/ウィジェットコンポーネント -ja_JP/images/*http://keap.com/robots.txt +ja_JP/images/*http://faculty.washington.edu/robots.txt ja_jp ja_jp/forHome/xsp ja_jp/partnernet-reseller/ @@ -103377,7 +102731,7 @@ japanese-english/sitemap japanese-english/top japanese-students-hit-digital-music-milestone-1-million-full-track-mobile-downloads japanese-techno-pop-trio-perfume-sign-with-universal-music -japanese/http://tf1.fr/robots.txt +japanese/http://askfred.net/robots.txt japl japt jaquelineroriz @@ -103683,7 +103037,6 @@ job/sitemap.xml job/track-apply-click job/track-pageview jobClick -jobProvider job_application job_game job_listings/report_company @@ -103706,7 +103059,6 @@ jobs*san-francisco jobs*seattle jobs-candidates jobs-guest -jobs-iframe jobs-scrape/* jobs-search jobs/ @@ -104278,6 +103630,8 @@ jp/invites/buy jp/ipns jp/item/*/offers/new jp/ja +jp/ja/*/reviews/new +jp/ja/*?avoidNextModelRedirect=true jp/ja/-/media/etc/ jp/ja/cms jp/ja/home/affiliates @@ -104365,7 +103719,7 @@ jretradevideo.html js js js* -js-parts.html$http://d3js.org/robots.txt +js-parts.html$http://gameinformer.com/robots.txt js/ js/*.js*$ js/*hotels*? @@ -104533,7 +103887,6 @@ js2 js3 js3/ta-mobile js3/vr-shared -js? js?* jsData jsErrAjax @@ -104569,7 +103922,7 @@ json json$ json$ json/ -json/*http://onlyfans.com/robots.txt +json/*http://focusonthefamily.com/robots.txt json/cmlink json/content-search/autocomplete json/finance-calculator @@ -104579,6 +103932,7 @@ json/search jsonapi jsonapi/* jsonp/Bdp.htm? +jsonsearch jsp jsp/ jsp/events @@ -105781,6 +105135,7 @@ kopp-tribute kopt kor/ korail/dest +korean korean/search/\?query=. korean/trotsky korner @@ -105800,6 +105155,8 @@ kozh kp kp/ kpdz3.com +kpi +kpn kpn-faq kpn/restricted kpnehpsp @@ -105831,18 +105188,11 @@ kr/ipns kr/it kr/ja kr/ko -kr/ko/agreements -kr/ko/agreements.html +kr/ko/*/reviews/new +kr/ko/*?avoidNextModelRedirect=true kr/ko/cms -kr/ko/copyright.html -kr/ko/join -kr/ko/login -kr/ko/member-change -kr/ko/mypage kr/ko/news/search kr/ko/news/sp/search -kr/ko/personal-information -kr/ko/personal-information.html kr/ko/product-finder/external-hard-drives/ kr/ko/product-finder/home-entertainment/ kr/ko/product-finder/internal-hard-drives/ @@ -105866,6 +105216,7 @@ kristina-partsinevelos-1.436216 kronemed-category-base krym/util krypto +krypto= ks ksearch ksearch/ @@ -105905,6 +105256,7 @@ kuruma/hoken/ kv kw kw/ +kw/*/item$ kw/*?*lang=ar-AE kw/*?*lang=en-US kw/AjaxService/ @@ -106051,7 +105403,7 @@ laluan/*/laluan-dari- lamda/images land land-browse-bff -land/ +land/ land/*/reviews land/*/sites/*/photos lander @@ -106069,7 +105421,7 @@ landing-page-documents/ landing-pages/ landing.php landing/ -landing/ +landing/ landing/* landing/CME-channel landing/VillageMD @@ -106119,7 +105471,6 @@ lang= lang=* lang=cs lang=en -lang=es* lang=zh-han lang_ langswitch @@ -106128,7 +105479,6 @@ language language*&p= language*?p= language-master -language-masters language-masters/ language-masters/* language/ @@ -106269,6 +105619,7 @@ latam/search latens lateral_related_videojs latest +latest-amp-article latest-news/%20road-to-a-covid-19-vaccine-how-nurses-are-battling-the-covid-19-pandemic latest-playlist latest-talk @@ -106281,6 +105632,7 @@ latest?keyword= latin latin latin-america/buscador +latin-america/es/búsqueda/ latin-music-icon-alejandro-sanz-signs-global-music-publishing-deal-with-universal-music-publishing-group latin-superstar-juan-gabriel-joins-universal-music-group-umg latin-superstar-juanes-signs-with-universal-music-publishing-group-for-world-wide-publishing-deal @@ -106292,7 +105644,7 @@ latinamerica/wp-includes launch-academy launch-learn-more-vid launch.aspx -launch/ +launch/ launch2005/ launcher launcher$ @@ -106522,7 +105874,7 @@ learning-center/zh_tw/tags learning-design/microcredentials/development/microcredential-development-form/ learning-design/tools/respondus/license/thank-you/ learning-health-systems/ -learning-hub/http://dynadot.com/robots.txt +learning-hub/http://sogou.com/robots.txt learning-tracks/ learning/Pages/default.aspx?*&*& learning/articles @@ -106551,6 +105903,8 @@ learningarcade learningcenter learnmore learnmore-transfer +learnmorelayer +learnmorelayertv learnsearch/ leasing/*?lang= leasing/angebote @@ -106588,54 +105942,6 @@ legal-care-plus/Payment legal-care-plus/confirmation legal-care-plus/your-details legal-contact-us -legal-content/BG/TXT/DOC -legal-content/BG/TXT/SIG -legal-content/CS/TXT/DOC -legal-content/CS/TXT/SIG -legal-content/DA/TXT/DOC -legal-content/DA/TXT/SIG -legal-content/DE/TXT/DOC -legal-content/DE/TXT/SIG -legal-content/EL/TXT/DOC -legal-content/EL/TXT/SIG -legal-content/EN/TXT/DOC -legal-content/EN/TXT/SIG -legal-content/ES/TXT/DOC -legal-content/ES/TXT/SIG -legal-content/ET/TXT/DOC -legal-content/ET/TXT/SIG -legal-content/FI/TXT/DOC -legal-content/FI/TXT/SIG -legal-content/FR/TXT/DOC -legal-content/FR/TXT/SIG -legal-content/GA/TXT/DOC -legal-content/GA/TXT/SIG -legal-content/HR/TXT/DOC -legal-content/HR/TXT/SIG -legal-content/HU/TXT/DOC -legal-content/HU/TXT/SIG -legal-content/IT/TXT/DOC -legal-content/IT/TXT/SIG -legal-content/LT/TXT/DOC -legal-content/LT/TXT/SIG -legal-content/LV/TXT/DOC -legal-content/LV/TXT/SIG -legal-content/MT/TXT/DOC -legal-content/MT/TXT/SIG -legal-content/NL/TXT/DOC -legal-content/NL/TXT/SIG -legal-content/PL/TXT/DOC -legal-content/PL/TXT/SIG -legal-content/PT/TXT/DOC -legal-content/PT/TXT/SIG -legal-content/RO/TXT/DOC -legal-content/RO/TXT/SIG -legal-content/SK/TXT/DOC -legal-content/SK/TXT/SIG -legal-content/SL/TXT/DOC -legal-content/SL/TXT/SIG -legal-content/SV/TXT/DOC -legal-content/SV/TXT/SIG legal-encyclopedia/authority-over-digital-assets.html legal-encyclopedia/california-lease-support-files.html legal-encyclopedia/how-form-limited-liability-partnership-arkansas.html-0 @@ -106679,6 +105985,7 @@ legal/creator-agreement/$ legal/creator-fund-terms/$ legal/data-portability-and-deletion/$ legal/developer-terms/$ +legal/digital-services-act/$ legal/disclaimer/$ legal/dpa/$ legal/editorial-commissioning-contract-terms @@ -106693,7 +106000,7 @@ legal/general-terms/privacy-policy legal/grafanalabs-external-access-lite-msa legal/group-booking-general-terms legal/hotel-operator-terms -legal/http://outdooractive.com/robots.txt +legal/http://getfirebug.com/robots.txt legal/impressum/$ legal/influencer-agreement legal/introducer-charter-general-terms @@ -106906,7 +106213,9 @@ level3 level4 level4/mtfcampaign level= +levelOffers levellers +levels levelup-lite lexaurus lexikon @@ -106920,7 +106229,6 @@ lg lg5-common-gp/capcha/botdetectcaptcha lgecs.downloadFile.ldwf? lgmobile -lgn/ lgooxc li li.page$ @@ -107115,7 +106423,6 @@ lifestyle/cartoons/mandy/mandy lifestyle/cartoons/perishers/perishers lifestyle/cartoons/the-gag-vault/gag-vault lifestyleplug -lifework/ light light_signups/new lightbox @@ -107459,6 +106766,7 @@ list/admin/ list/new list/new/ list/node/ +list/page/* list/premier list/prtimes list/rerank.htm @@ -107840,7 +107148,7 @@ live-score/cricket/commentary live-score/cricket/full_scorecardApiData live-score/cricket/head_to_headApiData live-score/cricket/teams_profileApiData -live-score/cricket/widgets/livescorebook?*http://indiatvnews.com/robots.txt +live-score/cricket/widgets/livescorebook?*http://video.foxnews.com/robots.txt live-score/fixtures/live_scoreApiData live-score/fixtures/live_score_flipApiData live-score/fixtures/widget/fixtures_swapper @@ -107862,7 +107170,7 @@ live-search live-session live-test live-timing/widget -live-timing/widget/*http://autotrader.ca/robots.txt +live-timing/widget/*http://archive.md/robots.txt live-trains live-video/connexion.php live/*?* @@ -107895,7 +107203,7 @@ livechat-resources livejournal livelink%20Jun%2024%20copy%20of%20-%20pre-Anik%20changes livelots -livemore/vl/http://dcard.tw/robots.txt +livemore/vl/http://birds.cornell.edu/robots.txt lives livestockpro livestream/* @@ -108093,7 +107401,6 @@ local/los-angeles/pizza local/los-angeles/restaurants local/los-angeles/sightseeing-and-tours local/los-angeles/yoga -local/map local/merchandising local/miami/gyms local/miami/massage @@ -108132,7 +107439,6 @@ local/pittsburgh/pizza local/pittsburgh/restaurants local/pittsburgh/sightseeing-and-tours local/pittsburgh/yoga -local/place local/place/products local/place/rap local/place/reviews @@ -108343,6 +107649,7 @@ login-mgt login-or-signup login-register.rl login-service +login-signup login-v2? login.ashx login.asp @@ -108384,7 +107691,7 @@ login/device-based/regular/login/*&next= login/device-based/regular/login/?next= login/facebook login/googleplus -login/http://controlup.com.br/robots.txt +login/http://lutron.com/robots.txt login/join$ login/join? login/oauth/facebook @@ -108432,7 +107739,10 @@ login_or_join/redirected? login_or_join? login_with_redirect loginerror +loginhelp loginhelp/ +loginhelp/lookup +loginhelpsucess loginidentification/ loginout/ logo @@ -108462,7 +107772,6 @@ logout.pl logout/ logout/PushLogin?redir=* logout= -logout= logout?redirect= logout?redirectPath= logreply @@ -108594,7 +107903,7 @@ lp.aspx lp/ lp/* lp/*? -lp/*http://hosteltur.com/robots.txt +lp/*http://codeboxr.com/robots.txt lp/adwords lp/affiliate-program lp/api/listings @@ -108617,14 +107926,14 @@ lp/fall-2025-innovation-keynote lp/for-agencies/en lp/growth-quadrant lp/home-cleaning -lp/http://clojutre.org/robots.txt +lp/http://amctheatres.com/robots.txt lp/information-security-training lp/information-security-training/v2 lp/information-security-training/v3 lp/insights lp/internal/cheq-ppc-invalid-users lp/mfour -lp/mwc2025http://katespade.com/robots.txt +lp/mwc2025http://cheapreplicacl.com/robots.txt lp/p lp/s lp/seasonal-ai/en @@ -108678,7 +107987,7 @@ lrp/api/lrp-url-redirect lrp/api/search ls ls/ -ls/docshttp://console.bluemix.net/robots.txt +ls/docshttp://peerj.com/robots.txt ls= lsamp lsc/find-laboratories @@ -108811,7 +108120,6 @@ lts/clouddocs lts/serverguide lts/ubuntu-help ltt -ltw lu lu/ lu/*?*lang=en-US @@ -109535,6 +108843,8 @@ mailing mailinglist mailinglist/email mailinglists +mailings +mailingsTemplates mailling mailman mailman/admin/ceylon-core @@ -109574,14 +108884,6 @@ main/orderDetails.html main/orderList.html main/payment.html main/paymentoptions.html -main/r1/recreation -main/r2/recreation -main/r3/recreation -main/r4/recreation -main/r5/recreation -main/r6/recreation -main/r8/recreation -main/r9/recreation main/rayslist.html?*search main/rebate-form.html main/receiptInquiry.html @@ -109617,7 +108919,7 @@ maintenance-mode maintenance-notification maintenance.htm maintenance.html -maintenance.htmlhttp://posterous.com/robots.txt +maintenance.htmlhttp://kompas.com/robots.txt maintenance.php maintenance/ maintenance/maintenance.html @@ -110468,7 +109770,6 @@ mangedservices-resources mango-anma manifest.json manifest.json -manifest.m3u8 manifest.webmanifest manifests manifests/monitor @@ -110509,7 +109810,7 @@ manual232/ manual233/ manual241/ manual242/ -manual243/http://opendoorbooks.com/robots.txt +manual243/http://health.nsw.gov.au/robots.txt manualdousuario/ manuel-pena-appointed-executive-vice-president-operations-strategic-marketing-classics-for-universal-music-latin-america-universal-music-latin-entertainment manueladavila @@ -110517,7 +109818,7 @@ manutention/ map map-constructor/loader map-regular.xml -map-review/ +map-review/ map-videofull.xml map.ashx map.asp @@ -110652,7 +109953,6 @@ mapstt? mapt mapview maquetasPWA/* -mar-optout marathon marcelo-castello-branco-appointed-president-iberian-peninsula marceloaguiar @@ -110661,7 +109961,7 @@ marcioreinaldo marcosmontes marcotebaldi margeaux-watson-appointed-senior-vice-president-media-relations-universal-motown-records -mari/ +mari/ maria-ho-appointed-vice-president-corporate-communications-universal-music-group mariah-carey-puts-finishing-touches-on-her-new-album-memoirs-of-an-imperfect-angel mariah-careys-dont-forget-about-us-hits-1 @@ -110681,7 +109981,6 @@ mark-wilkinson-is-appointed-president-of-deutsche-grammophon marked-list markedlist market-activity/*/option-chain/call-put-options -market-brief market-commentary market-data/banner market-data/browse-data-catalog @@ -110778,12 +110077,12 @@ marketing/emailsignup/ marketing/help marketing/mosaic_investor.php marketing/social-media/smd/directory/ -marketing_campaigns/http://sendinblue.com/robots.txt +marketing_campaigns/http://trivago.com/robots.txt marketing_company_auto__c= marketlinc marketmd marketo -marketo/form/perforce_marketo_form/*http://zendesk.com/robots.txt +marketo/form/perforce_marketo_form/*http://floccus.org/robots.txt marketperception marketplace marketplace @@ -110887,7 +110186,6 @@ martinique/ martinique/assure/actualites/ marty/account marvel-s-avengers-age-of-ultron -marvelshop/iframe/ maryland/ mas/ masaisonradio @@ -110909,7 +110207,7 @@ match match-info match-info/ match/website -match=http://premium.wpmudev.org/robots.txt +match=http://nia.nih.gov/robots.txt match?matchid= matchcenter/app matchingresult @@ -110964,8 +110262,11 @@ max-hole-named-chairman-ceo-universal-music-group-international max-hole-to-step-down-as-chairman-ceo-of-universal-music-group-international max= max_duration= +max_price= +maxis maxp= maxparcount +maxprice= mayaandmiguel mayenne/ mayenne/assure/actualites/ @@ -111059,7 +110360,6 @@ mbl mblogin.aspx mbo-headlines mbox -mbr/ mbwallet mc mc/ @@ -111076,7 +110376,9 @@ mca-records-and-ministry-of-sound-ink-exclusive-two-tiered-north-american-licens mcc mccRebook mccormack/crhsgg/non-degree-course-enrollment-request/thank-you/ +mccormack/forms/application-fee-waiver-request/thank-you/ mccormack/forms/cameroon/thank-you/ +mcd mce mcgi mcgtext.asp @@ -111131,7 +110433,7 @@ medal/* meddev meddev/LocalFiles/*/Webinars/ medewerkers -medewerkersprofiel-inithttp://anu.edu.au/robots.txt +medewerkersprofiel-inithttp://daysoftheyear.com/robots.txt medgen/?term= media media @@ -111152,12 +110454,11 @@ media-in-education/ media-library-links/ media-library/sites/alspac/migrated/documents media-manager -media-portlet media-relations/tip-sheets? media/ media/* media/*.pdf -media/*.pdfhttp://nextdoor.com/robots.txt +media/*.pdfhttp://townhall.com/robots.txt media/*/*/libraries media/*/edit media/0000 @@ -111194,7 +110495,7 @@ media/M4250_Brochure_11Sept20_tcm187-109181.pdf media/M4250_Datasheet_11Sept20_tcm148-109178.pdf media/Player6_0.swf media/ProviderThumbnails -media/Resized-Images/*http://minecraft.net/robots.txt +media/Resized-Images/*http://americorps.gov/robots.txt media/TALSO.swf media/TUIThumbnails media/WEB @@ -111230,7 +110531,7 @@ media/html/box media/html/easter2015 media/html/enterprise-cybersecurity media/html/spread -media/http://ibm.com/robots.txt +media/http://staedelmuseum.de/robots.txt media/i18n/ media/image_download media/interactive/cdrom/onehundredandeightyears @@ -111259,7 +110560,7 @@ media/popup/ media/price-list media/report media/security-training/forensics_curriculum.pdf -media/smartphones/$http://prtimes.jp/robots.txt +media/smartphones/$http://lancaster.ac.uk/robots.txt media/solutions media/string media/t4b @@ -111313,7 +110614,7 @@ mediacentral mediacomp/ mediadrop mediafiles/* -mediahttp://newsbreak.com/robots.txt +mediahttp://raspberrypi.org/robots.txt mediakit= medialibrary/ medialibrary/assets/ @@ -111957,6 +111258,8 @@ menu.html menu/ menu/*/feedback_form menuitems/ +menuredirect/ +meo meopa/search/node meps/*/eptvAjax meps/*/pdf* @@ -111985,6 +111288,7 @@ merch/searchCarAction.action?locationCode* merch/searchHotelAction.action?locationCode* merch/shop*.action merchandise +merchandiser merchandising-promotions/ merchanism merchant @@ -112112,7 +111416,6 @@ mex/es/booking/ mex/es/room-selection/ mf mfa -mfa-site-theme mfcf mfcf/internal mfcf/mfcfnow @@ -112178,7 +111481,7 @@ michelle-jubelirer-promoted-to-chief-operating-officer-capitol-music-group michelle-madison-appointed-to-vice-president-urban-promotion-universal-motown-records-group michigan-deals michigan/ -micro_page.phphttp://phonepe.com/robots.txt +micro_page.phphttp://acast.com/robots.txt microarray-as/atlas/qr microarray/ArrayExpress microarray/ExpressionProfiler @@ -112186,7 +111489,7 @@ microarray/General/Internal microarray/MIAMExpress microarray/interfaces microbadge -microcredentials/explorecourses/medicineandhealth/entryrequirements/http://ucdavis.edu/robots.txt +microcredentials/explorecourses/medicineandhealth/entryrequirements/http://ancient-origins.net/robots.txt microsite microsite/ microsite/ecards @@ -112278,6 +111581,7 @@ mimio min min= min_duration= +min_price= mindbody mindbox-message-key= mindsofmarshall @@ -112336,6 +111640,7 @@ minitv/tp minmin minnesota/ minp= +minprice= minsidesjekk mintlify-assets miracle.fellowship @@ -112398,6 +111703,7 @@ misc/social-reader misc/tabletapp misc/themarkersmartphoneapp missao-oficial$ +missedtransaction/ missing-email missing_link missingpage @@ -112906,7 +112212,6 @@ moda/* modal modal modal-constructor -modal-message modal/ modal/* modal= @@ -112952,6 +112257,7 @@ modern-formats-eng/ucp/static/framework_logging modern-luxury modern-slavery-statement modern/trails +modernizr modes/driving/Unplanned modes/driving/compliance-registration/before-you-start modes/driving/planned-maintenance @@ -113779,6 +113085,7 @@ mr/onelook_american_dictionary_words.html mr/onelook_british_dictionary_words.html mr/search mr/spellcheck +mraid.js mrd mre mre/*++resource++ @@ -113791,7 +113098,7 @@ mre/*.jpg$ mre/*.js$ mre/*.pdf$ mre/*.png$ -mre/*.zip$http://gov.ca.gov/robots.txt +mre/*.zip$http://t.ly/robots.txt mre/*? mre/*@@configuracoes_view mre/*@@download/file$ @@ -113921,7 +113228,7 @@ ms/wiki/User_talk: ms_awards* msa msatwork/amazon -msatwork/uber/en.htmlhttp://morgenpost.de/robots.txt +msatwork/uber/en.htmlhttp://patch.com/robots.txt msc-accounting-financial-management msc-advanced-clinical-practice msc-advanced-computer-science @@ -114092,7 +113399,7 @@ mt/shop/*/feedback mt/signup?redirect_to= mt/similar mt4 -mt4/http://kidney.org/robots.txt +mt4/http://media.net/robots.txt mta-sts mtb_composer mtc.class.php @@ -114173,9 +113480,8 @@ mundial-2014-espana/* mundogalaxy munet_reset munin -munin*http://interpol.int/robots.txt -munin*http://picasaweb.google.com/robots.txt -munin*http://sparkpost.com/robots.txt +munin*http://healthyplace.com/robots.txt +munin*http://sintradaytrips.com/robots.txt munka/szerk muntjacs muonline-dev @@ -114377,7 +113683,7 @@ mx/user mx/user$ mx/your mx2019.jsp -mxf-final-cut-pro/ +mxf-final-cut-pro/ my my$ my-MM/$ @@ -114393,7 +113699,7 @@ my-account/collections my-account/deliveries/menu my-account/download/* my-account/downloads -my-account/http://comicvine.gamespot.com/robots.txt +my-account/http://businessinsider.com.au/robots.txt my-account/master-courses my-account/membership-deals my-account/membership-sharing @@ -114420,7 +113726,6 @@ my-collections my-courses/ my-creations my-en/shop/*?*&*&*&* -my-eurlex my-favorites my-flipbooks my-fpc @@ -114455,6 +113760,7 @@ my-tickets my-world/ my-zh my/ +my/*/item$ my/*?*lang=en-US my/AjaxService/ my/Secure/ @@ -114526,9 +113832,12 @@ my/city/ios my/de my/deals my/en +my/en/*/reviews/new +my/en/*?avoidNextModelRedirect=true my/en/cms/ my/en/news/search my/en/search +my/en/size/* my/en/stylebook/ my/en/stylehint/ my/en/work/products/tools/ups_selector @@ -114728,6 +114037,7 @@ mypop myportfolio mypreferences-staging/ myprofile +myprofile* myprofile/ myprofile/* myproperty24 @@ -114887,7 +114197,7 @@ native-android-tablet native-app native-plants/search native_* -natol/http://native-instruments.com/robots.txt +natol/http://openjsf.org/robots.txt natur-und-landschaft/natur-erleben/termine/? natural_alternative_pet_remedies_humans_use_too/article.htm natural_cold_flu_remedies_pictures_slideshow/article.htm @@ -115106,7 +114416,6 @@ neck_pay_author necrologi.corriere.it nectar nederlands-engels -need-it needVerify need_validation.html needs @@ -115398,7 +114707,7 @@ newpasaj newpaymenterror.aspx newpaymentform.htm newpoll -newposthttp://nakedsecurity.sophos.com/robots.txt +newposthttp://pe.usps.com/robots.txt newprem/ newprem/process/ newprod @@ -115516,7 +114825,7 @@ news-events/events-calendar/2018/03/ninth-annual-african-consumer-protection-dia news-events/events-calendar/2019/05/tenth-annual-african-consumer-protection-dialogue-conference news-ga news-insider$ -news-manager/ +news-manager/ news-outlets news-post news-redirect/* @@ -115528,7 +114837,7 @@ news-service news-stories-2023/ news-stories? news-unify -news.host.html/content/shared/university/news/ub-reporter-articles/stories/2024/10/nsf-engines.detail.htmlhttp://buffalonews.com/robots.txt +news.host.html/content/shared/university/news/ub-reporter-articles/stories/2024/10/nsf-engines.detail.htmlhttp://mars.com/robots.txt news.html news.php3/ news.xml @@ -115747,7 +115056,7 @@ news/news_suchergebnis.asp news/newsletter-unsubscribe news/newsletter/citigroup/ news/newsletter/usdateam/ -news/newsletters/*http://conferences.sigcomm.org/robots.txt +news/newsletters/*http://unive.it/robots.txt news/newsletters/e-newsletter/index.html? news/newsroom/articles-of-interest/index.html? news/newsroom/case-studies/index.html? @@ -115875,7 +115184,7 @@ news? news?* news?*advocacy=* news?*date=* -news?*http://nhm.ac.uk/robots.txt +news?*http://notepad-plus-plus.org/robots.txt news?*keyword=* news?*newsType=* news?*relatedTopic=* @@ -117536,7 +116845,7 @@ newsletter-templates/weekly-messenger newsletter-thanks newsletter.php newsletter/ -newsletter/$http://digital-strategy.ec.europa.eu/robots.txt +newsletter/$http://namu.wiki/robots.txt newsletter/* newsletter/abmeldung newsletter/campaign/*/view @@ -117635,7 +116944,7 @@ newsletters/software newsletters/software/subscribe newsletters/sports/ newsletters/storyalerts/ -newsletters/subscribe/*http://gamespot.com/robots.txt +newsletters/subscribe/*http://stripes.com/robots.txt newsletters/success/ newsletters/sustainability newsletters/sustainability/subscribe @@ -118268,6 +117577,7 @@ next/employee next= nextThread.html next_gallery +nextadvisor/search nextendweb-social-login/? nextgensearch/_*.js nextjs @@ -118661,6 +117971,7 @@ nl-nl/statline/azw/homepage/aanvullend-statistisch-onderzoek nl-nl/statline/azw/homepage/azw nl-nl/statline/azw/homepage/azw-statline nl-nl/statline/azw/homepage/contact +nl-nl/statline/azw/homepage/dashboard nl-nl/statline/azw/homepage/definities nl-nl/statline/azw/homepage/open-data nl-nl/statline/cbs/general/general-settings @@ -118683,7 +117994,6 @@ nl-nl/statline/cbs/general/general-settings/portaltitle nl-nl/statline/cbs/general/general-settings/reagerenurl nl-nl/statline/cbs/general/general-settings/recenturl nl-nl/statline/cbs/homepage/grafieken-en-kaarten -nl-nl/statline/cbs/homepage/open-data nl-nl/statline/cbs/homepage/statline nl-nl/statline/cbs/homepage/uitleg nl-nl/statline/cbs/homepage/vernieuwing-statline @@ -119058,6 +118368,8 @@ nl/download-de-schiphol-app nl/downloadmirror nl/en/*.PDF nl/en/*.pdf +nl/en/*/reviews/new +nl/en/*?avoidNextModelRedirect=true nl/en/*q= nl/en/cart nl/en/news/search @@ -120258,6 +119570,8 @@ nl/news nl/nl nl/nl/*.PDF nl/nl/*.pdf +nl/nl/*/reviews/new +nl/nl/*?avoidNextModelRedirect=true nl/nl/*q= nl/nl/app nl/nl/cart @@ -120431,7 +119745,6 @@ nltrack nlzh nm.mvc/ nmaps/*? -nmc nme-video nmigs nmmr @@ -120514,6 +119827,7 @@ no-no-new no-no/search no-search-results no/ +no/*/item$ no/*?*lang=en-GB no/?wicket:interface= no/AjaxService/ @@ -120658,7 +119972,7 @@ node/_search node/add node/add/ node/add/* -node/http://uol.com.br/robots.txt +node/http://insiderintelligence.com/robots.txt node= node? node_modules @@ -120731,6 +120045,7 @@ normes/ norobot norobotsnorhumansshouldevervisithispage norovirus_symptoms_treatment_prevention/article.htm +north-africa/en/search/ north-america/search north-carolina/ north-dakota/ @@ -120827,19 +120142,20 @@ not-authorized not-eligible-for-medicaid/ not-found not-found.html -not-in-production not-supported.html notAuthorized not_found not_recommended_reviews nota-fiscal +notamember note -note/read/http://anothermag.com/robots.txt +note/read/http://motorsport.com/robots.txt notebook notebook/search? notes notes/ notes/post +notfound notfound-searchdisplaygooglebot* notfound.html notfound.html @@ -120937,6 +120253,7 @@ nput nqrwns nr nr/ +nrdapp nri-banking-form-center nri-banking/bankaccounts/addressproof/annexure-aa-popup nri-banking/bankaccounts/application-to-open-n-acc @@ -121441,24 +120758,17 @@ nu/nuls nu/nusec nu/nuwcat nu/yjcn -nu150/book/.old -nu150/postcards/images -nu150/postcards/ssi nuance-chat.html nuba nueva-revista nuevacontraseñaconfirmada,establecernuevacontraseña nuevatienda/ nuevoestilodeti +nugg nuggets/node nuggets/users -nuilr -nuinfo-proto12/www-v8/emergency/ssi -nuinfo-proto9-old -nuinfotest null null -null$ null* null/* null? @@ -121472,7 +120782,6 @@ numbershelpr2 nuova-fiamma-per-fabrizio-corona-e-ginevra-la-figlia-di-giulia-ligresti_3t1dN6maeLqRPezmJqPnVl nuovapasswordconfermata,impostanuovapassword nuovaricerca -nuportalbreakingnews nursing-director-search nursing-health-sciences/contact-us/thank-you/ nursing-health-sciences/departments-centers/exercise-health-sciences/faculty-test/ @@ -121563,6 +120872,7 @@ nz*/shop/*/sold nz-en/shop/*?*&*&*&* nz/ nz/* +nz/*/item$ nz/*?*lang=en-US nz/*?order= nz/*color= @@ -121694,8 +121004,9 @@ oauth-error oauth/authorize oauth/authorize oauth/connect.html -oauth/http://fitness-mag.fr/robots.txt -oauth/http://pecl.php.net/robots.txt +oauth/facebook +oauth/http://en.wikibooks.org/robots.txt +oauth/http://pusheen.com/robots.txt oauth/line oauth/login oauth/signin @@ -121761,7 +121072,7 @@ obsolete oc oc.php oc/dash-button -oc/http://desmoinesregister.com/robots.txt +oc/http://brooklynmuseum.org/robots.txt oca-Beta oca-beta ocapi/ @@ -121931,7 +121242,7 @@ offline offline-plugin-app-shell-fallback offline.html offline/ -offline/http://nd.gov/robots.txt +offline/http://wiwo.de/robots.txt offre-internet/sfr-box4G offset) offset= @@ -122013,7 +121324,6 @@ ohimportal/sv/news/* ohimportal/sv/web/guest/-/news/* ohio/ oi- -oi= oib97 oib98 oicms @@ -122029,7 +121339,7 @@ oit/search/node oit/systems/testzone/ ojp okanagan/facultystaff/bba -okanagan/itservices/service-catalogue/accounts/novell/imanager.htmlhttp://uber.com/robots.txt +okanagan/itservices/service-catalogue/accounts/novell/imanager.htmlhttp://setn.com/robots.txt okeanija_ad oklahoma/ okonomi @@ -122110,6 +121420,7 @@ olympics/updates/getdate/ olympics/xml om om/ +om/*/item$ om/*?*lang=ar-AE om/*?*lang=en-US om/Archive @@ -122474,6 +121785,7 @@ open-process-automation open-source-products-for-privacy-minded-companies-individuals open-source/$ open/api +open_is_url openads openam/UI/Login opencms/ @@ -122524,7 +121836,7 @@ opera/? opera/features operations operpost$ -operpost$http://boots.com/robots.txt +operpost$http://obamawhitehouse.archives.gov/robots.txt ophalen/moment opic-cipo/cpd/eng/patent opic-cipo/cpd/eng/search @@ -122563,8 +121875,8 @@ opt-out-info.jsp opt-out-interface opt-out.jsp opt-out/confirm -opt-out/http://youronlinechoices.eu/robots.txt -opt-out/http://yoursite.com/robots.txt +opt-out/http://blog.hootsuite.com/robots.txt +opt-out/http://legislation.gov.uk/robots.txt optInEmail opt_out opta-embed @@ -122619,6 +121931,8 @@ oral_dental_health_breath/article.htm oral_health_conditions_that_make_teeth_hurt/article.htm orange-anma orange/* +orangefrance +orasso orchestration orcid orcid-search @@ -122692,7 +122006,7 @@ orders orders$ orders/ orders/*/order_complete -orders/successhttp://granta.com/robots.txt +orders/successhttp://statefarm.com/robots.txt orders/timeline orderstatus orderstatus.php @@ -122755,7 +122069,7 @@ originals/inturn3/includes originals/stephen_kings_n/includes orioles/search orkut/albums -orlando/tag/*http://narodzenienanowo.org.pl/robots.txt +orlando/tag/*http://arsenal.com/robots.txt orne/ orne/assure/actualites/ oroscopo/sitemap.xml @@ -122898,7 +122212,7 @@ our-work/listing/ ous/search-result out out-of-home -out/http://designspiration.com/robots.txt +out/http://haikudeck.com/robots.txt out2 out? out_deals @@ -122945,6 +122259,7 @@ overlays overlays/ overview overview.php +overviewblockseeother overviewpath=* ovulation_and_fertility_pictures_slideshow/article.htm ow @@ -123068,7 +122383,7 @@ p/*/victory$ p/*/victory? p/*from= p/*groupType= -p/*http://snopes.com/robots.txt +p/*http://baidu.com/robots.txt p/*surveyopen p/*thm= p//ps @@ -123119,11 +122434,9 @@ p=*&preview=true p=1 p?awaid=* p_p_auth -p_p_auth= p_p_cacheability p_p_col_count p_p_col_id -p_p_col_id= p_p_col_pos p_p_id p_p_id= @@ -123165,7 +122478,7 @@ package.json package.json$ package.json.sample package/*/docs -package/*/docs/latest/http://pearltrees.com/robots.txt +package/*/docs/latest/http://svs.gsfc.nasa.gov/robots.txt package_files_uploaded_via_chrome packages packages/ @@ -123192,7 +122505,7 @@ packages/logfile packages/maintainer-view packages/table/start packages/table_lede17_1/start -packages?q=http://pubchem.ncbi.nlm.nih.gov/robots.txt +packages?q=http://gazzetta.it/robots.txt packagesize.do packagetype= packsViewSingle @@ -123246,11 +122559,17 @@ page.cgi*id=user_activity page.cgi*id=voting page/ page/* -page/*/?*http://pix11.com/robots.txt +page/*/?*http://usf.edu/robots.txt +page/*/?a_aid= +page/*/?egotecpage +page/*/?hc_location= +page/*/?iq_id= page/*/?p= +page/*/?pcd= page/*/?s page/*/?s= page/*/?s= +page/*/?search= page/*/page page/*/post page/*? @@ -123511,8 +122830,8 @@ page7426355.html page75669266.html page= page=* -page=*http://ameblo.jp/robots.txt -page=*http://zip.co/robots.txt +page=*http://ahrq.gov/robots.txt +page=*http://launchpad.net/robots.txt page=2$ page=SN_ page=print @@ -123864,7 +123183,6 @@ paid-content/news/how-galaxy-ai-camera-tools-help-you-take-better-photos-automat paid-content/news/how-samsungs-galaxy-ai-boosts-gaming-performance paid-newsletter-unsubscribe/ paid-posts -paidArticle paidPlacements.php paidcontent paidcontent/demo @@ -123926,6 +123244,7 @@ pamr/issues_experts/issues_experts_archive/index.html pamr/media_releases/index.html pamr/media_releases/media_releases_archive/index.html panama/* +panasonic panasonic-automotive-systems-company-of-america-and-blue-note-records-to-collaborate-on-in-vehicle-audio-systems pancreatic_cancer_pictures_slideshow/article.htm panda/jira @@ -124056,6 +123375,7 @@ part/IACN04G1N56X058 part/IACN04G2L56X032 part/IACN04G2L56X039 part/IACN04G2N56X036 +partNumber= partager partei/weitere_strukturen/andere_gremien/marxistischer_arbeitskreis/geschichtskorrespondenz partei/weiterestrukturen/anderegremien/marxistischerarbeitskreis/geschichtskorrespondenz @@ -124073,7 +123393,7 @@ participants participants/search participate/conferences.xml participate/visa-invitation-letter -participe/cursoprovedoreshttp://www2.census.gov/robots.txt +participe/cursoprovedoreshttp://micro.blog/robots.txt particle/milgrom particuliers particuliers/vous-etes/nouveaux-arrivants-canada/choisir-institution-financiere/equipe-nouveaux-arrivants/ @@ -124394,9 +123714,6 @@ pd/40289541/* pd/40289542/* pd/40301313/* pd/40301314/* -pd/find -pd/spp/ -pd/styles pd? pda pda @@ -125293,7 +124610,7 @@ pf/api/v3/content/fetch/viafouraSource pf/assets*.js pf/dist pf/fr -pf/http://elpais.com/robots.txt +pf/http://baynews9.com/robots.txt pf/resources pf/resources/dist/fonts pf/resources/dist/images @@ -125309,6 +124626,7 @@ pfr/search/node pfstest pg pg/ +pg/* pgNumber pgce-biology pgce-chemistry @@ -125336,14 +124654,18 @@ ph ph ph.js ph/ +ph/*/item$ ph/*?*lang=en-US ph/AjaxService/ ph/Download ph/Secure/ +ph/en/*/reviews/new +ph/en/*?avoidNextModelRedirect=true ph/en/cms/ ph/en/news/search ph/en/news/sp/search ph/en/search +ph/en/size/* ph/en/work/products/tools/ups_selector ph/help/cookies-list/ ph/help/cookies/ @@ -125518,6 +124840,7 @@ phone/compare/? phone/product/ phonebook phoneinfo +phonenumber phot-browse.asp* photo photo- @@ -125764,10 +125087,10 @@ pk/netflix-recommended-tvs pk/smart-tvs-netflix-calibrated-mode pkb/ pkey= -pkey=http://npg.org.uk/robots.txt +pkey=http://texastribune.org/robots.txt pkginfo pkginfo/ -pkta01d26ae74f4.htmlhttp://useloom.com/robots.txt +pkta01d26ae74f4.htmlhttp://sc.edu/robots.txt pl pl*/listing/*/favoriters pl*/people/*/circle @@ -125920,6 +125243,7 @@ pl/*-p-*/product-features pl/*/*/business$ pl/*/*/edit$ pl/*/*id= +pl/*/item$ pl/*/s/*/near$ pl/*?*lang=en-US pl/*?order= @@ -126204,6 +125528,8 @@ pl_pl/szablony/M pla plaats place +place-category +place-details place/*/archive place_an_ad/ place_an_ad/obituaries/ @@ -126269,7 +125595,7 @@ planthealthisyourhealth plantinga-appointed-managing-director-universal-music-netherlands plants plants_rashes_poison_ivy_oak_sumac/article.htm -plantuml/img/http://platform.instagram.com/robots.txt +plantuml/img/http://aps.org/robots.txt plantuml/map plantuml/svg plantuml/txt @@ -126314,7 +125640,6 @@ player.php player.swf player/ player/*profile$ -player/avia player/brightcove player/embed player/evenementiel @@ -126354,6 +125679,7 @@ playlisten/index.html? playlists/*/user plays plays.php +playstation playworldinsights playwriter.php plcz @@ -126380,6 +125706,7 @@ plro plru pls plsv +pltcatalog/stock/getStock pltr plugged plugin @@ -126416,7 +125743,7 @@ plugins/common/feature/openidsso plugins/common/feature/saml plugins/crm/count plugins/custom -plugins/custom/f5networks/f5/*http://developer.amazon.com/robots.txt +plugins/custom/f5networks/f5/*http://totalbeauty.com/robots.txt plugins/feedback.php plugins/list_user01/main.php plugins/search @@ -126465,7 +125792,6 @@ plusinstall plustest/ plzh pm -pm-optout pm/ pm/amplify/ pm/lambda/ @@ -126723,7 +126049,6 @@ pop pop-health pop-up/promopage pop/?popref=1 -pop_up pop_up= popout popout.players @@ -126736,6 +126061,7 @@ populate population-health-modal-redirect popup popup.php +popup/codewhatisthis popup/emailconfirmation.xhtml popup/writereview.aspx?* popup= @@ -126755,6 +126081,8 @@ popup_search_help.php popup_security.jsp popup_siege_social.htm popupdemo +popupdetails +popupprivacypolicy popups/ popups/mediaplayer popups/popup_gallery @@ -128141,6 +127469,7 @@ post-style/* post/ post/* postQuestion.htm +postRender post_comment post_comment.html post_id=* @@ -128166,7 +127495,6 @@ postcode/*/tas* postcode/*/vic* postcode/*/wa* postcomment.php3 -postdesign/ posterior posters/new posters/new-layout @@ -128185,7 +127513,6 @@ postreply postreview.php postreviewcomment.php3 posts -posts/ posts/ajax/next posts/get_post posts/sections/ @@ -128263,7 +127590,7 @@ pravkurs/login/confirm.php pravkurs/mod/forum/search.php pravkurs/search/index.php pravoeu-hledani -prayers?*http://uschamber.com/robots.txt +prayers?*http://pcta.org/robots.txt prbcdn10 prbr prbr0 @@ -128280,6 +127607,8 @@ precios predictor predisability/ preferanser +preferedui= +preferedui=desktop preference preference-center preference-center/error @@ -128333,7 +127662,6 @@ pregnancy_vitamins_supplements_increase_fertility/article.htm pregnant_fetus_food_first_trimester_pregnancy/article.htm preisvergleich prelaunch -prelex preliminary-post-incident-review-es preliminary-post-incident-review-it preliminary-post-incident-review-kr @@ -128342,7 +127670,7 @@ preliminary-post-incident-review-tw preload premenstrual_syndrome_pictures_slideshow/article.htm premier-495 -premier-495/http://erc.europa.eu/robots.txt +premier-495/http://nccih.nih.gov/robots.txt premiogastronomico/mejor.asp?search=&page= premium premium$ @@ -128355,7 +127683,7 @@ premium/auth/ premium/cert premium/checkout premium/download -premium/http://rundschau-online.de/robots.txt +premium/http://skydasveiligheidsdeuren.be/robots.txt premium/plus premium/reset-password/new premium/sign-in @@ -128436,7 +127764,6 @@ press-release/preview press-releases press-releases-for-month press-releases/ -press-releases/2021/01/13/new-coffee-barometer-coffee-companies-must-start-proving-their-sustainability-impact press-room press-room/*?page= press-room/state-invests-22-million-uc-entrepreneurship-innovation-drive-california-economy @@ -128494,8 +127821,8 @@ preview-main/* preview.aspx preview/ preview/* -preview/http://audible.co.uk/robots.txt -preview/http://br.de/robots.txt +preview/http://chronicle.com/robots.txt +preview/http://hewlett.org/robots.txt preview/post/* preview/result preview/result% @@ -128534,10 +127861,12 @@ price-guide price-trend-explanation price/*?locale price= +priceFilter= priceOrder= priceShopperRedirectAction.do?method=load price_max= price_min= +price_slider= pricecalculator pricecalculator/get-sml-country-info pricelist @@ -128597,11 +127926,8 @@ print*.cfm print-article print-article.aspx print-digital/ -print-pdf -print-person print-recipe print-sections -print-text print-version/ print-view/bip print.asp @@ -128617,6 +127943,7 @@ print=1 print=1 print=true printPDF* +printView= print_course= print_image.php print_order.php @@ -128832,7 +128159,7 @@ privacy-policy/third-parties/zh-TW.html privacy-policy/zh-CN.html privacy-policy/zh-TW.html privacy-security-terms -privacy-settingshttp://neatorama.com/robots.txt +privacy-settingshttp://c-and-a.com/robots.txt privacy-statement privacy.aspx privacy.html @@ -128850,7 +128177,8 @@ privacy/request-data privacy/sub-processors.html privacy/zoho-group.html privacy/zoho-group.html -privacy2.htmlhttp://prisma.io/robots.txt +privacy2.htmlhttp://ascap.com/robots.txt +privacy_request privacy_security/index.jsp privacyfeedback privacyinformation/employment-privacy-and-data-protection/career-policy/kenya @@ -128858,6 +128186,7 @@ privacyinformation/employment-privacy-and-data-protection/career-policy/lebanon privacyinformation/employment-privacy-and-data-protection/career-policy/saudiarabia privacyinformation/employment-privacy-and-data-protection/career-policy/uae privacypolicy.php +privacypolicychanges privat/mitt-telia/sidor private private @@ -128895,13 +128224,13 @@ private-service-offer private.php private/ private/gallery/content/ -private/http://abdn.ac.uk/robots.txt -private/http://chronicle.com/robots.txt -private/http://houstonmethodist.org/robots.txt -private/http://mysite.com/robots.txt -private/http://sfcollege.edu/robots.txt -private/http://sfist.com/robots.txt -private/http://smallfarmnation.com/robots.txt +private/http://blog.naver.com/robots.txt +private/http://ehp.niehs.nih.gov/robots.txt +private/http://googledevelopers.blogspot.com/robots.txt +private/http://liberation.fr/robots.txt +private/http://search.proquest.com/robots.txt +private/http://vidio.com/robots.txt +private/http://yandex.ru/robots.txt private/wtrack privatecampaignpage privategenericpage @@ -129085,7 +128414,7 @@ product-managers/$ product-p-*gads=true product-presentation-info.aspx product-print* -product-ratings/http://wishpond.com/robots.txt +product-ratings/http://getbootstrap.com/robots.txt product-reviews/ product-reviews/B0069IY63Y product-reviews/getReviews.do* @@ -129150,6 +128479,7 @@ productLineUrn=urn:product productNotifyMe.do productPurchaseDone product_ +product_category= product_data product_id=* product_information @@ -129186,6 +128516,7 @@ producten?* productfamilypage productgroupcampaigns producthunt +productid= productimage.php production-2019 production-monitoring @@ -129312,6 +128643,7 @@ products/comparison.jsp products/comps products/console-tables/*--*--*-- products/console-tables/*--*--*--*-- +products/container.html products/content products/decorative-pillows/*--*--*-- products/decorative-pillows/*--*--*--*-- @@ -129345,8 +128677,6 @@ products/dlm/dlm-dashboard/technical-preview.htm products/dlm/entrypage products/document-generation-extended-ecm products/downloads -products/dynamic-color-nitrile-gloves -products/dynamic-color-tattoo-inks-sets products/ecommerce-plugins products/einstein/ai-research.* products/email @@ -129418,9 +128748,6 @@ products/passwordmanagerpro/download_confirm.html products/passwordmanagerpro/index1.html products/passwordmanagerpro/need-fetures-thanks.html products/pdf -products/peak-quartz-tattoo-needle-cartridges -products/peak-s1-mp-wireless-tattoo-machine -products/peak-stellar-tattoo-needle-cartridges products/platform-beds/*--*--*-- products/platform-beds/*--*--*--*-- products/player/pearson-cdf.cgi @@ -129604,6 +128931,7 @@ profile/*/Reviews-Written profile/*/Rss profile/*/activity/* profile/*/badges +profile/*/blog profile/*/comics/*0$ profile/*/comics/*1$ profile/*/comics/*2$ @@ -129621,20 +128949,13 @@ profile/*/following/ profile/*/hobby$ profile/*/map$ profile/*/photos -profile/*/readalikes -profile/*/recommendations -profile/*/recommendations/bymember -profile/*/recommendations/member -profile/*/recommendations/memberbooks -profile/*/recommendations/unsuggester -profile/*/stats -profile/*/stats/library +profile/*/reviews +profile/*/trophies profile/*?* profile/*article*.ece profile/account profile/author/$ profile/author/? -profile/authorgallery profile/avatar profile/communicationprefs.html profile/contributor/$ @@ -129647,7 +128968,6 @@ profile/facebook/fb_connect.html profile/facebook/fb_disconnect.html profile/following profile/general -profile/gravlady profile/history? profile/id profile/jerome-posner @@ -129662,7 +128982,6 @@ profile/payments.html profile/photographers/$ profile/photographers/? profile/premium -profile/profile/brand profile/public profile/ranks_badges?*forum_origin= profile/restore_password.html @@ -129674,10 +128993,13 @@ profile/settings/ profile/signin_anywhere.html profile/signin_sync.html profile/signup_anywhere.html -profile/tagcloud -profile/tagmirror profile/tmp/me profile/user-project/show-project +profile/user/*/edit/ +profile/user/*/favorites-edit/ +profile/user/*/favorites/ +profile/user/*/notifications/ +profile/user/*/settings/ profile/view profileApps profileIdeas @@ -129686,7 +129008,6 @@ profileReferences profileReviews profileService profile_ -profile_reviews.php profilehtml/ profileinterview.php profilerole @@ -129870,7 +129191,7 @@ programs/coe/2005/section2/tableXLS.asp programs/ewadmit programs/execmbaadmit programs/ftadmit -programs/index.cfm?http://americanbar.org/robots.txt +programs/index.cfm?http://yourwebsite.com/robots.txt programs/index.html? programs/mba/admission/events/ programs/mfp_game @@ -130014,7 +129335,7 @@ projects/*/payments projects/*/preview projects/? projects/DailyReport/ -projects/StudentArtGallery/http://volcanodiscovery.com/robots.txt +projects/StudentArtGallery/http://jpmorganchase.com/robots.txt projects/alma/arc/tw projects/alma/faqs projects/browse.php @@ -130109,7 +129430,7 @@ promoted-content promotion promotion/* promotion/.html -promotion/41995890-09e9-11ed-861d-0242ac120002http://liveramp.com/robots.txt +promotion/41995890-09e9-11ed-861d-0242ac120002http://herbalife.com/robots.txt promotion/remit-2024 promotion/us-bd promotionOffreVue @@ -130213,9 +129534,11 @@ provost/calendar/ proweb proxies proximic +proximus proxy proxy proxy.pac +proxy/ proxy/* proxy/accounts proxy/accounts/v1 @@ -130226,7 +129549,6 @@ proxydirectory* prozeny/hledani prozess prp -prsnl=* prtpage prudential prudsys/recommit @@ -130862,6 +130184,7 @@ pt-pt/search* pt-pt/smartsearchforwarder pt/ pt/* +pt/*/item$ pt/*?*lang=en-US pt/*?order= pt/*color= @@ -130972,7 +130295,7 @@ pt/event/*/shoutbox? pt/features pt/festival/*/shoutbox pt/forum -pt/forum/goto.phphttp://dagbladet.no/robots.txt +pt/forum/goto.phphttp://shutterfly.com/robots.txt pt/fr pt/gallery pt/goodies/Dia_dos_pais_2014_8_7/swf/swf/Fotor.swf @@ -131308,7 +130631,6 @@ public/member/new public/page/0_0_WP_RT_MARKETING.html public/page/news-media-marketing.html public/page/wsj-x-marketing.html -public/public/player public/redirect.html public/search public/services @@ -131445,6 +130767,7 @@ publicpolicy/wp-admin publicpolicy/wp-content/plugins publicpolicy/wp-includes publicsearch +publicsegments publicus.ini publieditorial publiline.py @@ -131626,6 +130949,7 @@ qa/redl qa/secure/ qa/test qadministrator/mac/4.0/en/appleqadministrator/usermanual +qantas qat* qatar-redressal qc @@ -131892,7 +131216,7 @@ quiz-list/ quiz-results-learn-more-vid quiz/ quiz/archive/*/* -quiz/archive/*/*/$http://techtimes.com/robots.txt +quiz/archive/*/*/$http://libreoffice.org/robots.txt quiz/document quiz/engine quiz/todayincolumbia/ @@ -131942,15 +131266,10 @@ r/cms r/instant/response r/kappa/api r/sms -r1= -r2= r2r -r3= r4-page-footer-page r4-page-header-page r4032login -r4= -r5= r? r_q= ra-content @@ -131985,7 +131304,7 @@ radio/getPlayerBgs radio/getTime radio/getTimetable radio/get_radio_programme_info -radio/http://tally.so/robots.txt +radio/http://noticiasaominuto.com/robots.txt radio/imda radio/index.shtml radio/index_autoplay @@ -132035,6 +131354,8 @@ random-group random.cgi random.html randomcard +range_chapter= +range_subcategory= rangers/activity/mail.cfm rangers/search ranking @@ -132103,6 +131424,7 @@ raw_food_health_dangers/article.htm rawls.cmc rays/search rb_bf03069gjb* +rb_bf12093eab rb_bf70766xfx rbac rbl @@ -132120,7 +131442,7 @@ rcs?action rcsearch.aspx rd rd/ -rd/pdf/http://rbi.org.in/robots.txt +rd/pdf/http://getapp.com/robots.txt rd/search rd/search$ rd/search? @@ -132187,7 +131509,6 @@ readme.html$ readme.html/ readme.md$ readme.txt$ -readmessage.php ready ready_sit_read/index.jhtml readyhilfe @@ -132398,7 +131719,7 @@ reasons_your_child_cant_sleep_pictures_slideshow/article.htm reauthenticate rebecca-allen-appointed-managing-director-decca-records-uk rebeccagarcia -rebooting-the-record-label/http://ricoh.co.jp/robots.txt +rebooting-the-record-label/http://caranddriver.com/robots.txt rec rec/bib rec/nt @@ -132504,7 +131825,8 @@ recipe/zapcache/* recipe_parser recipes recipes/*?q= -recipes/email.phphttp://caltech.edu/robots.txt +recipes/email.phphttp://manyver.se/robots.txt +recipes/filter/* recipes/food/email recipes/food/reviews/*?print= recipes/food/views/*?print= @@ -132514,117 +131836,7 @@ recipes/search recipes/search/?q recipes/search? recipes/shoppinglist/email -reckon/http://clevelandart.org/robots.txt -recmain/alabama/recreation -recmain/allegheny/recreation -recmain/angeles/recreation -recmain/arp/recreation -recmain/ashley/recreation -recmain/asnf/recreation -recmain/bdnf/recreation -recmain/bighorn/recreation -recmain/bitterroot/recreation -recmain/blackhills/recreation -recmain/boise/recreation -recmain/btnf/recreation -recmain/carson/recreation -recmain/cherokee/recreation -recmain/chippewa/recreation -recmain/chugach/recreation -recmain/cibola/recreation -recmain/cleveland/recreation -recmain/cnnf/recreation -recmain/coconino/recreation -recmain/colville/recreation -recmain/conf/recreation -recmain/coronado/recreation -recmain/crgnsa/recreation -recmain/ctnf/recreation -recmain/custergallatin/recreation -recmain/dbnf/recreation -recmain/deschutes/recreation -recmain/dixie/recreation -recmain/dpg/recreation -recmain/eldorado/recreation -recmain/elyunque/recreation -recmain/fishlake/recreation -recmain/flathead/recreation -recmain/florida/recreation -recmain/fremont-winema/recreation -recmain/giffordpinchot/recreation -recmain/gila/recreation -recmain/gmfl/recreation -recmain/gmug/recreation -recmain/gwj/recreation -recmain/hiawatha/recreation -recmain/hlcnf/recreation -recmain/hmnf/recreation -recmain/hoosier/recreation -recmain/htnf/recreation -recmain/inyo/recreation -recmain/ipnf/recreation -recmain/kaibab/recreation -recmain/kisatchie/recreation -recmain/klamath/recreation -recmain/kootenai/recreation -recmain/lassen/recreation -recmain/lincoln/recreation -recmain/lolo/recreation -recmain/lpnf/recreation -recmain/ltbmu/recreation -recmain/malheur/recreation -recmain/mantilasal/recreation -recmain/mbr/recreation -recmain/mbs/recreation -recmain/mendocino/recreation -recmain/midewin/recreation -recmain/mississippi/recreation -recmain/mnf/recreation -recmain/modoc/recreation -recmain/mthood/recreation -recmain/mtnf/recreation -recmain/nebraska/recreation -recmain/nezperceclearwater/recreation -recmain/nfsnc/recreation -recmain/ochoco/recreation -recmain/okawen/recreation -recmain/olympic/recreation -recmain/osfnf/recreation -recmain/ottawa/recreation -recmain/ouachita/recreation -recmain/payette/recreation -recmain/plumas/recreation -recmain/prescott/recreation -recmain/psicc/recreation -recmain/riogrande/recreation -recmain/rogue-siskiyou/recreation -recmain/sanjuan/recreation -recmain/santafe/recreation -recmain/sawtooth/recreation -recmain/sbnf/recreation -recmain/scnf/recreation -recmain/scnfs/recreation -recmain/sequoia/recreation -recmain/shawnee/recreation -recmain/shoshone/recreation -recmain/sierra/recreation -recmain/siuslaw/recreation -recmain/srnf/recreation -recmain/stanislaus/recreation -recmain/stnf/recreation -recmain/superior/recreation -recmain/tahoe/recreation -recmain/texas/recreation -recmain/tongass/recreation -recmain/tonto/recreation -recmain/umatilla/recreation -recmain/umpqua/recreation -recmain/uwcnf/recreation -recmain/wallowa-whitman/recreation -recmain/wayne/recreation -recmain/whitemountain/recreation -recmain/whiteriver/recreation -recmain/willamette/recreation +reckon/http://doc.rust-lang.org/robots.txt recognized-dealers/art recognized-dealers/fashion recognized-dealers/furniture @@ -132699,6 +131911,7 @@ redesign redesign-content redesign-news redesign/ +redesign/_next/image redesigning-finance-how-great-design-is-transforming-the-industry/$ redfinnow-questionnaire redir @@ -132745,7 +131958,6 @@ redis redis-stable rediscover redistricting/* -redlink= redones-2101-records-signs-worldwide-partnership-agreement-with-capitol-records-group reds/search redsox/search @@ -132771,7 +131983,7 @@ refer refer-* refer-a-friend refer/ -refer/http://thefeedfeed.com/robots.txt +refer/http://mercedes-benz.com/robots.txt refer/pal reference reference-library @@ -132807,6 +132019,7 @@ refresh.php refresh_stored_accounts refresh_token refresh_token +refreshed-hphttp://oricon.co.jp/robots.txt refs refund-detail refund-history @@ -132891,7 +132104,6 @@ registrar registrar/a_r/backup registrar/backup registrar/c_d/oldgrad -registrar/cgi-bin registrar/dars/slideshow/backup registrar/enroll/backup registrar/faqs/backup @@ -132916,7 +132128,7 @@ registration.html registration/ registration/ajaxfrags registration/apis -registration/apishttp://whowhatwear.com/robots.txt +registration/apishttp://jmir.org/robots.txt registration/archive_upload_apply.asp* registration/includes/ registration/js/ @@ -133003,6 +132215,7 @@ relationships/caregiving/ relaunch relcontent release +release* release-notes release-notes$ release-notes/$ @@ -133023,6 +132236,7 @@ reloaded/users relpage remembear/add remember-the-titans +rememberme remilogs/ remind.php remind_register.html @@ -133055,6 +132269,7 @@ render render-blocks rendercontent renderdocument +renderingMetricsSearch renders rendez-vous-video renew @@ -133064,7 +132279,6 @@ renew/blood-donor-prospect/land-prospect-thanks.html renewal-center renewal-center/business renewal-center/home -renewal-reminder-optout renowned-music-executive-tom-whalley-launches-new-label-with-universal-republic rent-calculator renta-de-autos/resultados @@ -133106,7 +132320,6 @@ reply_to_id= repo-search-archived= repo/create repo/migrate -repor.. report report report-a-bug @@ -133220,6 +132433,7 @@ reports/tr13 reports/tr14-4/index.html reports/tr14-5/index.html reports/tr14/tr14-15.html +reports/tr14/tr14-53.html reports/tr15/tr15-10.html reports/tr15/tr15-11.html reports/tr15/tr15-12.html @@ -133266,6 +132480,7 @@ reports/tr15/tr15-52.html reports/tr15/tr15-53.html reports/tr15/tr15-54.html reports/tr15/tr15-55.html +reports/tr15/tr15-56.html reports/tr15/tr15-7.html reports/tr15/tr15-8.html reports/tr15/tr15-9.html @@ -133315,6 +132530,7 @@ reports/tr34/tr34-28.html reports/tr34/tr34-29.html reports/tr34/tr34-3.html reports/tr34/tr34-30.html +reports/tr34/tr34-31.html reports/tr34/tr34-4.html reports/tr34/tr34-5.html reports/tr34/tr34-6.html @@ -133385,6 +132601,7 @@ reports/tr35/tr35-66 reports/tr35/tr35-67 reports/tr35/tr35-68 reports/tr35/tr35-7.html +reports/tr35/tr35-74 reports/tr35/tr35-8.html reports/tr35/tr35-9.html reports/tr40 @@ -133414,6 +132631,7 @@ reports/tr46/tr46-3.html reports/tr46/tr46-30.html reports/tr46/tr46-31.html reports/tr46/tr46-32.html +reports/tr46/tr46-33.html reports/tr46/tr46-4.html reports/tr46/tr46-5.html reports/tr46/tr46-6.html @@ -133442,6 +132660,7 @@ reports/tr51/tr51-23.html reports/tr51/tr51-24.html reports/tr51/tr51-25.html reports/tr51/tr51-26.html +reports/tr51/tr51-27.html reports/tr51/tr51-3.html reports/tr51/tr51-4.html reports/tr51/tr51-5.html @@ -133492,6 +132711,7 @@ reports/tr9/tr9-46.html reports/tr9/tr9-47.html reports/tr9/tr9-48.html reports/tr9/tr9-49.html +reports/tr9/tr9-50.html reports/uphill-battle-to-make-magical-products/$ reports?page reporttomoderator @@ -133728,8 +132948,6 @@ residentiel/espace-clients/demenagement/confirmer-contrat.html resizer/v2 resizer/v2/related- resmushit.log -resnet -resnum= resolution-center resolution-center-new resolve @@ -134022,9 +133240,9 @@ resources/_shared/images/collection resources/academic resources/ajax/posts resources/allstate/attachments/pdf/etr0509.pdf -resources/calendar/http://lshtm.ac.uk/robots.txt +resources/calendar/http://nhc.noaa.gov/robots.txt resources/collocations -resources/contrastchecker/?*http://webapps.stackexchange.com/robots.txt +resources/contrastchecker/?*http://thefamilyleader.com/robots.txt resources/contrastchecker? resources/cookie resources/css @@ -134191,7 +133409,6 @@ restricted-domains.txt restricted/ restricted_temporary/ restriction-type -result resultados-deportivos resultados-deportivos/game/30184/paris-saint-germain-internazionale resultados/*.asp @@ -134340,7 +133557,7 @@ review/*/transparency review/common/du review/dynamic/sims-box review/hall-of-fame -review/http://thrillist.com/robots.txt +review/http://yalebooks.yale.edu/robots.txt review/list review/list_rss review/product/ @@ -134546,15 +133763,11 @@ rivediordine riwebapp/rest rkt541 rkzek -rlv/ -rlv/api/ -rlv/svc/ rm-ch/ rm/* rm/* rm=print rmFilter= -rma/ rmn125 rmp rnag/search @@ -134580,7 +133793,7 @@ rnm/index.php/catalog/*/vargrp/* rnm/index.php/catalog/*/variable-groups/* rnm/index.php/catalog/*/variable/* rnm/index.php/catalog/*/variable/*/*?name=* -rnm/index.php/catalog/ddi/*http://ineps.org/robots.txt +rnm/index.php/catalog/ddi/*http://comparitech.com/robots.txt rnm/index.php/metadata/export_variable/*/*/csv rnm/index.php/metadata/export_variable/*/*/json ro @@ -134664,6 +133877,7 @@ ro/ ro/$ ro/*-p-*/product-features ro/*/*id= +ro/*/item$ ro/*?*lang=en-US ro/*gads=true ro/?wicket:interface= @@ -134794,7 +134008,7 @@ robots.html robots.txt robots.txt robots.txt$ -robots.txthttp://hcaptcha.com/robots.txt +robots.txthttp://fansided.com/robots.txt robots_nidirect.txt roc008 rochelle.harrison @@ -134824,6 +134038,7 @@ roja roko role role/ +roles rolex-clock rolex.frame roll @@ -135056,7 +134271,6 @@ rss/super-tag/sex-advice rss/super-tag/single rss/super-tag/soulmates rss/super-tag/starting-over -rss/tags rss/ultimora.xml rss/what-men-think rss/yandex @@ -135071,7 +134285,7 @@ rss7 rss? rssFeed rss_2.php -rss_export/www_export.rsshttp://motorcycleclassics.com/robots.txt +rss_export/www_export.rsshttp://freedom.to/robots.txt rss_feeds rss_items rss_trk @@ -135086,7 +134300,7 @@ rstmh/ rsvp rsvp.php rsvp/images -rsw/upload/k2dienste/http://rt.com/robots.txt +rsw/upload/k2dienste/http://mautic.org/robots.txt rt%3Dnc rt2014v2/ rt= @@ -135390,7 +134604,6 @@ ru/login.ashx ru/login?next= ru/logout ru/m -ru/main_ru ru/manage ru/market/auction ru/market/auction? @@ -135644,6 +134857,7 @@ ruter/*/ruter-fra- rutr rutter/*/rutter-fran- rutter/*/turer-fran- +ruxitagentjs ruxitagentjs_2SVfqr_10139180201161915.js ruycarneiro ruzh @@ -135954,12 +135168,13 @@ sale_type= salerno.corriere.it sales sales-demo-video -sales-kit/ +sales-kit/ sales-leads sales/*?*after= sales/*?*before= sales/digital sales/includes +sales/order sales/popup sales/shop/deal salesImages/static-1.366 @@ -136014,7 +135229,8 @@ saml/acs saml/login saml/login saml/logout -saml2/authenticate/oktahttp://spokeo.com/robots.txt +saml2/authenticate/oktahttp://parallels.com/robots.txt +samlCertificates saml_login saml_login? saml_sso @@ -136026,6 +135242,7 @@ sample_content/ samples samples/ samplesViewSingle +samsung san-andreas sanalytics.* sanaozel @@ -136071,11 +135288,9 @@ sauvegarde savannah-checkouts savannah/tag save -save-document save-net-neutrality-internet-wide-day-action-july-12th save-on-fender/l save-on-fender/l/$ -save-query save-standards save.php save/pdf/ways-to-pay.pdf @@ -136213,7 +135428,7 @@ scholarship=* scholarships scholarships/search scholarstore -scholarstorehttp://law.cornell.edu/robots.txt +scholarstorehttp://immediate.co.uk/robots.txt school school-calendar/action~agenda school-calendar/action~month @@ -136275,7 +135490,7 @@ science/gadgets/render science/gs science/index.html science/mlkt/rslts -science/new-drug-product-pipelinehttp://pg.com/robots.txt +science/new-drug-product-pipelinehttp://surferseo.com/robots.txt science/our-science/people science/outlineJson science/page/flash/VideoPlayer @@ -136328,7 +135543,7 @@ score/redir/ score_matrix/score_matrix.cgi scorecard scorecard/ -scorecard_staging/http://aclweb.org/robots.txt +scorecard_staging/http://doaj.org/robots.txt scoredrift/* scores-and-draws scores-per-week @@ -136349,7 +135564,7 @@ scratch_1.4 scratching scratchr2/static screen -screen-flow/ +screen-flow/ screen-recorder-app? screen-time-strategies-you-can-start-today screen/image @@ -136364,7 +135579,7 @@ screener.ashx?v=210&s=ta_p_channelup screener.ashx?v=210&s=ta_p_doublebottom screener.ashx?v=210&s=ta_p_doubletop screener.ashx?v=210&s=ta_p_headandshoulders -screener.ashx?v=210&s=ta_p_headandshouldersinvhttp://fire.ca.gov/robots.txt +screener.ashx?v=210&s=ta_p_headandshouldersinvhttp://tu-dresden.de/robots.txt screener.ashx?v=210&s=ta_p_horizontal screener.ashx?v=210&s=ta_p_multiplebottom screener.ashx?v=210&s=ta_p_multipletop @@ -136526,6 +135741,7 @@ se-rank se-se/ se.asp se/ +se/*/item$ se/*?*lang=sv-SE se/Download se/ajax @@ -136538,6 +135754,8 @@ se/de se/dealer_locator/ se/demo/ se/dokumeantavuorka +se/en/*/reviews/new +se/en/*?avoidNextModelRedirect=true se/en/*q= se/en/cart se/en/search @@ -136557,6 +135775,7 @@ se/m/cms se/preview se/pt se/sv +se/sv/sok/?q= se= se? seIvw @@ -136719,14 +135938,12 @@ search-console/scfe search-content search-data search-deprecated -search-effectiveness.html search-engine/ search-es$ search-filter search-flyout search-form search-groups/ -search-help search-list search-listings? search-more-products @@ -136801,7 +136018,6 @@ search.aspx* search.co.htm*$ search.do search.do -search.emdgroup.com search.htm search.htm search.html @@ -136812,7 +136028,6 @@ search.html?search-mode=* search.jsp search.jsp search.jsp* -search.merckgroup.com search.php search.php search.php%7Csearch.php3 @@ -136824,7 +136039,7 @@ search.py search.ref search.rl search/ -search/ +search/ search/" search/$ search/* @@ -136967,8 +136182,8 @@ search/global? search/groups search/help search/howsearchworks -search/http://jianshu.com/robots.txt -search/http://news.discovery.com/robots.txt +search/http://sabc.co.za/robots.txt +search/http://uk.wikipedia.org/robots.txt search/hysearchws.aspx?q=* search/imageresults.asp* search/index.aspx?* @@ -137130,7 +136345,7 @@ search?home=true search?keys= search?keyword= search?keyword=*.com -search?keyword=folha%20de%20fichario$http://shopee.sg/robots.txt +search?keyword=folha%20de%20fichario$http://ncr.com/robots.txt search?keywords=*&sort= search?keywords=*=*= search?narrator= @@ -137149,7 +136364,7 @@ search?q=who+are+you&cfr=chat search?query= search?query= search?query=* -search?query=http://arxiv.org/robots.txt +search?query=http://dcard.tw/robots.txt search?s= search?s=* search?search= @@ -137222,7 +136437,6 @@ search_term= search_term_string search_term_strong search_user -search_works searchagent/event/NewSearch.do searchagent/event/SearchResultView.do searchagent/event/SearchShowOpts.do @@ -137251,10 +136465,10 @@ searches/netsearch.html searchgoogle/ searchhealthit/search/query searchhrsoftware/search/query -searchhttp://boatus.com/robots.txt -searchhttp://chroniclebooks.com/robots.txt -searchhttp://oanda.com/robots.txt -searchhttp://sworkit.com/robots.txt +searchhttp://natlawreview.com/robots.txt +searchhttp://ohsheglows.com/robots.txt +searchhttp://three.com.hk/robots.txt +searchhttp://warpcast.com/robots.txt searchid searchinfo= searching/Mark @@ -137344,7 +136558,7 @@ section?template=emailfriend sectionEditor section_and_ivideo_widget_ajax.html section_id= -sectionhttp://abw.it/robots.txt +sectionhttp://earthobservatory.nasa.gov/robots.txt sectionized sections sections$ @@ -137396,7 +136610,6 @@ security/introducing-s2n-new-open-source-TLS-implementation securityCode security_notifications/feedback securityevent/en_US_LV2.html -sed see/ seed/coaches-consultants/coaches/ seedeliverytime @@ -137532,6 +136745,7 @@ send-friend send-to-friend send/ send? +send?text= sendHeaderEarly sendToAFriend.action sendToFriend.htm @@ -137566,7 +136780,7 @@ sentencias/* sentient sentiment_votes seo -seo-api/http://towardsdatascience.com/robots.txt +seo-api/http://bentley.edu/robots.txt seo-old seo-services.html seo-toolbar/uninstall @@ -137617,10 +136831,12 @@ series/*/disabled series= series?q= seriesBeta -seriesBetahttp://fredmayet.blogspot.fr/robots.txt +seriesBetahttp://lesmills.com/robots.txt serietv/schede/cerca/?query= serp_tests serv +serve-tile.php +serve-walkscore-tile.php server server server-configurator @@ -137742,7 +136958,7 @@ servicedesk022 servicedesk023 servicedesk024 servicedesk025 -servicedeskhttp://vldb.org/robots.txt +servicedeskhttp://grist.org/robots.txt servicedeskserver030 servicedeskserver031 servicedeskserver0310 @@ -137814,8 +137030,8 @@ services/computing/downloads/antivirus services/computing/statistics services/computingold services/conferences/content-corner/*?* -services/conferences/news/*?*http://washington.edu/robots.txt -services/conferences/news/*?*http://www3.hilton.com/robots.txt +services/conferences/news/*?*http://datadoghq.com/robots.txt +services/conferences/news/*?*http://mfa.org/robots.txt services/courtoffice/Reports services/courtoffice/int services/developmentalumni/giving/chancellors_apply.html @@ -137823,7 +137039,6 @@ services/driving-instructors/*category services/education/sa/ services/education/saprogram/ services/emailFriend -services/engine/search/sru? services/estates/2000 services/finance/Local services/finance/agresso @@ -137837,7 +137052,7 @@ services/health-conditions-a-z/*condition-type services/health-conditions-a-z/*letter services/heart/mychart-welcome services/heart/mychart-welcome/ -services/http://cms.gov/robots.txt +services/http://justjared.com/robots.txt services/humanresources/ftcstaff services/humanresources/trackers services/images @@ -138037,7 +137252,7 @@ set-password set-rating set-store set-up -set/http://sethgodin.typepad.com/robots.txt +set/http://broadcom.com/robots.txt set_author_id set_cookie.pl set_locale @@ -138222,6 +137437,7 @@ sg-en/transactions sg-en/treasury sg-en/your sg/ +sg/*/item$ sg/*?*lang=en-US sg/AjaxService/ sg/Download @@ -138233,12 +137449,15 @@ sg/cgi-bin/ sg/de sg/dlp/forms/ sg/en +sg/en/*/reviews/new +sg/en/*?avoidNextModelRedirect=true sg/en/cms/ sg/en/news/search sg/en/news/sp/search sg/en/promos/ sg/en/promos/lyve-cloud-for-startups/ sg/en/search +sg/en/size/* sg/es sg/filter/tips sg/fr @@ -138292,6 +137511,7 @@ shane-a-maidy-appointed-vice-president-of-national-sales-universal-music-and-vid shanti-das-appointed-executive-vice-president-of-marketing-artist-development-for-motown-records shapes shapetheclass/ +shard share share share$ @@ -138371,10 +137591,10 @@ shazam/v3 shc sheet/* sheets -sheil shekou/tag shelf/user_shelves shell +shell.html shell/ shellbitumen100 shellbitumen100.html @@ -138667,7 +137887,7 @@ shop/search/?q=nike%20socks shop/search/?q=nintendo%20switch%20games shop/search/?q=notebook shop/search/?q=olaplex -shop/search/?q=ornamentshttp://elgato.com/robots.txt +shop/search/?q=ornamentshttp://de.slideshare.net/robots.txt shop/search/?q=owala shop/search/?q=pandora%20charms shop/search/?q=pens @@ -138706,7 +137926,7 @@ shop/search/?q=wine%20glasses shop/search/?q=yarn shop/search/?q=yeti shop/search/?q=yoga%20mat -shop/search/http://mlb.com/robots.txt +shop/search/http://de.wordpress.org/robots.txt shop/sitemap-category/* shop/special+promotions shop/stationery @@ -138855,7 +138075,7 @@ shorefire_nj short short-link short-news/*a -short-url-machine/error/http://whattoexpect.com/robots.txt +short-url-machine/error/http://i.vimeocdn.com/robots.txt shortUrl$ shortcode shortcode= @@ -138907,7 +138127,7 @@ shots/week shots/year shouldremainempty/ shout-factory-partners-with-vivendi-visual-entertainment -shoutbox/http://bastianpfaff.com/robots.txt +shoutbox/http://fifa-club-manager.fr/robots.txt show show-dog-universal-music-expands-staff-with-new-appointments show-dog-universal-music-universal-music-group-nashville-renew-relationship @@ -138929,7 +138149,6 @@ showMore.html$ showPopup=* showProject showTask -show_all= show_bug.cgi show_bug.cgi*ctype= show_bug.cgi*format=multiple @@ -138962,7 +138181,6 @@ showevent.asp showgiftregistrybyid showgroups.php showimage.ashx* -showinaparat= showotherwishlist showotherwishlist showpast @@ -139165,17 +138383,15 @@ signup? signup?redirect_to= signup?to= signup_business -signup_fb.php signup_modal signup_phone_confirm -signup_twitter.php -signup_verify.php signups signups/pricing signups/why-pro +signurl sigtau silent-login -silicosis/en/search/http://scientificamerican.com/robots.txt +silicosis/en/search/http://rapidcityjournal.com/robots.txt silicosis/fr/search/ silicosis/search/ silive_sandbox_blog_-_azywusko @@ -139296,7 +138512,6 @@ site-restriction site-search site-search* site-search*.html -site-search? site-search?searchTerm=* site-speed-tests site-staging @@ -139421,6 +138636,7 @@ sitecore sitecore%20modules/Web/ExperienceForms/css sitecore%20modules/Web/ExperienceForms/scripts sitecore%20modules/Web/ExperienceForms/scripts/ +sitecore* sitecore-modules sitecore/ sitecore/* @@ -139436,7 +138652,7 @@ sitecore_files sitecore_files/ sitecore_modules sitecore_services/ -sitecorehttp://idfg.idaho.gov/robots.txt +sitecorehttp://support.snapchat.com/robots.txt sitecounterajax sitedashboard sitedown @@ -139507,7 +138723,7 @@ sitemap.xml?page=6 sitemap.xml?page=7 sitemap.xml?page=8 sitemap.xml?page=9 -sitemap.xmlhttp://health.com/robots.txt +sitemap.xmlhttp://statcan.gc.ca/robots.txt sitemap.xsl sitemap/$ sitemap/*/page/ @@ -139583,7 +138799,7 @@ sites/*.jpg sites/*.js sites/*.png sites/*.svg -sites/*http://createspace.com/robots.txt +sites/*http://fieldnation.com/robots.txt sites/1850brandcoffee sites/1850byfolgers sites/PM-it-dienstekatalog/_search @@ -139606,7 +138822,7 @@ sites/all/*/*.jpeg sites/all/*/*.jpg sites/all/*/*.js sites/all/*/*.png -sites/all/*/*.svghttp://yourwebsite.com/robots.txt +sites/all/*/*.svghttp://clockify.me/robots.txt sites/all/modules/contrib/radioactivity sites/all/modules/elysia_cron sites/all/static/recorregut @@ -140387,7 +139603,7 @@ sites/default/files/file/2022-03/Instructure%20Security%20%282022%29.pdf sites/default/files/flat_navs sites/default/files/forms/2022-10/2022-Strategic-Direction.pdf sites/default/files/google_tag -sites/default/files/http://blackenterprise.com/robots.txt +sites/default/files/http://viber.com/robots.txt sites/default/files/images/logo sites/default/files/images/obras sites/default/files/infographics/PP_jp_InsiderThreat_Infographic_final_ysohta0309a.pdf @@ -140564,7 +139780,7 @@ sites/default/files/media_docs/Urgent-Care-Webinar-Checklist.pdf sites/default/files/media_docs/VillageMD_Datasheet.pdf sites/default/files/media_docs/athenaOne-Leverages-AI.pdf sites/default/files/media_docs/closing-care-gaps-guide.pdf -sites/default/files/media_docs/smart-practice-guide.pdfhttp://atlanticcouncil.org/robots.txt +sites/default/files/media_docs/smart-practice-guide.pdfhttp://elle.com.au/robots.txt sites/default/files/migrated_files/decisions sites/default/files/misc/2021%20PSAT%20Holiday%20Kit.zip sites/default/files/misc/2022%20PSAT%20Holiday%20Kit.zip @@ -140931,7 +140147,7 @@ sites/gapincthiswayahead sites/gapinternational sites/genome-editing/_search sites/gradsoflife -sites/gs1/files/docs/EDI/*http://gs1us.org/robots.txt +sites/gs1/files/docs/EDI/*http://legalzoom.com/robots.txt sites/gsb/files/program-brochure sites/gwcic sites/gyro @@ -141251,6 +140467,7 @@ sk-sk/profile sk-sk/smartsearchforwarder sk/ sk/*-p-*/product-features +sk/*/item$ sk/*?*lang=en-US sk/*gads=true sk/*pi= @@ -141603,7 +140820,6 @@ smart/pollen2012 smart/pollen2013 smart/pollen2014 smart_snacks_when_you_are_pregnant_pregnancy/article.htm -smartapi smartlinks smartmarket smartmarket/*/productListInitial.action? @@ -142036,6 +141252,7 @@ songs-for-japan-hits-10m-milestone songs-for-the-philippines-launched-globally-on-itunes-to-benefit-the-philippines-disaster-relief-efforts sonnets.php sonnets.txt +sony sony-music-entertainment-and-universal-music-group-to-create-joint-venture-to-develop-subscription-based-service sop/ soph/*/administrator @@ -142235,6 +141452,7 @@ special-welcome-offer special.php special/harbor-freight-black-friday special/knowyourprice/card +special/list/ special/lowes-black-friday special/simulateur special/store/ @@ -142295,7 +141513,7 @@ spellcheck/schulwoerterbuch_German-English spells/?* spells/?page=* spend/help/ -spetskabel/identity/img/http://artmajeur.com/robots.txt +spetskabel/identity/img/http://lesoir.be/robots.txt spettacoli/people/2023/09/07/news/kanye_west_e_bianca_censori_in_italia_la_lunga_estate_calda_degli_scandali-413629176/< spettacoli/trovafilm/?p=search_citta spettacoli/trovafilm/?p=search_film @@ -142338,9 +141556,9 @@ sponsored-sections/cannabis/ sponsored-stories/* sponsored-topic sponsored/ -sponsored/$http://kddi.com/robots.txt -sponsored/$http://khaleejtimes.com/robots.txt -sponsored/$http://waveapps.com/robots.txt +sponsored/$http://kodi.tv/robots.txt +sponsored/$http://pub.dev/robots.txt +sponsored/$http://scryfall.com/robots.txt sponsored/* sponsored/*/?p= sponsored/2022/10/disruptors-who-are-changing-their-industries @@ -142395,14 +141613,14 @@ sport sport*?*ajax=1 sport*?*parent-reqid sport-and-wellness -sport-datencenter-category-basehttp://kryogenix.org/robots.txt +sport-datencenter-category-basehttp://betterup.com/robots.txt sport-ga sport-navigation sport-unify sport/ sport/404_en.htm sport/alpha -sport/bundesliga/http://zdnet.com/robots.txt +sport/bundesliga/http://tally.so/robots.txt sport/ciclismo/2023/10/24/news/doping_ciclismo_virtuale_azzurro_zanasca_rischia_una_lunga_squalifica-418660589 sport/cricket/match-centre sport/data/league @@ -142487,7 +141705,7 @@ spring-release spring-sprung-ghostery-v7-2 sprint_wml sprint_xhtml -sprypanel/http://datatracker.ietf.org/robots.txt +sprypanel/http://set.or.th/robots.txt sps-dev spsales spur-download @@ -142760,7 +141978,6 @@ st/c/work st/inter/Global/dailyedition st/inter/Hheb/paywall/scripts/bots.js st/redirect -st=* st_above_fold_block st_below_fold_block stable/book/first-edition @@ -142797,7 +142014,7 @@ staff/academics/modules/teaching-excellence-principles-module staff/academics/modules/teaching-impact-module staff/barlowj2/* staff/committees/Inf/ISMG -staff/http://tilde.com/robots.txt +staff/http://aging-us.com/robots.txt staff/marsdena/* staff/organisations/msf/adminoffice staff/organisations/msf/adminrep @@ -142861,7 +142078,7 @@ start-your-blog start-your-store start.php start/_next -start/api/http://npr.org/robots.txt +start/api/http://news.mongabay.com/robots.txt start/signup start/signup? start/square @@ -143005,7 +142222,7 @@ static/gfs static/gla static/html static/html/pdfs/ -static/http://osxdaily.com/robots.txt +static/http://opensecrets.org/robots.txt static/images static/images/favicons static/images/misc/s-trans.gif @@ -143077,6 +142294,13 @@ statistics/recent/p statistics/recommendations/?p= statistics/report-content statistics/updated/?p= +statisticsAppUsage +statisticsChurn +statisticsConversions +statisticsRevenue +statisticsSharing +statisticsUserBase +statisticsUserBaseDomain statistik statistik/aktualisiert/?p= statistik/aktuell/p @@ -143110,7 +142334,7 @@ stats/events/  stats/help/glossary stats/help/statminimums stats/history -stats/player-stats/*http://nfpa.org/robots.txt +stats/player-stats/*http://en.wiktionary.org/robots.txt stats3.html stats?gid= stats_report/ @@ -143270,7 +142494,6 @@ stolen.html stoloto/site/prototype stomach_cancer_symptoms_treatment/article.htm stomach_flu_what_you_need_to_know/article.htm -stomatology stop_mobi= stopartnertest/ storage @@ -143571,9 +142794,8 @@ straight-up-steve-austin strange_surprising_addictions_mental_health/article.htm strategic strategic-marketing-and-commercial-affairs-division-announced -strategic-partners/cushman-wakefield/http://hertason.blogspot.com/robots.txt strategic-plan -strategicplan/index.php/http://utexas.edu/robots.txt +strategicplan/index.php/http://eur.nl/robots.txt strategist/amp strategist/search strawberry-anma @@ -143600,7 +142822,6 @@ structure structured-content-renderer structured_data strums -sts/ student-activities student-advocacy student-affairs/tedx @@ -143617,7 +142838,6 @@ student-services/meal-plans student-services/student-success-network student/activity student/campus -student/old student/path student/search student_info/omega_phi_alpha/images/members @@ -143830,6 +143050,7 @@ style/fashion/hearstmagazines style/set/json style/size_chart_mens style= +style= styleId styleOne style_builder. @@ -144048,7 +143269,7 @@ subscribe/welcome-greer/ subscribe/worldjuniors subscribe2.asp subscribe?* -subscribe?*http://addyosmani.com/robots.txt +subscribe?*http://ourworldindata.org/robots.txt subscribeTOC.asp subscribe_Reseller_Entries.asp subscribe_gps @@ -144085,7 +143306,8 @@ subscription= subscriptionDetails.htm subscription_orders.cgi subscription_request.cgi -subscriptionhttp://plisio.net/robots.txt +subscriptioncancel +subscriptionhttp://stopandshop.com/robots.txt subscriptions subscriptions-manager?channel= subscriptions/individuals/payment @@ -144113,7 +143335,7 @@ subtitle/ subtitles-1 subtitles-2 subtitles/ -subviews/*http://webkit.org/robots.txt +subviews/*http://curl.se/robots.txt success successively successteammanager @@ -144203,7 +143425,6 @@ summer_skin_hazards_pictures_slideshow/article.htm summerbzz summercamp summermusic -summersa summerscholars/includes/ summerschool/search-result summit @@ -144441,7 +143662,6 @@ sur-rendez-vous-seulement sure-dev surefit-game/ sureroute -sureroute-object.html suretone-records-announces-launch-of-new-website surfer surgical-oncology-teaching-conference @@ -144737,15 +143957,12 @@ svalka/automatus svc svc svc/account -svc/buy svc/connections svc/crosswords svc/games svc/letter-boxed svc/news/v3/all/pshb.rss svc/pips -svc/px -svc/pxcss svc/seo svc/spelling-bee svc/strands @@ -144818,6 +144035,7 @@ switch-account switch-membership switch-to-dreamhost switch.php3 +switchProduct switch_country= switchboard.aspx switcher= @@ -144853,7 +144071,7 @@ syndication/google/currents/diaporama syndication? syndication_cookie_sync syneoshealth-clinical/ -synsearch +synsearch/ sys sys/404/ sys/ban_test/ @@ -144877,6 +144095,7 @@ system/modules/*/assets system/modules/*/html system/swf system1/images +systemTemplates system_requirements_check.jsp systemcenter/ systems/platforms/linux/software/package @@ -145223,7 +144442,7 @@ tag.php* tag/ tag/* tag/* -tag/*+http://dilbert.com/robots.txt +tag/*+http://loc.gov/robots.txt tag/*/20 tag/*/21 tag/*/22 @@ -145409,7 +144628,6 @@ tag_more_people.html tag_talk.html tag_team_talkers.html tagcloud -tagcloud.php tagged tagged/*+ tagged/*?before= @@ -145423,7 +144641,7 @@ tagmanagertest tags tags tags* -tags*http://builtwith.com/robots.txt +tags*http://google.com.vn/robots.txt tags-artists tags-regions/json tags/ @@ -145433,7 +144651,7 @@ tags/*/amp tags/*/page tags/*htm*.htm tags/*tags= -tags/JDatehttp://yoast.com/robots.txt +tags/JDatehttp://pokemon.com/robots.txt tags/TH tags/TopicRoot_TH tags/app-feedback @@ -145528,6 +144746,7 @@ talk/user talk/user/*/article talkread talkscreen.bml +talktalk tally-loader-react/static-1.65 tallyman/context talon @@ -145562,6 +144781,7 @@ tasks tasks/ tasks/r/form taste-of-the-mare +tastesurvey tatia-adams-fox-promoted-to-vice-president-marketing-universal-motown-records tattoo_pictures_slideshow/article.htm tawang @@ -145603,7 +144823,7 @@ taxonomy-term-json-adrenalina taxonomy-term-json-tv taxonomy/ taxonomy/* -taxonomy/http://accessdata.fda.gov/robots.txt +taxonomy/http://newgrounds.com/robots.txt taxonomy/term taxonomy/term/ taxonomy/term/* @@ -145618,6 +144838,7 @@ tb857com tb888online tbhx/hero tbl* +tblang= tblci= tbproxy tbty7com @@ -145836,7 +145057,7 @@ tdate=*/*/6* tdate=*/*/7* tdate=*/*/8* tdate=*/*/9* -tdid=* +tdc tdir/p/kids-back-to-school tds tdt @@ -145924,6 +145145,7 @@ team team-blog team/*/schedule$ team/bloomberg-news +teamInvitations teamplain/ teams teams/split.cgi @@ -146341,7 +145563,7 @@ tekrar-al tel tel: tel:* -telechargements/stockage-perso-staff/http://fifa.com/robots.txt +telechargements/stockage-perso-staff/http://prop-2020.com/robots.txt telecomorgs telecomunicacion-tecnologia-ar/* telecomunicacion-tecnologia-cl/* @@ -146354,6 +145576,7 @@ teleconnections/*.php? telegram998com telegraph telematics +telenor telephonie/*idOffre= telephonie/abonnement-telephonique-operateurs-forfaits-telephones-portables/forfait-very- telesales @@ -146368,6 +145591,7 @@ television/tve-internacional/europa/? television/tve-internacional/parrilla/? television/tve-internacional/programacion-tv/? television? +telfort tell-friend tellAFriend.do tellafriend @@ -146385,7 +145609,7 @@ temas-resultados temas/* temas/*page-1 temas/*page-1$ -temas/*page-10$http://munichre.com/robots.txt +temas/*page-10$http://tes.com/robots.txt temas/*page-2 temas/*page-2$ temas/*page-3 @@ -146500,12 +145724,10 @@ template.asp?docId=8&docName=About%20Us template/ template/1-0-1/gfx/favicon.ico template/down?* -template/warenkorbhttp://spendwithpennies.com/robots.txt +template/warenkorbhttp://donationcoder.com/robots.txt template=* template=printart templateId= -template_ar -template_en template_forpurchasereport.asp templateabuse templatedata @@ -146732,7 +145954,7 @@ templates/moodboard-maker/$ templates/moscow-method-example/$ templates/network-diagram-examples/$ templates/newsletter-examples/$ -templates/novo_portal_base/font-awesome/fonts/http://ibiblio.org/robots.txt +templates/novo_portal_base/font-awesome/fonts/http://tinkercad.com/robots.txt templates/okr-template/$ templates/one-on-one-meeting-template/$ templates/online-calendar-maker/$ @@ -146939,7 +146161,6 @@ tennis/tennis tent-protest tentarmostrarcartaopresentecartaopresente teoria/* -ter-optout teresasurita term term.aspx/ @@ -147027,6 +146248,7 @@ termsandconditions/*?sortby termsandconditions/archive termsandconditions/master-cloud-agreement termsandconditions/master-cloud-agreement/07212021 +termsofusechanges territoire-de-belfort/ territoire-de-belfort/assure/actualites/ tesco @@ -147106,7 +146328,7 @@ test.html test.jsp test.umb.edu/ test/ -test/ +test/ test/* test/*?question* test/*?rtf* @@ -147126,7 +146348,7 @@ test/ddierker/newsletter-templates test/games/ test/getresponse.php* test/gettest.php* -test/http://traveloregon.com/robots.txt +test/http://securiti.ai/robots.txt test/index.php?act=custom* test/index.php?act=test&id=*&q=* test/matchcenter/calcio/serie-a/classifica @@ -147179,7 +146401,7 @@ testbereich testcase testcases teste-*.html$ -teste/http://vip.undressaitool.com/robots.txt +teste/http://divabarbarella.com/robots.txt testfiles testfl testfr @@ -147187,9 +146409,9 @@ testgpr testhome1 testhome2 testhome3 -testhttp://money.com/robots.txt +testhttp://amazon.it/robots.txt testimonial/ -testimonial/*http://mandrillapp.com/robots.txt +testimonial/*http://stthomas.edu/robots.txt testimonials.php testimonios testin @@ -147243,7 +146465,6 @@ textbook/isbn textbook/top-selling-textbooks textbooks textbooks/_ajax/log -texteBrut texthtml texthtml/ textimage @@ -147384,8 +146605,11 @@ th/core/*.svg th/custom_banner th/deals th/docs +th/en/*/reviews/new +th/en/*?avoidNextModelRedirect=true th/en/cms/ th/en/search +th/en/size/* th/en/work/products/tools/ups_selector th/filter/tips th/firefox/collections @@ -147458,10 +146682,13 @@ th/support/custom_resource th/support/search th/support/tag th/th +th/th/*/reviews/new +th/th/*?avoidNextModelRedirect=true th/th/cms/ th/th/news/search th/th/news/sp/search th/th/search +th/th/size/* th/themes/README.txt th/thunderbird/collections th/thunderbird/search @@ -147893,10 +147120,13 @@ time/world/printout time/zone/*? time/zone/@ time= +time_cover_hub time_management_how_to_stop_wasting_time/article.htm +time_tout time_zone timedtext_video timegate +timeline timemachine timemap timeout @@ -147951,7 +147181,7 @@ tiu_reusable/ tj tj/ tjenester/esi -tjenester/it/adm-app/nettskjema/bilder/http://uiowa.edu/robots.txt +tjenester/it/adm-app/nettskjema/bilder/http://canadapost.ca/robots.txt tjenester/it/applikasjoner/nettskjema/include-files tjenester/it/av-rom-test tjenester/it/brukernavn-passord/nybruker.html @@ -148358,6 +147588,7 @@ top-stories top-stories-2015/index-dev.php top-trending-products/*/primearticleshow top-trending-products/*/primearticleshow/* +top/* top/digital/mobile/net_hikaku/wp-admin top/navigator top/search @@ -148473,7 +147704,7 @@ topla-kazan-kuponlari topnav toprailapp tops -topsecret/ +topsecret/ topsfr topsocial topsy @@ -148485,7 +147716,7 @@ tos tos-old total-leadership total-quart-engine-ke-superstar -totalSearch/search.dohttp://eni.com/robots.txt +totalSearch/search.dohttp://salisburyjournal.co.uk/robots.txt total_hearing_care tote tote/*?countrycode @@ -148551,7 +147782,7 @@ tpcc= tpis/deals/*/booking/hbw?option_id= tpl-xml tpl= -tplushttp://telus.com/robots.txt +tplushttp://r-project.org/robots.txt tpx tq tr @@ -148873,6 +148104,7 @@ tracking-pixels/static-1.10 tracking-pixels/static-1.8 tracking-test* tracking/ +tracking/?order tracking/amp tracking/convertion trackingpixels @@ -149017,7 +148249,7 @@ trading_simulator_staging traduction traffic traffic-aggregation -traffic-manager/ +traffic-manager/ traffic/ traffic/status*? trafficbot.life @@ -149197,7 +148429,7 @@ transmute/static-2.9 transparencia transparency transparency/archive -transparency/http://analyticsindiamag.com/robots.txt +transparency/http://shogakukan.co.jp/robots.txt transparency/regexpert/index.cfm?do=groupDetail.groupDetailDoc&id=14885 transparency/regexpert/index.cfm?do=groupDetail.groupDetailDoc&id=14895 transparency/regexpert/index.cfm?do=groupDetail.groupDetailDoc&id=14896 @@ -149344,6 +148576,7 @@ travelads/trackredirect.html traveling_checkin/ traveller/*/feed travelmap +trax tray_trending_tags trck trcz @@ -149597,7 +148830,6 @@ trsport trsv truck-details truck-search -true/select-store-cookies.html truliapro trunkshow-refer-a-friend-terms trust.php @@ -149634,11 +148866,6 @@ tsn-racing-pod tsn-tournament-challenge-1.445954 tsnplus/pgatourlive tsp -tss-virtual/.work -tss-virtual/pre -tss/siguccs -tss/siguccs/1996/abstracts -tss/troubleshoot/obsolete tst-otr tstart tstpages @@ -149658,6 +148885,7 @@ tto/ ttoday/?issue= tu/termine/termin.ics tucritica +tudum tue tugboat tum--urunler @@ -149716,7 +148944,6 @@ tv-sfr/netflix-4-ecrans tv-sfr/plus-sport-seng tv-sfr/rmc-sport-seng tv-show-group -tv-text tv/ tv/*.swf$ tv/*/*/*/* @@ -149750,7 +148977,7 @@ tv3/marato/recerca/proposta-malalties tv3/sx3/*/joc/pantalla-completa tv3/sx3/families-escola/activitats/cercador tv3/sx3/families-escola/activitats/cercador-mapa -tv3/sx3/http://ccohs.ca/robots.txt +tv3/sx3/http://lexology.com/robots.txt tve tve/b/135escons tve/b/9decada10 @@ -149800,12 +149027,14 @@ tvmag tvp-world/ tvrc tvschedules +tvsignup tvtee tw tw- tw-zh/ tw/ tw/* +tw/*/item$ tw/*?*lang=en-US tw/*?bannerLinkUrl= tw/AjaxService/ @@ -149946,7 +149175,7 @@ typing-tool typo/?subdomain= typo3 typo3/ -typo3/http://unibo.it/robots.txt +typo3/http://marketingweek.com/robots.txt typo3/sysext/frontend/Resources/Public typo3_src typo3_src-4.1.1 @@ -149964,7 +149193,7 @@ typo3conf/ext/bra_projectfiles/Resources/Public typo3conf/ext/parallels/Resources/Public typo3conf/ext/prls_theme/Resources/Public typo3conf/ext/theme/Resources/Public -typo3conf/http://dawn.com/robots.txt +typo3conf/http://denikn.cz/robots.txt typo3src typo3temp typo3temp/ @@ -150039,6 +149268,7 @@ ua-ua/ ua-uk/ ua/ ua/* +ua/*/item$ ua/AjaxService/ ua/Download ua/Secure/ @@ -150401,6 +149631,8 @@ uk/designs uk/digital_variants/*/download uk/download uk/education +uk/en/*/reviews/new +uk/en/*?avoidNextModelRedirect=true uk/en/*q= uk/en/cart uk/en/news/search @@ -150643,7 +149875,7 @@ unassociated-machines unauth-profile unauthenticated unavailable -unavailable-location/http://wsetglobal.com/robots.txt +unavailable-location/http://infolab.stanford.edu/robots.txt unavailable/ unblock_users_confirm.html unblu @@ -150656,7 +149888,6 @@ undefined undefined$ undefined$ under-maintenance/ -undergrad-finaid undergrad/ops/archives undergraduate-admission/admitted-students undergraduate-admissions/programs? @@ -150729,8 +149960,6 @@ united-kingdom/index2.html united-kingdom/new.html unitedhighschoolmedia univ -univ-relations/webproto -univ-relations/webproto/med-design univ-src/ccden univ/coll univ/mis/cfm @@ -151153,7 +150382,6 @@ universal-sells-30-stake-in-really-useful-back-to-lloyd-webber universal-signs-distribution-deal-with-rock-records universal-south-appoints-fletcher-foster-to-senior-vice-president-and-general-manager universal-south-joins-with-show-dog-to-launch-show-dog-universal-music -universal-theme/js universal_benefits universidade universidades/* @@ -151167,7 +150395,6 @@ univpub unknown-lawyer unleash unlink -unlisted unlock unlock-request unlock...been @@ -151221,10 +150448,11 @@ up/elb upcoming-events/* upcoming-parties upcomingeventdetails.html +upcomingevents upcomingevents.html? update update-browser -update-check/wirecast/ +update-check/wirecast/ update-guide update-settings update-your-browser @@ -151260,7 +150488,7 @@ updates/ updates/*.php$ updates/*.xml$ updates/?filter= -updates/order/*http://simplenote.com/robots.txt +updates/order/*http://svd.se/robots.txt updatestats updateutp* updfcache=1 @@ -151292,7 +150520,7 @@ upload/auto upload/cloud upload/docs upload/forgot_password -upload/http://ilpost.it/robots.txt +upload/http://farm3.static.flickr.com/robots.txt upload/illustrations upload/photos upload/throttled @@ -151352,7 +150580,6 @@ ur-JP ur-US ur-cgi-bin ur-pk/ -ur-staff-proto ur/$ ur/*/administrator ur/*/bin @@ -151670,7 +150897,9 @@ us/employee-car-booking us/en us/en-us/wifi-desktop.html us/en/*.pdf +us/en/*/reviews/new us/en/*?IPromoID* +us/en/*?avoidNextModelRedirect=true us/en/*?bundleId* us/en/*?bvstate* us/en/*?cid @@ -151999,7 +151228,7 @@ user-profile.aspx user-profile/ user-rankings user-registrierung -user-reports/http://wordnik.com/robots.txt +user-reports/http://habr.com/robots.txt user-research-testing user-settings user.aspx @@ -152080,7 +151309,7 @@ user/forgotten-password user/fpd/api user/get-user user/googleonetapverification -user/http://news.mongabay.com/robots.txt +user/http://ecfr.gov/robots.txt user/images user/kommoot user/kommot @@ -152113,7 +151342,6 @@ user/password* user/password/ user/profil user/profile -user/profile/form_csrf user/profiles user/register user/register @@ -152156,6 +151384,7 @@ userDynamicList.jsp userInfo userNext userPortal +userRoles user_ user_dashboard user_details @@ -152322,7 +151551,6 @@ usersstats userstyles.php usertesting uses_surprising_for_your_microwave/article.htm -usg= usi using using-the-figma-brand/$ @@ -152357,7 +151585,7 @@ util util$ util/ util/ClientLogger.htm -util/http://dollargeneral.com/robots.txt +util/http://lawfareblog.com/robots.txt util/postier/suggerer.asp util/tinymce_math utilApp/ @@ -152369,7 +151597,7 @@ utilities utilities/ utilities/glossary utilities/glossary/index.htm -utilities/http://usability.gov/robots.txt +utilities/http://doctoroz.com/robots.txt utilities/includes/css/ utilities/includes/js/ utilities/searchmember @@ -152382,8 +151610,7 @@ utility/trac utils utils/ utils/* -utils/http://sverigesradio.se/robots.txt -utl/ +utils/http://maps.google.com.au/robots.txt utm utm*= utm= @@ -152415,6 +151642,7 @@ utm_source utm_source* utm_source= utm_source=* +utm_source=Youtube utm_source=affiliate utm_source=an_ utm_source=bing @@ -152475,7 +151703,7 @@ uz uz-latn-uz/ uz/ uz/*?*lang=en-US -uz/http://biblegateway.com/robots.txt +uz/http://img1.wsimg.com/robots.txt uzivatel uçak-bileti/cn/* uçak-bileti/ct @@ -152681,13 +151909,13 @@ vanessagrazziotin vanilla vanity vans/leasing/search -vantage-cloud/ -vantage-enterprise/ -vantage-transcoding/ -vantageCloudManager/ -vantageCloudTrial/ -vantageDomainServer/ -vantageTrancodeServer/ +vantage-cloud/ +vantage-enterprise/ +vantage-transcoding/ +vantageCloudManager/ +vantageCloudTrial/ +vantageDomainServer/ +vantageTrancodeServer/ vantage_point/archive vantagepoint vapors/ @@ -152718,7 +151946,7 @@ vc/ vc= vcsharp/ vdccollections/* -vdfTestConds/http://moma.org/robots.txt +vdfTestConds/http://hover.com/robots.txt vdirs$ vdo*/embed ve @@ -152800,7 +152028,6 @@ verify$ verify-conversion/ verify-email verify-error -verify-mobile verify-sms verify-url verifyEmail @@ -152810,6 +152037,7 @@ verify_age verify_cookies verify_your_email$ verify_your_email? +verifyidentity verity verity-301 verizon-connecta-la-banda @@ -152827,9 +152055,9 @@ version-search.php version.cfm version.json version.txt -version/http://read.dukeupress.edu/robots.txt +version/http://recaptcha.net/robots.txt version= -version=*http://withlocals.com/robots.txt +version=*http://zawya.com/robots.txt version_info version_pdf.php versions @@ -152860,7 +152088,7 @@ versions/Unicode6.3.0 versions/Unicode7.0.0 versions/Unicode8.0.0 versions/Unicode9.0.0 -versions/http://attendee.gotowebinar.com/robots.txt +versions/http://publish.twitter.com/robots.txt vert-confirmed-session vertele/lo-mas-visto-tv/2 vertele/lo-mas-visto-tv/cadenas/2 @@ -152888,8 +152116,8 @@ vertex-ai/studio/multimodal$ vertex-ai/studio/notebooklm vertex-ai/studio/notebooklm$ vertex-ai/studio/redirect$ -vertex-ai/studio/redirect/http://console.developers.google.com/robots.txt -vertex-ai/studio/redirect/http://console.firebase.google.com/robots.txt +vertex-ai/studio/redirect/http://elements.envato.com/robots.txt +vertex-ai/studio/redirect/http://icloud.com/robots.txt verticals vertriebspartner/faq/kuendigung verve-music-group-expands-into-burgeoning-adult-contemporary-market-re-launches-famed-forecast-label @@ -153105,7 +152333,7 @@ video*search=*o=mr&page=8$ video*search=*o=mr&page=9$ video- video-alert -video-cue/ +video-cue/ video-en-directo video-gallery/ video-keywords @@ -153170,7 +152398,7 @@ video/administratives/newestvideositemap-100-mediaRss.xml$ video/adnkronos/ video/adnkronos/* video/affiliate -video/affiliate/http://shoeboxed.com/robots.txt +video/affiliate/http://splashtop.com/robots.txt video/ajax video/ajax_search_related video/ajax_video_related @@ -153182,7 +152410,6 @@ video/audio-app video/browse video/cc video/clipDeportes -video/comment video/comments video/contribute video/detail.aspx @@ -153197,14 +152424,12 @@ video/embeded video/football/ligue-1 video/games/tags video/hjemme-hos-ane_177823 -video/hls/manifest/visittype/site/videohash video/hva-jobber-aina-med_53104 video/iframe video/iframe/* video/includes video/infinite/kategori video/kaltura/ -video/like video/liste? video/live/grlt/ video/livestream @@ -153225,12 +152450,10 @@ video/pornstar_suggestion_list video/preview video/private video/privates -video/profile/one video/propose_pornstar video/rate video/recette-commentaire-ajout_ video/recherche.aspx -video/recom video/redirect.php video/related-videos/ video/right_rail @@ -153263,19 +152486,6 @@ video/video-au-hasard.aspx video/video-youtube-au-hasard.aspx video/video.embed video/video/ -video/video/addtochanel -video/video/config -video/video/delresponse -video/video/embed -video/video/fav -video/video/getdata -video/video/list/%D9%87%D9%85%D9%87 -video/video/listresponse -video/video/rate -video/video/report -video/video/search -video/video/stat -video/video/upload1 video/video_sitemap_*.xml video/videoficheplayerxml.aspx video/viewconfig$ @@ -153338,7 +152548,6 @@ videodetails videoembed videoembed/* videofy -videogallery.xml videojs/plugins videolibrary videoloop/*_3_ @@ -153418,9 +152627,8 @@ vietnamese/search/\?query=. view view view$ -view$http://dpi.nsw.gov.au/robots.txt -view$http://pimylifeup.com/robots.txt -view$http://uh.edu/robots.txt +view$http://dev.windows.com/robots.txt +view$http://parade.com/robots.txt view-3d-home view-as-webpage view-comments.php @@ -153533,9 +152741,11 @@ viewcart.cfm viewconfig$ viewcvs viewer -viewerhttp://peta.org/robots.txt +viewerhttp://teamusa.org/robots.txt viewfile.php viewfound.php +viewgit +viewingactivity viewlibrary/ viewlocale=zh_CN viewnationalmap/ @@ -153581,6 +152791,7 @@ viral_skin_rashes_guide_itchy_blisters_sores/article.htm viralplus/* virgin-media-and-universal-music-to-launch-worlds-first-unlimited-music-download-subscription-service virgin-red/rewards-credit-card +virginaustralia virginia/ virtual virtual-open-day @@ -153606,6 +152817,7 @@ visasignature/benefits.jsp visasignature/index.html viscontoday vised/ +visio visit visit-day visit/ @@ -153703,6 +152915,7 @@ vmware/about vn vn vn/ +vn/*/item$ vn/*?*lang=en-US vn/account vn/booking @@ -153712,8 +152925,11 @@ vn/city/campaign vn/city/flights-from- vn/city/ios vn/deals +vn/en/*/reviews/new +vn/en/*?avoidNextModelRedirect=true vn/en/cms/ vn/en/search +vn/en/size/* vn/en/work/products/tools/ups_selector vn/features/website-builder/templates*order= vn/features/website-builder/templates/*/* @@ -153737,10 +152953,13 @@ vn/small-medium-business vn/trip-companion vn/trips vn/user +vn/vi/*/reviews/new +vn/vi/*?avoidNextModelRedirect=true vn/vi/cms/ vn/vi/news/search vn/vi/news/sp/search vn/vi/search +vn/vi/size/* vn/wp-content vnblog* vnews-content.php @@ -153767,9 +152986,11 @@ vocabulario/escoge-tu-nivel vocabulary/choose-level vod vod-index/ +vodafone vodafone-and-universal-music-group-international-sign-strategic-partnership vodafone-foundation/focus-areas/dreamlab-app/Lesotho vodafoneadslafondo +vodafonedemobilelaunch voguevoices/thankyou voguevoices/thankyou2 voice-translate @@ -153824,7 +153045,6 @@ voyage2 voyager/api voyages/*?bvstate=pg: vp -vp-research-gradstudies vp/errjscript.aspx vp/fnf.aspx vp/gateway.aspx?S= @@ -153840,7 +153060,7 @@ vp_tel vpad/cityuecontact.htm vpad/groupcompanies.htm vplbl -vpn-config/http://hidglobal.com/robots.txt +vpn-config/http://opendefinition.org/robots.txt vpn/ vpnfan vpns-how-do-they-work-and-things-to-consider @@ -153922,7 +153142,7 @@ w/index.php? w/index.php?title=Special%3ALandingPage w/index.php?title=Special:LandingPage w/index.php?title=Special:NewPages&feed=rss&namespace=all -w/index.phphttp://donationcoder.com/robots.txt +w/index.phphttp://youku.com/robots.txt w/load.php w/load.php? w/property: @@ -153966,8 +153186,6 @@ wallet/explorer wallet/explorer/$ wallet/explorer/blocks/recent$ wallet/explorer/tx/recent$ -wallpaper -wallpapers wallpapers walls/freemium walls/premium @@ -154079,7 +153297,6 @@ watch/*?*search= watch/_/redirected watch/ad-test watch/library?* -watch/navigation-api watch/playlist watch/poll watch/practical-introduction-to-web-development @@ -154741,6 +153958,7 @@ web/packages/BRETIGEA/DESCRIPTION web/packages/BRINDA/DESCRIPTION web/packages/BRISC/DESCRIPTION web/packages/BRL/DESCRIPTION +web/packages/BRPL/DESCRIPTION web/packages/BRcal/DESCRIPTION web/packages/BSDA/DESCRIPTION web/packages/BSGW/DESCRIPTION @@ -155082,6 +154300,7 @@ web/packages/CEoptim/DESCRIPTION web/packages/CFAcoop/DESCRIPTION web/packages/CFC/DESCRIPTION web/packages/CFF/DESCRIPTION +web/packages/CFM/DESCRIPTION web/packages/CFO/DESCRIPTION web/packages/CFilt/DESCRIPTION web/packages/CFtime/DESCRIPTION @@ -158189,6 +157408,7 @@ web/packages/NasdaqDataLink/DESCRIPTION web/packages/NatParksPalettes/DESCRIPTION web/packages/NatureSounds/DESCRIPTION web/packages/NbClust/DESCRIPTION +web/packages/NeEDS4BigData/DESCRIPTION web/packages/Necklaces/DESCRIPTION web/packages/NegBinBetaBinreg/DESCRIPTION web/packages/NegativeControlOutcomeAdjustment/DESCRIPTION @@ -158337,6 +157557,7 @@ web/packages/OmicsQC/DESCRIPTION web/packages/Omisc/DESCRIPTION web/packages/OmnibusFisher/DESCRIPTION web/packages/OmopConstructor/DESCRIPTION +web/packages/OmopOnSpark/DESCRIPTION web/packages/OmopSketch/DESCRIPTION web/packages/OmopViewer/DESCRIPTION web/packages/OnAge/DESCRIPTION @@ -159725,7 +158946,6 @@ web/packages/RobExtremes/DESCRIPTION web/packages/RobGARCHBoot/DESCRIPTION web/packages/RobKF/DESCRIPTION web/packages/RobLox/DESCRIPTION -web/packages/RobLoxBioC/DESCRIPTION web/packages/RobMixReg/DESCRIPTION web/packages/RobPC/DESCRIPTION web/packages/RobPer/DESCRIPTION @@ -161451,6 +160671,7 @@ web/packages/alphahull/DESCRIPTION web/packages/alphashape3d/DESCRIPTION web/packages/alphastable/DESCRIPTION web/packages/alphavantager/DESCRIPTION +web/packages/alpmixBayes/DESCRIPTION web/packages/alqrfe/DESCRIPTION web/packages/alr4/DESCRIPTION web/packages/altR2/DESCRIPTION @@ -161948,6 +161169,7 @@ web/packages/bayesMig/DESCRIPTION web/packages/bayesPO/DESCRIPTION web/packages/bayesPop/DESCRIPTION web/packages/bayesQR/DESCRIPTION +web/packages/bayesQRsurvey/DESCRIPTION web/packages/bayesROE/DESCRIPTION web/packages/bayesRecon/DESCRIPTION web/packages/bayesSSM/DESCRIPTION @@ -162974,6 +162196,7 @@ web/packages/chunkR/DESCRIPTION web/packages/chunked/DESCRIPTION web/packages/chunkhooks/DESCRIPTION web/packages/chyper/DESCRIPTION +web/packages/ci/DESCRIPTION web/packages/ciCalibrate/DESCRIPTION web/packages/ciTools/DESCRIPTION web/packages/cia/DESCRIPTION @@ -164237,7 +163460,6 @@ web/packages/detrendr/DESCRIPTION web/packages/detzrcr/DESCRIPTION web/packages/devEMF/DESCRIPTION web/packages/devFunc/DESCRIPTION -web/packages/devRate/DESCRIPTION web/packages/devianLM/DESCRIPTION web/packages/devoid/DESCRIPTION web/packages/devtools/DESCRIPTION @@ -169157,6 +168379,7 @@ web/packages/mcmcensemble/DESCRIPTION web/packages/mcmcr/DESCRIPTION web/packages/mcmcsae/DESCRIPTION web/packages/mcmcse/DESCRIPTION +web/packages/mcmodule/DESCRIPTION web/packages/mcmsupply/DESCRIPTION web/packages/mco/DESCRIPTION web/packages/mcompanion/DESCRIPTION @@ -169978,7 +169201,6 @@ web/packages/multiApply/DESCRIPTION web/packages/multiAssetOptions/DESCRIPTION web/packages/multiCA/DESCRIPTION web/packages/multiColl/DESCRIPTION -web/packages/multiDEGGs/DESCRIPTION web/packages/multiDimBio/DESCRIPTION web/packages/multiDoE/DESCRIPTION web/packages/multiFANOVA/DESCRIPTION @@ -170692,6 +169914,7 @@ web/packages/ogrdbstats/DESCRIPTION web/packages/ohenery/DESCRIPTION web/packages/ohoegdm/DESCRIPTION web/packages/ohsome/DESCRIPTION +web/packages/ohun/DESCRIPTION web/packages/oii/DESCRIPTION web/packages/ojsr/DESCRIPTION web/packages/okcolors/DESCRIPTION @@ -170719,7 +169942,6 @@ web/packages/onbrand/DESCRIPTION web/packages/onc.api/DESCRIPTION web/packages/once/DESCRIPTION web/packages/oncmap/DESCRIPTION -web/packages/oncoPredict/DESCRIPTION web/packages/oncomsm/DESCRIPTION web/packages/oncrawlR/DESCRIPTION web/packages/oneclust/DESCRIPTION @@ -173882,6 +173104,7 @@ web/packages/scdhlm/DESCRIPTION web/packages/scdtb/DESCRIPTION web/packages/scellpam/DESCRIPTION web/packages/scenes/DESCRIPTION +web/packages/scf/DESCRIPTION web/packages/scgwr/DESCRIPTION web/packages/sched/DESCRIPTION web/packages/schematic/DESCRIPTION @@ -175992,6 +175215,7 @@ web/packages/timetools/DESCRIPTION web/packages/timevarcorr/DESCRIPTION web/packages/timevis/DESCRIPTION web/packages/timsac/DESCRIPTION +web/packages/tind/DESCRIPTION web/packages/tinkr/DESCRIPTION web/packages/tinsel/DESCRIPTION web/packages/tint/DESCRIPTION @@ -177295,7 +176519,7 @@ weba webalizer webans? webapi -webapi/http://arabianbusiness.com/robots.txt +webapi/http://plosone.org/robots.txt webapp webapp webapp/ @@ -177609,13 +176833,11 @@ webservice webservice/ webservices webservices/ -webservices/.test webservices/archive webservices/dev webservices/documentation -webservices/http://disneyland.disney.go.com/robots.txt +webservices/http://adp.com/robots.txt webservices/reports -webservices/resources/forms webservices/temp webservices_sw webservices_sw/content/cards @@ -177623,7 +176845,6 @@ webservices_sw/items webshop/nieuwproduct website website-api -website-redirect website-reviews/*/user-reviews/manage/add website-template/view/flash website-testing @@ -177661,7 +176882,6 @@ webstories/*?*initialWidth webstories/*?initialWidth websupport webteam -webtech webtemp webtest webtest1 @@ -177700,7 +176920,7 @@ wedding-registry/love wedding-registry/promotion wedding-site wedding-stories -wedding-vendors/http://zomato.com/robots.txt +wedding-vendors/http://3aw.com.au/robots.txt wedding-vendors/search wedding/*/virtual wedding/promotion @@ -178056,10 +177276,11 @@ why_are_my_nipples_itchy_possible_12_causes/article.htm why_beans_are_good_for_your_health/article.htm why_do_i_have_the_chills_other_than_fever/article.htm why_your_fingers_are_swollen_reasons/article.htm +whysecure whythisad wi -wiadomosci/Zwiedzaj-Gdansk-w-dzielnicowej-czapce-Kolekcja-nakryc-glowy-od-IKM,a,190002http://gdpr-info.eu/robots.txt -wicket:interface*http://springerlink.com/robots.txt +wiadomosci/Zwiedzaj-Gdansk-w-dzielnicowej-czapce-Kolekcja-nakryc-glowy-od-IKM,a,190002http://planefinder.net/robots.txt +wicket:interface*http://ipsos.com/robots.txt widget widget-docs widget-gallery.html @@ -179085,9 +178306,9 @@ wiki/Wikipedia_discusión:Supresores/Candidaturas wiki/Wikipedia_talk%3AAbuse_reports wiki/Wikipedia_talk%3AAbuse_response wiki/Wikipedia_talk%3AAdministrator -wiki/Wikipedia_talk%3AAdministrator_electionshttp://en.oxforddictionaries.com/robots.txt -wiki/Wikipedia_talk%3AAdministrator_electionshttp://en.wikiquote.org/robots.txt -wiki/Wikipedia_talk%3AAdministrator_electionshttp://wikis.ec.europa.eu/robots.txt +wiki/Wikipedia_talk%3AAdministrator_electionshttp://designedcurated.com/robots.txt +wiki/Wikipedia_talk%3AAdministrator_electionshttp://guardian.co.uk/robots.txt +wiki/Wikipedia_talk%3AAdministrator_electionshttp://support.google.com/robots.txt wiki/Wikipedia_talk%3AAdministrator_recall wiki/Wikipedia_talk%3AAdministrator_review wiki/Wikipedia_talk%3AAdministrators%27_noticeboard @@ -179401,7 +178622,7 @@ wip/* wip_index.php wipostad/ wire- -wire-cast/ +wire-cast/ wirecutter wirecutter/ wirecutter/*&xid= @@ -179448,6 +178669,7 @@ wishlist.php wishlist/ wishlist/* wishlist/get-button +wishlist/index wishlist/universal wishlist/vendor-button wishlist? @@ -179557,44 +178779,9 @@ work work work$ work-at-ucl/redeployment -work-from-home/3m -work-from-home/google -work-from-home/vmware/ -work-info -work-info.php work-with-us -work/*/book -work/*/commonknowledge -work/*/conversations -work/*/covers -work/*/descriptions -work/*/details -work/*/edit -work/*/editions -work/*/get -work/*/getlocal work/*/item/*/bookshops -work/*/members -work/*/popularity -work/*/quicklinks -work/*/recommendations -work/*/reviews -work/*/stats -work/*/summary -work/*/workdetails work/115016956 -work/11923187 -work/12275901 -work/14228188 -work/14228203 -work/14228209 -work/14228213 -work/14228218 -work/14228220 -work/14228224 -work/14228228 -work/14228229 -work/15929672 work/161916990 work/_ work/acceptinvitation @@ -179604,7 +178791,6 @@ work/addtocart work/adminsettings work/adminsignup work/approveitem -work/book work/cancelpreorder work/cart work/checkoutcallback @@ -179702,7 +178888,6 @@ workspace workspace-betting workspaceitems workspaces -world world-bank/ world-information-test.html world-map-image-test.html @@ -179723,11 +178908,9 @@ world/Oceania world/Oceania/Australia world/Oceania/New+Zealand world/South+America -world/admin world/es//vps/ world/es/homeOVH/ world/homeOVH/ -world/interesting/atl-interest/admin world/startup/forms/ world/the-times/*/news-story world/vps/ @@ -179781,12 +178964,11 @@ worldconquest worldmapped/ worlds-1-tv-show-partners-with-worlds-1-music-company-umg-enters-into-agreement-for-american-idol worldwide/brazil/areas-de-negocios/ipo -worldwide/en/search -worldwide/ko/search worldwide_sites/index.jsp worn/ worships/?*&date= worships/?date=*& +worships/__chants/ worships/calendar/ worst_best_seafood_dishes_for_health/article.htm worst_cities_spring_allergies_pictures_slideshow/article.htm @@ -179821,37 +179003,35 @@ wp-admin wp-admin wp-admin.php wp-admin/ -wp-admin/ wp-admin/$ wp-admin/* wp-admin/about.php wp-admin/admin-ajax.php wp-admin/admin-ajax.php -wp-admin/admin-ajax.phphttp://aces.edu/robots.txt -wp-admin/admin-ajax.phphttp://aclanthology.org/robots.txt -wp-admin/admin-ajax.phphttp://akismet.com/robots.txt -wp-admin/admin-ajax.phphttp://aljazeera.com/robots.txt -wp-admin/admin-ajax.phphttp://blogs.loc.gov/robots.txt -wp-admin/admin-ajax.phphttp://coolors.co/robots.txt -wp-admin/admin-ajax.phphttp://courthousenews.com/robots.txt -wp-admin/admin-ajax.phphttp://digitalmusicnews.com/robots.txt -wp-admin/admin-ajax.phphttp://iab.com/robots.txt -wp-admin/admin-ajax.phphttp://johnlewis.com/robots.txt -wp-admin/admin-ajax.phphttp://marktplaats.nl/robots.txt -wp-admin/admin-ajax.phphttp://mercadolibre.com/robots.txt -wp-admin/admin-ajax.phphttp://payments.google.com/robots.txt -wp-admin/admin-ajax.phphttp://ranker.com/robots.txt -wp-admin/admin-ajax.phphttp://royal.pingdom.com/robots.txt -wp-admin/admin-ajax.phphttp://sixt.com/robots.txt -wp-admin/admin-ajax.phphttp://skipthedishes.com/robots.txt -wp-admin/admin-ajax.phphttp://smore.com/robots.txt -wp-admin/admin-ajax.phphttp://smsapi.com/robots.txt -wp-admin/admin-ajax.phphttp://spglobal.com/robots.txt -wp-admin/admin-ajax.phphttp://stanford.edu/robots.txt -wp-admin/admin-ajax.phphttp://thetimes.co.uk/robots.txt -wp-admin/admin-ajax.phphttp://topics.nytimes.com/robots.txt -wp-admin/admin-ajax.phphttp://w3c.github.io/robots.txt -wp-admin/admin-ajax.phphttp://webgate.ec.europa.eu/robots.txt +wp-admin/admin-ajax.phphttp://adroll.com/robots.txt +wp-admin/admin-ajax.phphttp://aerisweather.com/robots.txt +wp-admin/admin-ajax.phphttp://americanindian.si.edu/robots.txt +wp-admin/admin-ajax.phphttp://bahairesearch.org/robots.txt +wp-admin/admin-ajax.phphttp://base-search.net/robots.txt +wp-admin/admin-ajax.phphttp://caniuse.com/robots.txt +wp-admin/admin-ajax.phphttp://collider.com/robots.txt +wp-admin/admin-ajax.phphttp://colorado.edu/robots.txt +wp-admin/admin-ajax.phphttp://cssminifier.com/robots.txt +wp-admin/admin-ajax.phphttp://d1wqtxts1xzle7.cloudfront.net/robots.txt +wp-admin/admin-ajax.phphttp://designshack.net/robots.txt +wp-admin/admin-ajax.phphttp://earthquake.usgs.gov/robots.txt +wp-admin/admin-ajax.phphttp://extension.iastate.edu/robots.txt +wp-admin/admin-ajax.phphttp://g2.com/robots.txt +wp-admin/admin-ajax.phphttp://grab.com/robots.txt +wp-admin/admin-ajax.phphttp://hunker.com/robots.txt +wp-admin/admin-ajax.phphttp://iowadnr.gov/robots.txt +wp-admin/admin-ajax.phphttp://meet.google.com/robots.txt +wp-admin/admin-ajax.phphttp://pinterest.de/robots.txt +wp-admin/admin-ajax.phphttp://policylink.org/robots.txt +wp-admin/admin-ajax.phphttp://tastingtable.com/robots.txt +wp-admin/admin-ajax.phphttp://twloha.com/robots.txt +wp-admin/admin-ajax.phphttp://wikileaks.org/robots.txt +wp-admin/admin-ajax.phphttp://yorkshirepost.co.uk/robots.txt wp-admin/admin-footer.php wp-admin/admin-functions.php wp-admin/admin-header.php @@ -179873,8 +179053,8 @@ wp-admin/edit-tags.php wp-admin/edit.php wp-admin/export.php wp-admin/freedoms.php -wp-admin/http://digital.gov/robots.txt -wp-admin/http://tailwindcss.com/robots.txt +wp-admin/http://morgenpost.de/robots.txt +wp-admin/http://technet.microsoft.com/robots.txt wp-admin/images wp-admin/images/* wp-admin/import.php @@ -179945,6 +179125,7 @@ wp-admin/widgets.php wp-adv wp-appbox wp-apps/imrs.php +wp-comments wp-comments-post.php wp-comments-post.php wp-comments-posts.php @@ -179982,11 +179163,10 @@ wp-content/gallery wp-content/litespeed/ wp-content/mu-plugins wp-content/mu-plugins/ -wp-content/mu-plugins/http://sites.tufts.edu/robots.txt -wp-content/mu-plugins/http://six-group.com/robots.txt -wp-content/mu-plugins/http://u.pcloud.link/robots.txt +wp-content/mu-plugins/http://basspro.com/robots.txt +wp-content/mu-plugins/http://hdr.undp.org/robots.txt +wp-content/mu-plugins/http://raiffeisen.ch/robots.txt wp-content/mu_plugins -wp-content/offshore-sail-forms/files/ wp-content/plugins wp-content/plugins wp-content/plugins/ @@ -180013,7 +179193,7 @@ wp-content/plugins/feature-story-builder/builder-frontend/assets/images/logo-w.p wp-content/plugins/feature-story-builder/builder-frontend/assets/images/w.png wp-content/plugins/genesys-reports/build/images/genesys-logo.svg wp-content/plugins/google-to-table/css/google-to-table.css -wp-content/plugins/http://ers.usda.gov/robots.txt +wp-content/plugins/http://fakeotube.com/robots.txt wp-content/plugins/kellystone-taboola/assets/js/taboola.js wp-content/plugins/liveblog wp-content/plugins/roost-for-bloggers/includes/chrome/ @@ -180105,13 +179285,13 @@ wp-content/uploads/*.png wp-content/uploads/*.svg wp-content/uploads/*/*.pdf wp-content/uploads/*/*/1650344292_1.png -wp-content/uploads/*http://wikihow.com/robots.txt +wp-content/uploads/*http://mestizoartsplatform.be/robots.txt wp-content/uploads/2009/ wp-content/uploads/2010/ wp-content/uploads/2011/ wp-content/uploads/2012/ wp-content/uploads/2013/ -wp-content/uploads/2013/05/Mother-and-Daughter-300x198.jpghttp://joann.com/robots.txt +wp-content/uploads/2013/05/Mother-and-Daughter-300x198.jpghttp://mailjet.com/robots.txt wp-content/uploads/2014/ wp-content/uploads/2015/ wp-content/uploads/2015/12/GS_20250923_John_Villasenor.pdf @@ -180137,7 +179317,6 @@ wp-content/uploads/2018/03/MPAA-Subpage-Research-Policy-Video-1440x580.mp4 wp-content/uploads/2018/03/MPAA-Subpage-Video-Ratings-1440x580.mp4 wp-content/uploads/2018/03/MPAA-Subpage-Video-What-We-Do-1440x580-1.mp4 wp-content/uploads/2018/03/MPAA-Subpage-Video-Who-We-Are-1440x580-1.mp4 -wp-content/uploads/2018/08/2018-strategic-plan-8-28-18.pdfhttp://ustr.gov/robots.txt wp-content/uploads/2019/ wp-content/uploads/2019/03/8da8-CommitteeofAdjustment-NorthYork-Agenda-March-7-2019.pdf wp-content/uploads/2020/ @@ -180160,7 +179339,7 @@ wp-content/uploads/2023/ wp-content/uploads/2023/01/Surfshark_Nologs-assurance.pdf wp-content/uploads/2023/03/YBM21.pdf wp-content/uploads/2023/06/ASPPIRe-Year-Two-Report.pdf -wp-content/uploads/2023/08/GIWAM-Volunteer-resources-page.pdfhttp://ama-assn.org/robots.txt +wp-content/uploads/2023/08/GIWAM-Volunteer-resources-page.pdfhttp://dollywood.com/robots.txt wp-content/uploads/2023/09/GS_07302025_Chinasa_Okolo_CV.pdf wp-content/uploads/2023/09/GS_09252023_Andrew-Wyckoff_CV.pdf wp-content/uploads/2023/09/Okolo-Chinasa-T.-Brookings-CV.pdf @@ -180190,9 +179369,9 @@ wp-content/uploads/bg_pbu/* wp-content/uploads/colorado/ wp-content/uploads/complianz wp-content/uploads/dlm_uploads -wp-content/uploads/http://blackberry.com/robots.txt -wp-content/uploads/http://newsinitiative.withgoogle.com/robots.txt -wp-content/uploads/http://omnicalculator.com/robots.txt +wp-content/uploads/http://chrishudson.co/robots.txt +wp-content/uploads/http://naukri.com/robots.txt +wp-content/uploads/http://untappd.com/robots.txt wp-content/uploads/import/* wp-content/uploads/import/documents/other/ead1e-overview.pdf wp-content/uploads/import/documents/other/gieais-covid.pdf @@ -180225,20 +179404,20 @@ wp-content/uploads/woocommerce_uploads/ wp-content/uploads/wp-content/ wp-content/uploads/wp-file-manager-pro/ wp-content/uploads/wp-import-export-lite -wp-content/uploads/wp-import-export-lite/http://amnh.org/robots.txt -wp-content/uploads/wp-import-export-lite/http://benjaminmoore.com/robots.txt -wp-content/uploads/wp-import-export-lite/http://edutopia.org/robots.txt -wp-content/uploads/wp-import-export-lite/http://futurism.com/robots.txt -wp-content/uploads/wp-import-export-lite/http://globalnews.ca/robots.txt -wp-content/uploads/wp-import-export-lite/http://lawfareblog.com/robots.txt -wp-content/uploads/wp-import-export-lite/http://mariadb.com/robots.txt -wp-content/uploads/wp-import-export-lite/http://mezzoblue.com/robots.txt -wp-content/uploads/wp-import-export-lite/http://mootools.net/robots.txt -wp-content/uploads/wp-import-export-lite/http://myetherwallet.com/robots.txt -wp-content/uploads/wp-import-export-lite/http://rantanps.blogspot.com/robots.txt -wp-content/uploads/wp-import-export-lite/http://royalsociety.org/robots.txt -wp-content/uploads/wp-import-export-lite/http://tortuga-shop.com/robots.txt -wp-content/uploads/wp-import-export-lite/http://us.napster.com/robots.txt +wp-content/uploads/wp-import-export-lite/http://about.ads.microsoft.com/robots.txt +wp-content/uploads/wp-import-export-lite/http://adsabs.harvard.edu/robots.txt +wp-content/uploads/wp-import-export-lite/http://bmj.com/robots.txt +wp-content/uploads/wp-import-export-lite/http://cancerres.aacrjournals.org/robots.txt +wp-content/uploads/wp-import-export-lite/http://cyklonovinky.cz/robots.txt +wp-content/uploads/wp-import-export-lite/http://dresden.de/robots.txt +wp-content/uploads/wp-import-export-lite/http://foodstandards.gov.au/robots.txt +wp-content/uploads/wp-import-export-lite/http://foundationcenter.org/robots.txt +wp-content/uploads/wp-import-export-lite/http://global.oup.com/robots.txt +wp-content/uploads/wp-import-export-lite/http://itl.nist.gov/robots.txt +wp-content/uploads/wp-import-export-lite/http://minimalistbaker.com/robots.txt +wp-content/uploads/wp-import-export-lite/http://raiders.com/robots.txt +wp-content/uploads/wp-import-export-lite/http://thrivethemes.com/robots.txt +wp-content/uploads/wp-import-export-lite/http://wiki.gnome.org/robots.txt wp-content/uploads/wp-staging wp-content/uploads/wpallexport/ wp-content/uploads/wpforms @@ -180247,7 +179426,7 @@ wp-content/uploads/wpo-plugins-tables-list.json wp-content/uploads/wpo-plugins-tables-list.json wp-content/uploads/wpo/wpo-plugins-tables-list.json wp-content/uploads/wpo/wpo-plugins-tables-list.json -wp-content/uploads/wpo/wpo-plugins-tables-list.jsonhttp://mapsengine.google.com/robots.txt +wp-content/uploads/wpo/wpo-plugins-tables-list.jsonhttp://hola.com/robots.txt wp-content/uploads/wpseo-redirects/ wp-core wp-core/wp-admin/admin-ajax.php @@ -180331,7 +179510,7 @@ wp-preview wp-query.html wp-register.php wp-register.php -wp-register.phphttp://grammarly.com/robots.txt +wp-register.phphttp://abajournal.com/robots.txt wp-signup.php wp-signup.php wp-sitemap-posts- @@ -180429,7 +179608,6 @@ wrap-xhr$ wrap/pmwiki wrap_up wrapper/ -wrestling wri_maps/region-map/json wrinkles_pictures_slideshow/article.htm wrists @@ -180518,10 +179696,6 @@ www-admin www-mail www-priv www-staging/ -www-v5/emergency/alert -www-v5/emergency/ssi -www-v6/emergency/ssi -www-v8/emergency/ssi www.dddd www.espana.rtve.es www.facebook.com @@ -180551,7 +179725,7 @@ wwwstat wwwstats wwww/ wwwww/ -wwwwww/http://hacks.mozilla.org/robots.txt +wwwwww/http://yammer.com/robots.txt wx wxbrief wynajem-samochodow/wyniki @@ -180569,6 +179743,7 @@ x? xArchive/Archive/Illegal-liquor-export-20010319 x_tr xas/api +xboxone xbp/search xbrandschutz/ xc @@ -180590,10 +179765,11 @@ xems xems/apis/opengraph_redirector xero xethikarbeitsgruppe/ -xethikarbeitsgruppe/http://wigle.net/robots.txt +xethikarbeitsgruppe/http://google.ae/robots.txt xf/help xfc xfilter=1 +xfinity xfx7 xgCxM9By/init.js xgenehmigungpruefung/ @@ -180657,21 +179833,21 @@ xref xres/add xrx-search xs +xs4all xsanR1 xsanR2 xsanR3 xsanR4 -xscs xsd xsendmail.ini xsl xsl xsl/ -xsl/http://infosecurity-magazine.com/robots.txt +xsl/http://prntscr.com/robots.txt xslt xslt/ -xslt/http://cryptokitties.co/robots.txt -xslt/http://wsj.com/robots.txt +xslt/http://neowin.net/robots.txt +xslt/http://quickenloans.com/robots.txt xss= xstatic/ xtbcallback.php @@ -181499,18 +180675,20 @@ your-library-invoices.asp* your-orders your-shop your-stories +yourAccount your_feet_are_always_cold_why/article.htm your_health_infections_that_arent_contagious/article.htm your_info.cfm your_prepregnancy_checklist_pregnancy/article.htm your_voice_pay your_voice_pay_author +youraccount youraccount/ yourarchives yourbaskets/add youre_making_air_fryer_mistakes/article.htm youreurope/businessACC -youreurope/businessDEV/http://europapress.es/robots.txt +youreurope/businessDEV/http://streamelements.com/robots.txt youreurope/citizensACC youreurope/citizensDEV yourfuture @@ -181733,7 +180911,7 @@ zh-CN/seamonkey/collections zh-CN/seamonkey/search zh-CN/thunderbird/collections zh-CN/thunderbird/search -zh-CNhttp://kino.com/robots.txt +zh-CNhttp://modaoperandi.com/robots.txt zh-CO zh-CR zh-CZ @@ -182378,7 +181556,7 @@ zh/hotels/s zh/hu%C3%B2b%C3%AC/bi%C4%81nj%C3%AD zh/includes/ zh/index.htm -zh/internalhttp://amazon.jp/robots.txt +zh/internalhttp://emsc-csem.org/robots.txt zh/j%C3%ADh%C3%A9-de-yu%C3%A1ns%C3%B9 zh/kr zh/l%C3%BAnku%C3%B2/y%C7%90-chu%C3%A0ngji%C3%A0n @@ -182536,6 +181714,7 @@ zht/onelook_american_dictionary_words.html zht/onelook_british_dictionary_words.html zht/spellcheck zhtr +ziggo zihoc95639/rss zika_virus_causes_symptoms_treatment_slideshow/article.htm zillowarticles @@ -182661,7 +181840,7 @@ zz-test zz/ zzGKS/ zzIVZ/ -zz_test/http://fitsmallbusiness.com/robots.txt +zz_test/http://lanl.gov/robots.txt zztest/ zzz zzz-archive @@ -182942,8 +182121,7 @@ zzz_systest 顯示禮品登記 001 1 -1*.jpg$http://ebay.ca/robots.txt -1+1+1+* +1*.jpg$http://traveltriangle.com/robots.txt 1- 1-1-p* 1-2-p* @@ -183271,7 +182449,6 @@ zzz_systest 100chats 100chats-project 100milemeal -101 102/ 130 130,PR24/?slogan @@ -183333,11 +182510,11 @@ zzz_systest 404/test 404error.aspx 404handler/ -404http://bettenmalsch.com/robots.txt -404http://dinotim.com/robots.txt -404http://doodle.com/robots.txt -404http://marinaplasticsurgery.com/robots.txt -404http://warnerbros.com/robots.txt +404http://bastianpfaff.com/robots.txt +404http://bitwarden.com/robots.txt +404http://ktfoodscatering.com/robots.txt +404http://sistersarah.net/robots.txt +404http://video.telegate-media.de/robots.txt 406 413gkwMT 419/es @@ -183354,7 +182531,7 @@ zzz_systest 473,Lato-z-Radiem-2021 473,Lato-z-Radiem-2021/9315,Moje-Archiwum 473/ -473/9315http://polyfill-fastly.io/robots.txt +473/9315http://wtop.com/robots.txt 474 474,Lato-z-Radiem-2021-Lokacje 479 @@ -183435,7 +182612,7 @@ zzz_systest 2007/07/fbi-spyware-how 2007/08/grddl/? 2007/11/Talks/search -2007/http://blog.youtube/robots.txt +2007/http://womansday.com/robots.txt 2007/intra 2008 2008/