[Github Action] Automated trickest wordlists update.

This commit is contained in:
github-actions[bot] 2024-07-16 10:03:54 +00:00
parent 748a726cef
commit 3751c3a6a3
14 changed files with 1166 additions and 1176 deletions

View file

@ -1,8 +1,8 @@
{
"Jwt secrets update": {
"last_update": 1721120614
"last_update": 1721124216
},
"Trickest wordlist update": {
"last_update": 1721037830
"last_update": 1721124225
}
}

View file

@ -3436,6 +3436,10 @@ api/src/middleware/sanitize-query.ts
src/middleware/sanitize-query.ts
middleware/sanitize-query.ts
sanitize-query.ts
api/src/middleware/error-handler.test.ts
src/middleware/error-handler.test.ts
middleware/error-handler.test.ts
error-handler.test.ts
api/src/middleware/rate-limiter-global.ts
src/middleware/rate-limiter-global.ts
middleware/rate-limiter-global.ts
@ -6740,6 +6744,11 @@ errors/src/errors/value-too-long.ts
src/errors/value-too-long.ts
errors/value-too-long.ts
value-too-long.ts
packages/errors/src/errors/internal.ts
errors/src/errors/internal.ts
src/errors/internal.ts
errors/internal.ts
internal.ts
packages/errors/src/errors/forbidden.ts
errors/src/errors/forbidden.ts
src/errors/forbidden.ts
@ -15734,6 +15743,10 @@ security.md
docker-compose.yml
.changeset/seven-clocks-sit.md
seven-clocks-sit.md
.changeset/flat-bottles-unite.md
flat-bottles-unite.md
.changeset/modern-lamps-sleep.md
modern-lamps-sleep.md
.changeset/nice-bears-matter.md
nice-bears-matter.md
.changeset/yellow-buses-itch.md

View file

@ -787,6 +787,7 @@ api/src/middleware/cache.ts
api/src/middleware/validate-batch.ts
api/src/middleware/authenticate.ts
api/src/middleware/sanitize-query.ts
api/src/middleware/error-handler.test.ts
api/src/middleware/rate-limiter-global.ts
api/src/flows.ts
api/src/mailer.ts
@ -1468,6 +1469,7 @@ packages/errors/src/errors/invalid-query.ts
packages/errors/src/errors/range-not-satisfiable.test.ts
packages/errors/src/errors/unexpected-response.ts
packages/errors/src/errors/value-too-long.ts
packages/errors/src/errors/internal.ts
packages/errors/src/errors/forbidden.ts
packages/errors/src/errors/out-of-date.ts
packages/errors/src/errors/record-not-unique.test.ts
@ -3211,6 +3213,8 @@ app/index.html
security.md
docker-compose.yml
.changeset/seven-clocks-sit.md
.changeset/flat-bottles-unite.md
.changeset/modern-lamps-sleep.md
.changeset/nice-bears-matter.md
.changeset/yellow-buses-itch.md
.changeset/chilled-pets-rush.md

View file

@ -7587,6 +7587,12 @@ bundles/CampaignBundle/Event/ConditionEvent.php
CampaignBundle/Event/ConditionEvent.php
Event/ConditionEvent.php
ConditionEvent.php
app/bundles/CampaignBundle/Twig/Extension/CampaignEventIconExtension.php
bundles/CampaignBundle/Twig/Extension/CampaignEventIconExtension.php
CampaignBundle/Twig/Extension/CampaignEventIconExtension.php
Twig/Extension/CampaignEventIconExtension.php
Extension/CampaignEventIconExtension.php
CampaignEventIconExtension.php
app/bundles/CampaignBundle/Membership/Exception/RunLimitReachedException.php
bundles/CampaignBundle/Membership/Exception/RunLimitReachedException.php
CampaignBundle/Membership/Exception/RunLimitReachedException.php
@ -7759,6 +7765,12 @@ CampaignBundle/Tests/EventListener/CampaignActionJumpToEventSubscriberTest.php
Tests/EventListener/CampaignActionJumpToEventSubscriberTest.php
EventListener/CampaignActionJumpToEventSubscriberTest.php
CampaignActionJumpToEventSubscriberTest.php
app/bundles/CampaignBundle/Tests/EventListener/CampaignIconTest.php
bundles/CampaignBundle/Tests/EventListener/CampaignIconTest.php
CampaignBundle/Tests/EventListener/CampaignIconTest.php
Tests/EventListener/CampaignIconTest.php
EventListener/CampaignIconTest.php
CampaignIconTest.php
app/bundles/CampaignBundle/Tests/Helper/InactiveHelperTest.php
bundles/CampaignBundle/Tests/Helper/InactiveHelperTest.php
CampaignBundle/Tests/Helper/InactiveHelperTest.php
@ -28338,6 +28350,15 @@ app/less/components/labels.less
less/components/labels.less
components/labels.less
labels.less
app/bundles/CoreBundle/Assets/css/app/less/components/tiles.less
bundles/CoreBundle/Assets/css/app/less/components/tiles.less
CoreBundle/Assets/css/app/less/components/tiles.less
Assets/css/app/less/components/tiles.less
css/app/less/components/tiles.less
app/less/components/tiles.less
less/components/tiles.less
components/tiles.less
tiles.less
app/bundles/CoreBundle/Assets/css/app/less/components/pagination.less
bundles/CoreBundle/Assets/css/app/less/components/pagination.less
CoreBundle/Assets/css/app/less/components/pagination.less

View file

@ -1524,6 +1524,7 @@ app/bundles/CampaignBundle/Event/DecisionResultsEvent.php
app/bundles/CampaignBundle/Event/CampaignLeadChangeEvent.php
app/bundles/CampaignBundle/Event/CampaignBuilderEvent.php
app/bundles/CampaignBundle/Event/ConditionEvent.php
app/bundles/CampaignBundle/Twig/Extension/CampaignEventIconExtension.php
app/bundles/CampaignBundle/Membership/Exception/RunLimitReachedException.php
app/bundles/CampaignBundle/Membership/Exception/ContactCannotBeAddedToCampaignException.php
app/bundles/CampaignBundle/Membership/Exception/ContactAlreadyRemovedFromCampaignException.php
@ -1555,6 +1556,7 @@ app/bundles/CampaignBundle/Tests/Membership/Action/AdderTest.php
app/bundles/CampaignBundle/Tests/EventListener/CampaignEventSubscriberTest.php
app/bundles/CampaignBundle/Tests/EventListener/CampaignSubscriberTest.php
app/bundles/CampaignBundle/Tests/EventListener/CampaignActionJumpToEventSubscriberTest.php
app/bundles/CampaignBundle/Tests/EventListener/CampaignIconTest.php
app/bundles/CampaignBundle/Tests/Helper/InactiveHelperTest.php
app/bundles/CampaignBundle/Tests/Helper/ChannelExtractorTest.php
app/bundles/CampaignBundle/Tests/Helper/CampaignEventHelperTest.php
@ -4867,6 +4869,7 @@ app/bundles/CoreBundle/Assets/css/app/less/components/list-group.less
app/bundles/CoreBundle/Assets/css/app/less/components/button-groups.less
app/bundles/CoreBundle/Assets/css/app/less/components/navs.less
app/bundles/CoreBundle/Assets/css/app/less/components/labels.less
app/bundles/CoreBundle/Assets/css/app/less/components/tiles.less
app/bundles/CoreBundle/Assets/css/app/less/components/pagination.less
app/bundles/CoreBundle/Assets/css/app/less/components/loading-bar.less
app/bundles/CoreBundle/Assets/css/app/less/components/box.less

View file

@ -1633,6 +1633,13 @@ js/components/form/product-search-input.ts
components/form/product-search-input.ts
form/product-search-input.ts
product-search-input.ts
admin-dev/themes/new-theme/js/components/form/carrier-ranges.ts
themes/new-theme/js/components/form/carrier-ranges.ts
new-theme/js/components/form/carrier-ranges.ts
js/components/form/carrier-ranges.ts
components/form/carrier-ranges.ts
form/carrier-ranges.ts
carrier-ranges.ts
admin-dev/themes/new-theme/js/components/form/text-with-recommended-length-counter.ts
themes/new-theme/js/components/form/text-with-recommended-length-counter.ts
new-theme/js/components/form/text-with-recommended-length-counter.ts
@ -3692,6 +3699,23 @@ js/pages/feature/index.ts
pages/feature/index.ts
feature/index.ts
index.ts
admin-dev/themes/new-theme/js/pages/carrier/form/components/CarrierRangesModal.vue
themes/new-theme/js/pages/carrier/form/components/CarrierRangesModal.vue
new-theme/js/pages/carrier/form/components/CarrierRangesModal.vue
js/pages/carrier/form/components/CarrierRangesModal.vue
pages/carrier/form/components/CarrierRangesModal.vue
carrier/form/components/CarrierRangesModal.vue
form/components/CarrierRangesModal.vue
components/CarrierRangesModal.vue
CarrierRangesModal.vue
admin-dev/themes/new-theme/js/pages/carrier/form/carrier-form-event-map.ts
themes/new-theme/js/pages/carrier/form/carrier-form-event-map.ts
new-theme/js/pages/carrier/form/carrier-form-event-map.ts
js/pages/carrier/form/carrier-form-event-map.ts
pages/carrier/form/carrier-form-event-map.ts
carrier/form/carrier-form-event-map.ts
form/carrier-form-event-map.ts
carrier-form-event-map.ts
admin-dev/themes/new-theme/js/pages/carrier/form/index.ts
themes/new-theme/js/pages/carrier/form/index.ts
new-theme/js/pages/carrier/form/index.ts
@ -37869,6 +37893,12 @@ Form/Admin/Type/ImagePreviewType.php
Admin/Type/ImagePreviewType.php
Type/ImagePreviewType.php
ImagePreviewType.php
src/PrestaShopBundle/Form/Admin/Type/CarrierRangesType.php
PrestaShopBundle/Form/Admin/Type/CarrierRangesType.php
Form/Admin/Type/CarrierRangesType.php
Admin/Type/CarrierRangesType.php
Type/CarrierRangesType.php
CarrierRangesType.php
src/PrestaShopBundle/Form/Admin/Type/RadioWithChoiceChildrenType.php
PrestaShopBundle/Form/Admin/Type/RadioWithChoiceChildrenType.php
Form/Admin/Type/RadioWithChoiceChildrenType.php

View file

@ -282,6 +282,7 @@ admin-dev/themes/new-theme/js/components/form/translatable-choice.ts
admin-dev/themes/new-theme/js/components/form/helpers.ts
admin-dev/themes/new-theme/js/components/form/submittable-delta-quantity-input.ts
admin-dev/themes/new-theme/js/components/form/product-search-input.ts
admin-dev/themes/new-theme/js/components/form/carrier-ranges.ts
admin-dev/themes/new-theme/js/components/form/text-with-recommended-length-counter.ts
admin-dev/themes/new-theme/js/components/form-submit-button.ts
admin-dev/themes/new-theme/js/components/shop-selector/shop-selector.ts
@ -548,6 +549,8 @@ admin-dev/themes/new-theme/js/pages/feature/form.ts
admin-dev/themes/new-theme/js/pages/feature/feature-value/form.ts
admin-dev/themes/new-theme/js/pages/feature/feature-value/index.ts
admin-dev/themes/new-theme/js/pages/feature/index.ts
admin-dev/themes/new-theme/js/pages/carrier/form/components/CarrierRangesModal.vue
admin-dev/themes/new-theme/js/pages/carrier/form/carrier-form-event-map.ts
admin-dev/themes/new-theme/js/pages/carrier/form/index.ts
admin-dev/themes/new-theme/js/pages/carrier/index.ts
admin-dev/themes/new-theme/js/pages/cms-page/form/index.ts
@ -6247,6 +6250,7 @@ src/PrestaShopBundle/Form/Admin/Type/FeatureFlagSwitchType.php
src/PrestaShopBundle/Form/Admin/Type/ColorPickerType.php
src/PrestaShopBundle/Form/Admin/Type/GeoCoordinatesType.php
src/PrestaShopBundle/Form/Admin/Type/ImagePreviewType.php
src/PrestaShopBundle/Form/Admin/Type/CarrierRangesType.php
src/PrestaShopBundle/Form/Admin/Type/RadioWithChoiceChildrenType.php
src/PrestaShopBundle/Form/Admin/Type/ShopChoiceTreeType.php
src/PrestaShopBundle/Form/Admin/Type/ChangePasswordType.php

View file

@ -3582,6 +3582,12 @@ _unreleased/2024-07-03-search-by-product-number.md
changelog/_unreleased/2024-07-05-increase-app-payment-timeout-to-20-s.md
_unreleased/2024-07-05-increase-app-payment-timeout-to-20-s.md
2024-07-05-increase-app-payment-timeout-to-20-s.md
changelog/_unreleased/2024-07-08-merge-search-preferences.md
_unreleased/2024-07-08-merge-search-preferences.md
2024-07-08-merge-search-preferences.md
changelog/_unreleased/2024-05-21-elasticsearch-with-special-chars.md
_unreleased/2024-05-21-elasticsearch-with-special-chars.md
2024-05-21-elasticsearch-with-special-chars.md
changelog/_unreleased/.keep
_unreleased/.keep
.keep
@ -3612,6 +3618,9 @@ _unreleased/2024-06-25-introduce-app-filesystem-abstraction.md
changelog/_unreleased/2024-04-25-implement-mt-banner-code-mod.md
_unreleased/2024-04-25-implement-mt-banner-code-mod.md
2024-04-25-implement-mt-banner-code-mod.md
changelog/_unreleased/2024-06-10-add-path-required-to-run-profiler-to-storefront-url-whitelist.md
_unreleased/2024-06-10-add-path-required-to-run-profiler-to-storefront-url-whitelist.md
2024-06-10-add-path-required-to-run-profiler-to-storefront-url-whitelist.md
changelog/_unreleased/2024-06-04-fix-cms-data-mapping-for-nested-translations.md
_unreleased/2024-06-04-fix-cms-data-mapping-for-nested-translations.md
2024-06-04-fix-cms-data-mapping-for-nested-translations.md
@ -23729,6 +23738,10 @@ unit/Elasticsearch/Admin/AdminSearcherTest.php
Elasticsearch/Admin/AdminSearcherTest.php
Admin/AdminSearcherTest.php
AdminSearcherTest.php
tests/unit/Elasticsearch/TokenQueryBuilderTest.php
unit/Elasticsearch/TokenQueryBuilderTest.php
Elasticsearch/TokenQueryBuilderTest.php
TokenQueryBuilderTest.php
tests/unit/Elasticsearch/Sort/CountSortTest.php
unit/Elasticsearch/Sort/CountSortTest.php
Elasticsearch/Sort/CountSortTest.php
@ -23948,11 +23961,6 @@ unit/Elasticsearch/Product/ElasticsearchProductExceptionTest.php
Elasticsearch/Product/ElasticsearchProductExceptionTest.php
Product/ElasticsearchProductExceptionTest.php
ElasticsearchProductExceptionTest.php
tests/unit/Elasticsearch/Product/ProductSearchBuilderTest.php
unit/Elasticsearch/Product/ProductSearchBuilderTest.php
Elasticsearch/Product/ProductSearchBuilderTest.php
Product/ProductSearchBuilderTest.php
ProductSearchBuilderTest.php
tests/unit/Elasticsearch/Product/SearchConfigLoaderTest.php
unit/Elasticsearch/Product/SearchConfigLoaderTest.php
Elasticsearch/Product/SearchConfigLoaderTest.php
@ -25385,6 +25393,13 @@ Framework/DataAbstractionLayer/Dbal/SchemaBuilderTest.php
DataAbstractionLayer/Dbal/SchemaBuilderTest.php
Dbal/SchemaBuilderTest.php
SchemaBuilderTest.php
tests/unit/Core/Framework/DataAbstractionLayer/Dbal/EntityDefinitionQueryHelperTest.php
unit/Core/Framework/DataAbstractionLayer/Dbal/EntityDefinitionQueryHelperTest.php
Core/Framework/DataAbstractionLayer/Dbal/EntityDefinitionQueryHelperTest.php
Framework/DataAbstractionLayer/Dbal/EntityDefinitionQueryHelperTest.php
DataAbstractionLayer/Dbal/EntityDefinitionQueryHelperTest.php
Dbal/EntityDefinitionQueryHelperTest.php
EntityDefinitionQueryHelperTest.php
tests/unit/Core/Framework/DataAbstractionLayer/Dbal/SqlHelperTest.php
unit/Core/Framework/DataAbstractionLayer/Dbal/SqlHelperTest.php
Core/Framework/DataAbstractionLayer/Dbal/SqlHelperTest.php
@ -25751,6 +25766,14 @@ Framework/DataAbstractionLayer/Search/RequestCriteriaBuilderTest.php
DataAbstractionLayer/Search/RequestCriteriaBuilderTest.php
Search/RequestCriteriaBuilderTest.php
RequestCriteriaBuilderTest.php
tests/unit/Core/Framework/DataAbstractionLayer/Search/Term/TokenizerTest.php
unit/Core/Framework/DataAbstractionLayer/Search/Term/TokenizerTest.php
Core/Framework/DataAbstractionLayer/Search/Term/TokenizerTest.php
Framework/DataAbstractionLayer/Search/Term/TokenizerTest.php
DataAbstractionLayer/Search/Term/TokenizerTest.php
Search/Term/TokenizerTest.php
Term/TokenizerTest.php
TokenizerTest.php
tests/unit/Core/Framework/DataAbstractionLayer/Cache/EntityCacheKeyGeneratorTest.php
unit/Core/Framework/DataAbstractionLayer/Cache/EntityCacheKeyGeneratorTest.php
Core/Framework/DataAbstractionLayer/Cache/EntityCacheKeyGeneratorTest.php
@ -51186,6 +51209,9 @@ ElasticsearchException.php
src/Elasticsearch/Elasticsearch.php
Elasticsearch/Elasticsearch.php
Elasticsearch.php
src/Elasticsearch/TokenQueryBuilder.php
Elasticsearch/TokenQueryBuilder.php
TokenQueryBuilder.php
src/Elasticsearch/Test/AdminElasticsearchTestBehaviour.php
Elasticsearch/Test/AdminElasticsearchTestBehaviour.php
Test/AdminElasticsearchTestBehaviour.php
@ -108243,14 +108269,6 @@ DataAbstractionLayer/Search/Term/EntityScoreBuilderTest.php
Search/Term/EntityScoreBuilderTest.php
Term/EntityScoreBuilderTest.php
EntityScoreBuilderTest.php
src/Core/Framework/Test/DataAbstractionLayer/Search/Term/TokenizerTest.php
Core/Framework/Test/DataAbstractionLayer/Search/Term/TokenizerTest.php
Framework/Test/DataAbstractionLayer/Search/Term/TokenizerTest.php
Test/DataAbstractionLayer/Search/Term/TokenizerTest.php
DataAbstractionLayer/Search/Term/TokenizerTest.php
Search/Term/TokenizerTest.php
Term/TokenizerTest.php
TokenizerTest.php
src/Core/Framework/Test/DataAbstractionLayer/EntityDefinitionHasSinceTest.php
Core/Framework/Test/DataAbstractionLayer/EntityDefinitionHasSinceTest.php
Framework/Test/DataAbstractionLayer/EntityDefinitionHasSinceTest.php

View file

@ -1234,6 +1234,8 @@ changelog/_unreleased/2024-07-08-limit-search-term-length-for-mysql-search.md
changelog/_unreleased/2024-07-03-add-twig-blocks-to-order-general-info.md
changelog/_unreleased/2024-07-03-search-by-product-number.md
changelog/_unreleased/2024-07-05-increase-app-payment-timeout-to-20-s.md
changelog/_unreleased/2024-07-08-merge-search-preferences.md
changelog/_unreleased/2024-05-21-elasticsearch-with-special-chars.md
changelog/_unreleased/.keep
changelog/_unreleased/2024-06-03-fixed-the-headline-for-seo-in-product-detail-page.md
changelog/_unreleased/2024-05-22-navbar-for-main-navigation.md
@ -1244,6 +1246,7 @@ changelog/_unreleased/2024-07-08-fix-automatically-applied-promotions-does-not-w
changelog/_unreleased/2024-07-04-update-github-playwright-test-image.md
changelog/_unreleased/2024-06-25-introduce-app-filesystem-abstraction.md
changelog/_unreleased/2024-04-25-implement-mt-banner-code-mod.md
changelog/_unreleased/2024-06-10-add-path-required-to-run-profiler-to-storefront-url-whitelist.md
changelog/_unreleased/2024-06-04-fix-cms-data-mapping-for-nested-translations.md
changelog/_unreleased/2024-07-02-fix-rule-condition-price-listprice-percentage-ratio-to-actually-use-ratios.md
changelog/_unreleased/2024-07-03-improve-wishlist-user-experience.md
@ -5970,6 +5973,7 @@ tests/unit/Elasticsearch/Admin/Indexer/ProductAdminSearchIndexerTest.php
tests/unit/Elasticsearch/Admin/Indexer/ProductStreamAdminSearchIndexerTest.php
tests/unit/Elasticsearch/Admin/Indexer/NewsletterRecipientAdminSearchIndexerTest.php
tests/unit/Elasticsearch/Admin/AdminSearcherTest.php
tests/unit/Elasticsearch/TokenQueryBuilderTest.php
tests/unit/Elasticsearch/Sort/CountSortTest.php
tests/unit/Elasticsearch/DependencyInjection/ElasticsearchMigrationCompilerPassTest.php
tests/unit/Elasticsearch/DependencyInjection/ConfigurationTest.php
@ -6009,7 +6013,6 @@ tests/unit/Elasticsearch/Product/CustomFieldUpdaterTest.php
tests/unit/Elasticsearch/Product/LanguageSubscriberTest.php
tests/unit/Elasticsearch/Product/ProductUpdaterTest.php
tests/unit/Elasticsearch/Product/ElasticsearchProductExceptionTest.php
tests/unit/Elasticsearch/Product/ProductSearchBuilderTest.php
tests/unit/Elasticsearch/Product/SearchConfigLoaderTest.php
tests/unit/Elasticsearch/Product/SearchKeywordReplacementTest.php
tests/unit/Elasticsearch/Product/SearchFieldConfigTest.php
@ -6212,6 +6215,7 @@ tests/unit/Core/Framework/DataAbstractionLayer/DataAbstractionLayerExceptionTest
tests/unit/Core/Framework/DataAbstractionLayer/MigrationQueryGeneratorTest.php
tests/unit/Core/Framework/DataAbstractionLayer/Exception/EntityRepositoryNotFoundExceptionTest.php
tests/unit/Core/Framework/DataAbstractionLayer/Dbal/SchemaBuilderTest.php
tests/unit/Core/Framework/DataAbstractionLayer/Dbal/EntityDefinitionQueryHelperTest.php
tests/unit/Core/Framework/DataAbstractionLayer/Dbal/SqlHelperTest.php
tests/unit/Core/Framework/DataAbstractionLayer/Dbal/EntityHydratorTest.php
tests/unit/Core/Framework/DataAbstractionLayer/Dbal/JoinGroupBuilderTest.php
@ -6259,6 +6263,7 @@ tests/unit/Core/Framework/DataAbstractionLayer/Search/ApiCriteriaValidatorTest.p
tests/unit/Core/Framework/DataAbstractionLayer/Search/CriteriaTest.php
tests/unit/Core/Framework/DataAbstractionLayer/Search/Query/ScoreQueryTest.php
tests/unit/Core/Framework/DataAbstractionLayer/Search/RequestCriteriaBuilderTest.php
tests/unit/Core/Framework/DataAbstractionLayer/Search/Term/TokenizerTest.php
tests/unit/Core/Framework/DataAbstractionLayer/Cache/EntityCacheKeyGeneratorTest.php
tests/unit/Core/Framework/DataAbstractionLayer/EntityCollectionTest.php
tests/unit/Core/Framework/DataAbstractionLayer/FieldSerializer/PriceDefinitionFieldSerializerTest.php
@ -9597,6 +9602,7 @@ src/Elasticsearch/Framework/AbstractElasticsearchDefinition.php
src/Elasticsearch/Framework/ElasticsearchStagingHandler.php
src/Elasticsearch/ElasticsearchException.php
src/Elasticsearch/Elasticsearch.php
src/Elasticsearch/TokenQueryBuilder.php
src/Elasticsearch/Test/AdminElasticsearchTestBehaviour.php
src/Elasticsearch/Test/ElasticsearchTestTestBehaviour.php
src/Elasticsearch/Product/ProductSearchBuilder.php
@ -15492,7 +15498,6 @@ src/Core/Framework/Test/DataAbstractionLayer/Search/Definition/GroupByTestDefini
src/Core/Framework/Test/DataAbstractionLayer/Search/Definition/FkFieldPrimaryTestDefinition.php
src/Core/Framework/Test/DataAbstractionLayer/Search/Term/Filter/TokenFilterTest.php
src/Core/Framework/Test/DataAbstractionLayer/Search/Term/EntityScoreBuilderTest.php
src/Core/Framework/Test/DataAbstractionLayer/Search/Term/TokenizerTest.php
src/Core/Framework/Test/DataAbstractionLayer/EntityDefinitionHasSinceTest.php
src/Core/Framework/Test/DataAbstractionLayer/EntityExtensionTest.php
src/Core/Framework/Test/DataAbstractionLayer/FieldSerializer/StateMachineSateFieldSerializerTest.php

View file

@ -23548,13 +23548,6 @@ assembler-hub/sidebar/global-styles/color-panel.jsx
sidebar/global-styles/color-panel.jsx
global-styles/color-panel.jsx
color-panel.jsx
plugins/woocommerce-admin/client/customize-store/assembler-hub/sidebar/sidebar-navigation-screen-homepage-ptk.tsx
woocommerce-admin/client/customize-store/assembler-hub/sidebar/sidebar-navigation-screen-homepage-ptk.tsx
client/customize-store/assembler-hub/sidebar/sidebar-navigation-screen-homepage-ptk.tsx
customize-store/assembler-hub/sidebar/sidebar-navigation-screen-homepage-ptk.tsx
assembler-hub/sidebar/sidebar-navigation-screen-homepage-ptk.tsx
sidebar/sidebar-navigation-screen-homepage-ptk.tsx
sidebar-navigation-screen-homepage-ptk.tsx
plugins/woocommerce-admin/client/customize-store/assembler-hub/sidebar/index.tsx
woocommerce-admin/client/customize-store/assembler-hub/sidebar/index.tsx
client/customize-store/assembler-hub/sidebar/index.tsx
@ -23598,6 +23591,13 @@ customize-store/assembler-hub/sidebar/sidebar-navigation-screen-logo.tsx
assembler-hub/sidebar/sidebar-navigation-screen-logo.tsx
sidebar/sidebar-navigation-screen-logo.tsx
sidebar-navigation-screen-logo.tsx
plugins/woocommerce-admin/client/customize-store/assembler-hub/sidebar/sidebar-navigation-screen-homepage.tsx
woocommerce-admin/client/customize-store/assembler-hub/sidebar/sidebar-navigation-screen-homepage.tsx
client/customize-store/assembler-hub/sidebar/sidebar-navigation-screen-homepage.tsx
customize-store/assembler-hub/sidebar/sidebar-navigation-screen-homepage.tsx
assembler-hub/sidebar/sidebar-navigation-screen-homepage.tsx
sidebar/sidebar-navigation-screen-homepage.tsx
sidebar-navigation-screen-homepage.tsx
plugins/woocommerce-admin/client/customize-store/assembler-hub/sidebar/sidebar-navigation-screen-homepage-ptk/style.scss
woocommerce-admin/client/customize-store/assembler-hub/sidebar/sidebar-navigation-screen-homepage-ptk/style.scss
client/customize-store/assembler-hub/sidebar/sidebar-navigation-screen-homepage-ptk/style.scss
@ -23606,14 +23606,14 @@ assembler-hub/sidebar/sidebar-navigation-screen-homepage-ptk/style.scss
sidebar/sidebar-navigation-screen-homepage-ptk/style.scss
sidebar-navigation-screen-homepage-ptk/style.scss
style.scss
plugins/woocommerce-admin/client/customize-store/assembler-hub/sidebar/sidebar-navigation-screen-homepage-ptk/sidebar-navigation-screen-homepage.tsx
woocommerce-admin/client/customize-store/assembler-hub/sidebar/sidebar-navigation-screen-homepage-ptk/sidebar-navigation-screen-homepage.tsx
client/customize-store/assembler-hub/sidebar/sidebar-navigation-screen-homepage-ptk/sidebar-navigation-screen-homepage.tsx
customize-store/assembler-hub/sidebar/sidebar-navigation-screen-homepage-ptk/sidebar-navigation-screen-homepage.tsx
assembler-hub/sidebar/sidebar-navigation-screen-homepage-ptk/sidebar-navigation-screen-homepage.tsx
sidebar/sidebar-navigation-screen-homepage-ptk/sidebar-navigation-screen-homepage.tsx
sidebar-navigation-screen-homepage-ptk/sidebar-navigation-screen-homepage.tsx
sidebar-navigation-screen-homepage.tsx
plugins/woocommerce-admin/client/customize-store/assembler-hub/sidebar/sidebar-navigation-screen-homepage-ptk/sidebar-navigation-screen-homepage-ptk.tsx
woocommerce-admin/client/customize-store/assembler-hub/sidebar/sidebar-navigation-screen-homepage-ptk/sidebar-navigation-screen-homepage-ptk.tsx
client/customize-store/assembler-hub/sidebar/sidebar-navigation-screen-homepage-ptk/sidebar-navigation-screen-homepage-ptk.tsx
customize-store/assembler-hub/sidebar/sidebar-navigation-screen-homepage-ptk/sidebar-navigation-screen-homepage-ptk.tsx
assembler-hub/sidebar/sidebar-navigation-screen-homepage-ptk/sidebar-navigation-screen-homepage-ptk.tsx
sidebar/sidebar-navigation-screen-homepage-ptk/sidebar-navigation-screen-homepage-ptk.tsx
sidebar-navigation-screen-homepage-ptk/sidebar-navigation-screen-homepage-ptk.tsx
sidebar-navigation-screen-homepage-ptk.tsx
plugins/woocommerce-admin/client/customize-store/assembler-hub/sidebar/pattern-screen/style.scss
woocommerce-admin/client/customize-store/assembler-hub/sidebar/pattern-screen/style.scss
client/customize-store/assembler-hub/sidebar/pattern-screen/style.scss
@ -30824,6 +30824,10 @@ plugins/woocommerce/changelog/49133-49110-fix-account-icon-headers
woocommerce/changelog/49133-49110-fix-account-icon-headers
changelog/49133-49110-fix-account-icon-headers
49133-49110-fix-account-icon-headers
plugins/woocommerce/changelog/fix-variation-reports
woocommerce/changelog/fix-variation-reports
changelog/fix-variation-reports
fix-variation-reports
plugins/woocommerce/changelog/drop-select2
woocommerce/changelog/drop-select2
changelog/drop-select2
@ -30840,6 +30844,10 @@ plugins/woocommerce/changelog/fix-view-store-button
woocommerce/changelog/fix-view-store-button
changelog/fix-view-store-button
fix-view-store-button
plugins/woocommerce/changelog/49541-fix-cys-filename-sidebar
woocommerce/changelog/49541-fix-cys-filename-sidebar
changelog/49541-fix-cys-filename-sidebar
49541-fix-cys-filename-sidebar
plugins/woocommerce/changelog/47422-45145-woocommerce_new_order-triggers-on-checkout-visiting
woocommerce/changelog/47422-45145-woocommerce_new_order-triggers-on-checkout-visiting
changelog/47422-45145-woocommerce_new_order-triggers-on-checkout-visiting
@ -31128,10 +31136,22 @@ plugins/woocommerce/changelog/48795-fix-47645-dont-show-the-badge-when-the-inner
woocommerce/changelog/48795-fix-47645-dont-show-the-badge-when-the-inner-blocks-are-selected
changelog/48795-fix-47645-dont-show-the-badge-when-the-inner-blocks-are-selected
48795-fix-47645-dont-show-the-badge-when-the-inner-blocks-are-selected
plugins/woocommerce/changelog/update-create-account-password-48723
woocommerce/changelog/update-create-account-password-48723
changelog/update-create-account-password-48723
update-create-account-password-48723
plugins/woocommerce/changelog/dev-ci-core-e2e-tests-tweaks
woocommerce/changelog/dev-ci-core-e2e-tests-tweaks
changelog/dev-ci-core-e2e-tests-tweaks
dev-ci-core-e2e-tests-tweaks
plugins/woocommerce/changelog/fix-exclude-coming-soon-patterns-from-block-inserter
woocommerce/changelog/fix-exclude-coming-soon-patterns-from-block-inserter
changelog/fix-exclude-coming-soon-patterns-from-block-inserter
fix-exclude-coming-soon-patterns-from-block-inserter
plugins/woocommerce/changelog/49401-fix-customer-account-svg-icon
woocommerce/changelog/49401-fix-customer-account-svg-icon
changelog/49401-fix-customer-account-svg-icon
49401-fix-customer-account-svg-icon
plugins/woocommerce/changelog/e2e-fix-merchant-settings-general
woocommerce/changelog/e2e-fix-merchant-settings-general
changelog/e2e-fix-merchant-settings-general
@ -31180,6 +31200,10 @@ plugins/woocommerce/changelog/49037-update-e2e-wp-version
woocommerce/changelog/49037-update-e2e-wp-version
changelog/49037-update-e2e-wp-version
49037-update-e2e-wp-version
plugins/woocommerce/changelog/fix-overflow_for_huge_price_values
woocommerce/changelog/fix-overflow_for_huge_price_values
changelog/fix-overflow_for_huge_price_values
fix-overflow_for_huge_price_values
plugins/woocommerce/changelog/fix-script-loading-minicart
woocommerce/changelog/fix-script-loading-minicart
changelog/fix-script-loading-minicart
@ -31312,6 +31336,10 @@ plugins/woocommerce/changelog/update-ssr-update-api-item
woocommerce/changelog/update-ssr-update-api-item
changelog/update-ssr-update-api-item
update-ssr-update-api-item
plugins/woocommerce/changelog/fix-33159-variation-name-in-analytics-variations-report
woocommerce/changelog/fix-33159-variation-name-in-analytics-variations-report
changelog/fix-33159-variation-name-in-analytics-variations-report
fix-33159-variation-name-in-analytics-variations-report
plugins/woocommerce/changelog/48941-fix-cys-remove-animation
woocommerce/changelog/48941-fix-cys-remove-animation
changelog/48941-fix-cys-remove-animation
@ -31396,6 +31424,10 @@ plugins/woocommerce/changelog/49319-dev-blocks-cleanup
woocommerce/changelog/49319-dev-blocks-cleanup
changelog/49319-dev-blocks-cleanup
49319-dev-blocks-cleanup
plugins/woocommerce/changelog/fix-specs-evaluation-logging
woocommerce/changelog/fix-specs-evaluation-logging
changelog/fix-specs-evaluation-logging
fix-specs-evaluation-logging
plugins/woocommerce/changelog/e2e-fix-improve-retry-on-coupons
woocommerce/changelog/e2e-fix-improve-retry-on-coupons
changelog/e2e-fix-improve-retry-on-coupons

View file

@ -3250,15 +3250,15 @@ plugins/woocommerce-admin/client/customize-store/assembler-hub/sidebar/global-st
plugins/woocommerce-admin/client/customize-store/assembler-hub/sidebar/global-styles/font-pairing-variations/font-families-loader.tsx
plugins/woocommerce-admin/client/customize-store/assembler-hub/sidebar/global-styles/font-pairing-variations/constants.ts
plugins/woocommerce-admin/client/customize-store/assembler-hub/sidebar/global-styles/color-panel.jsx
plugins/woocommerce-admin/client/customize-store/assembler-hub/sidebar/sidebar-navigation-screen-homepage-ptk.tsx
plugins/woocommerce-admin/client/customize-store/assembler-hub/sidebar/index.tsx
plugins/woocommerce-admin/client/customize-store/assembler-hub/sidebar/save-hub.tsx
plugins/woocommerce-admin/client/customize-store/assembler-hub/sidebar/sidebar-navigation-screen-color-palette.tsx
plugins/woocommerce-admin/client/customize-store/assembler-hub/sidebar/sidebar-navigation-screen.tsx
plugins/woocommerce-admin/client/customize-store/assembler-hub/sidebar/test/utils.test.ts
plugins/woocommerce-admin/client/customize-store/assembler-hub/sidebar/sidebar-navigation-screen-logo.tsx
plugins/woocommerce-admin/client/customize-store/assembler-hub/sidebar/sidebar-navigation-screen-homepage.tsx
plugins/woocommerce-admin/client/customize-store/assembler-hub/sidebar/sidebar-navigation-screen-homepage-ptk/style.scss
plugins/woocommerce-admin/client/customize-store/assembler-hub/sidebar/sidebar-navigation-screen-homepage-ptk/sidebar-navigation-screen-homepage.tsx
plugins/woocommerce-admin/client/customize-store/assembler-hub/sidebar/sidebar-navigation-screen-homepage-ptk/sidebar-navigation-screen-homepage-ptk.tsx
plugins/woocommerce-admin/client/customize-store/assembler-hub/sidebar/pattern-screen/style.scss
plugins/woocommerce-admin/client/customize-store/assembler-hub/sidebar/pattern-screen/categories.ts
plugins/woocommerce-admin/client/customize-store/assembler-hub/sidebar/pattern-screen/sidebar-pattern-screen.tsx
@ -4368,10 +4368,12 @@ plugins/woocommerce/changelog/49244-fix-37940-remove-simple-products-from-variat
plugins/woocommerce/changelog/48487-update-store-alert-styles
plugins/woocommerce/changelog/48128-update-wc-tasks-wccom-connection
plugins/woocommerce/changelog/49133-49110-fix-account-icon-headers
plugins/woocommerce/changelog/fix-variation-reports
plugins/woocommerce/changelog/drop-select2
plugins/woocommerce/changelog/48762-update-disable-toggle-by-default-and-secondary-enhancements
plugins/woocommerce/changelog/add-44144-front-end-context
plugins/woocommerce/changelog/fix-view-store-button
plugins/woocommerce/changelog/49541-fix-cys-filename-sidebar
plugins/woocommerce/changelog/47422-45145-woocommerce_new_order-triggers-on-checkout-visiting
plugins/woocommerce/changelog/48714-48713-cys-button-to-resize-the-image-is-visible
plugins/woocommerce/changelog/48839-add-cys-default-pattern
@ -4444,7 +4446,10 @@ plugins/woocommerce/changelog/48010-dev-cart-checkout-bundle
plugins/woocommerce/changelog/enhance-46536-product-collection-insertion
plugins/woocommerce/changelog/fix-l10n-too-early
plugins/woocommerce/changelog/48795-fix-47645-dont-show-the-badge-when-the-inner-blocks-are-selected
plugins/woocommerce/changelog/update-create-account-password-48723
plugins/woocommerce/changelog/dev-ci-core-e2e-tests-tweaks
plugins/woocommerce/changelog/fix-exclude-coming-soon-patterns-from-block-inserter
plugins/woocommerce/changelog/49401-fix-customer-account-svg-icon
plugins/woocommerce/changelog/e2e-fix-merchant-settings-general
plugins/woocommerce/changelog/update-action-sch-3.8.1
plugins/woocommerce/changelog/tweak-export-csv-data
@ -4457,6 +4462,7 @@ plugins/woocommerce/changelog/e2e-add-allure-to-blocks-e2e
plugins/woocommerce/changelog/49005-fix-open-intro-section
plugins/woocommerce/changelog/fix-48431-blurry-thumbnail-images
plugins/woocommerce/changelog/49037-update-e2e-wp-version
plugins/woocommerce/changelog/fix-overflow_for_huge_price_values
plugins/woocommerce/changelog/fix-script-loading-minicart
plugins/woocommerce/changelog/48638-feat-48637-implement-dynamic-block-icon-and-title
plugins/woocommerce/changelog/fix-payments-apms-tasks-logic-and-links
@ -4490,6 +4496,7 @@ plugins/woocommerce/changelog/49041-48680-cys-block-list-patterns-woo-patterns-p
plugins/woocommerce/changelog/update-apms-bnpls-related-to-woopayments
plugins/woocommerce/changelog/48867-product-collection-sync-with-current-query-should-only-only-in-archive-context-and-not-other-places
plugins/woocommerce/changelog/update-ssr-update-api-item
plugins/woocommerce/changelog/fix-33159-variation-name-in-analytics-variations-report
plugins/woocommerce/changelog/48941-fix-cys-remove-animation
plugins/woocommerce/changelog/udpate-e2e-test-improve-add-variation-test
plugins/woocommerce/changelog/dev-monorepo-caching-deps-per-target-package
@ -4511,6 +4518,7 @@ plugins/woocommerce/changelog/fix-blockified-templates-readme-link-to-docs
plugins/woocommerce/changelog/49314-update-cys-fiverr-logo-cta-link-attributes
plugins/woocommerce/changelog/49007-48603-fetch-dotcom-patterns
plugins/woocommerce/changelog/49319-dev-blocks-cleanup
plugins/woocommerce/changelog/fix-specs-evaluation-logging
plugins/woocommerce/changelog/e2e-fix-improve-retry-on-coupons
plugins/woocommerce/changelog/fix-35162
plugins/woocommerce/changelog/dev-speedup-deps-installation

View file

@ -26,10 +26,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
.well-known
.well-known/assetlinks.json
.xml
/*/*/_tools
/*/*/more_ideas
/*/_tools
/*/activity
/*/branches
/*/commits
/*/compare
@ -37,11 +33,8 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/*/edit$
/*/forks
/*/graphs
/*/group
/*/invite
/*/issues/new
/*/issues/search
/*/more_ideas
/*/network
/*/projects
/*/pulse
@ -51,21 +44,10 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/*/watchers
/*source=
/.git
/?z=1
/MANUALS/*.pdf$
/Search/
/_
/_/rsrc
/_activities
/_activity
/_community
/_created
/_followers
/_following
/_quick_saves
/_saved
/_shop
/_shopping_list
/album/*/*?i=
/api
/apis
@ -77,8 +59,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/comments
/commits/*?author
/commits/*?path
/communities
/discovered
/docs/product
/download
/download/Browse.aspx?
@ -103,7 +83,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/layout/
/leads/*/jsplayer_show_lead_form.html
/leads/*/show_form.html
/likes
/listing/*/favoriters
/lookup?
/mediaapi/
@ -111,20 +90,15 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/music/*/Search/
/music/*/search/
/newsearch/
/organize
/people/*/circle
/people/*/favorites
/pinned_flashes
/pins
/podcast/*/*?i=
/print$
/profile-about
/raw
/revisions
/rg*/mediaviewer/rm*/tr
/rss
/scheduled-pin
/scheduled-pins
/search
/search/
/search/*?q=
@ -140,15 +114,11 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/store/d/groove-music-pass/cfq7ttc0k5dq/0001
/store/locations/store-locations-sitemap.xml
/store/music/groove-music-pass/*
/story_pins
/tagged
/tarball
/tree
/tried
/tv-season/*/*?i=
/unsubscribe/
/video-
/video_pins
/wal/
/wiki/Special:
/wiki/index.php/Help
@ -216,7 +186,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
?order=
?pt1=true$
?s=
?show_error=true
?slogin
?tab=achievements&achievement=
?utm_*=
@ -1011,8 +980,6 @@ ZipCodeLookupAjax
[_0-9a-zA-Z]+/status/[0-9]+/likes
[_0-9a-zA-Z]+/status/[0-9]+/retweets
_
_/_
_/_/pixel
_/aihub_pod
_/ain/_/js
_/alkali-learn
@ -1074,8 +1041,6 @@ _next/gtm
_next/jwt
_next/title
_next/viewer
_ngjs/resource
_ngjs/resource/*/get
_nimbusJson.json
_nimbusJsonp.js
_nimbusJsonpStatic.js
@ -1181,7 +1146,6 @@ ad_spice
ad_syndication_user_tracking
ad_visibility
addContacts
addboard
addressBookExport
admin
adredir?
@ -1204,7 +1168,6 @@ adwords/proposal
adx/bin
affil
affil/pal
age-appeal
aihub/tfhub
ajax
ajax/follow_info
@ -1245,7 +1208,6 @@ api_access_key=
app*_
app*form_id=
app/updates
appealed-pin
apple-app-site-association
apps
apps*&tags=
@ -1415,7 +1377,6 @@ auth/verifychallenge
author/following
author=
authwall
autocomplete
avis
away.php
b2bauth
@ -1533,11 +1494,7 @@ blogs/test
blogsearch
blogsearch_feeds
bn
board
board_activity
board_activity_comment
bookmark?
bookmarklet
bookmarks
books
books/about
@ -1559,38 +1516,17 @@ books?*zoom=1
books?*zoom=5
booksrightsholders
boutique/sitemaps
branded-pins
browse/reviews/recent
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/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
businessinfo
buyside-e2e-monitor
buzz/post
@ -1784,7 +1720,6 @@ checkout
checkout/package
checkoutnow
checkpoint
christmas-spotlight
chrome/browser/mobile/tour
chrome/crlset
chrome/webstore/images
@ -1807,7 +1742,6 @@ clickthru
client_errors
clima/ets
clima/sites/registry
close-account
cloud-launcher/sitemap
cloudsourcetools/images
cms_content
@ -1829,7 +1763,6 @@ commercesearch/images
commercesearch/services
commission_2010-2014/katainen
commits?author=
communities
communities/bin.aspx?
communities/blogs/PortalResults.mspx?
communities/eventdetails.mspx?
@ -1845,15 +1778,12 @@ community/category/*
community/comments
community/feed
community/trackback
community_comment
community_post
community_s
companyDir
compare
compare/*/apply
compressiontest
config.js
connect
connections
connectivity
connector
@ -1861,31 +1791,20 @@ consumers/archive
contact_me
contactus
content
content-claiming
context_referrer=gig_page
context_referrer=user_page
control
conversation
conversations
convert-business
convert-personal
coop/directory
coop/manage
copy-conductor/crawled
copyright-reporting
corgi$
couchmode
counter/*?
coupons/visit
covid19
covid19/mobility
create_pin
creative-europe/404_en.htm
creative-studio
creative_editor
creator-spotlight
creator_hub/_earn
creator_hub/_partnerships
creatorhub
cse/home
cse/manage
@ -1894,9 +1813,7 @@ cse?
csp
csp_block
csp_report_only
csrf_error
ct
ct.html
ct/log_list
culturalinstitute/images
culturalinstitute/sitemaps
@ -2009,9 +1926,7 @@ de/teams
de/transactions
de/treasury
de/your
deactivate-account
default
delete_post
delight
dell/cities-transformed
dell/cloud-future-of-medicine
@ -2062,7 +1977,6 @@ digital-single-market/taxonomy
digital-single-market/users
directory
directory/all
discover
discussion
discussion/comment-permalink
discussion/edit-profile
@ -2157,8 +2071,6 @@ ebooks?*zoom=1
ebooks?*zoom=5
ece
eclas
edit
editorial/*
edu/cs4hs
education/404_en.htm
edurec
@ -2170,7 +2082,6 @@ elite?
email
email-unsubscribe
email_actions
email_verification_error
embed
embed/feed/update
employment_social/anticipedia/xwiki/bin/attach
@ -2225,7 +2136,6 @@ en/microsoft-viva/
en/security
en/security/
endorsements
engagement
enterprise-jobs
enterprise-partner-search/sitemaps
environment/ets
@ -2327,8 +2237,6 @@ 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
@ -2338,7 +2246,6 @@ facebook
facebook_connect
faves-i_love_u_get_away_from_me
favorite
fb.html
fe=true
feature/sf-test
feed
@ -2418,8 +2325,6 @@ flights
flutter-canvaskit
folder
follow
follow_board
follow_user
following
food/archive
food/favourites
@ -2530,8 +2435,6 @@ global$
globalmarketfinder
globalmarketfinder/*.html
gog
google_gdn.html
google_search.html
googlebooks/images
gp
gp/aag
@ -2640,7 +2543,6 @@ gview
gwt
h5games_gamecenter/images
handmade
hanukkah-spotlight
hashtag/*?src=
hd
header/channels
@ -2715,18 +2617,15 @@ hk-en/teams
hk-en/transactions
hk-en/treasury
hk-en/your
holiday-spotlight
holidays-celebrations
home
homefeed
homepage-video-test
hosted/images
hotelfinder/rpc
hotels/rpc
hp/video
hpc/*/supported-applications.aspx?
http://developers.google.com/robots.txt
http://imdb.com/robots.txt
http://ec.europa.eu/robots.txt
http://twitch.tv/robots.txt
hub?category=
hz/contact-us/ajax/initiate-trusted-contact
hz/help/contact/*/message/$
@ -2737,9 +2636,6 @@ i/u
ia
icons
id-id.www.cloudflare.com
idea-ads-tool
idea-pin-builder
idea-pin-invite
identity/accountsettingsactivityweb
identity/accountsettingssyaf
ie*/listing/*/favoriters
@ -2910,14 +2806,11 @@ info/customerror.htm*
info/smart404.asp*
info/tech-feedback
inproduct_help/chatsupport
install-shuffles
internalPref
intl/*/about/views
intlkb/
invite
inviteFromProfile
inviteMany
invited
invites/buy
invoice/est
invoice/estimate/buyerView
@ -3007,8 +2900,6 @@ johnhancock
johnhancock/in-a-lifetime-healthcare
johnhancock/in-a-lifetime-sustainability
johnhancock/in-a-lifetime-work
join/?next=
join/signup/?next=
jp*/listing/*/favoriters
jp*/people/*/circle
jp*/people/*/favorites
@ -3075,7 +2966,6 @@ knowmore
ko-kr.www.cloudflare.com
ko-kr/feedback
ko-kr/lp
kwanzaa-spotlight
labs/popgadget/search
lamda/images
landing/cmsnext-root
@ -3110,12 +3000,10 @@ learning/search?
learning/settings
learning/settings$
learning/settings?
lens-search
li/track
library/devices
licensing-syndication
limited-release
linked
linkedin
list
list/ls*/_ajax
@ -3123,7 +3011,6 @@ list/ls*/export
listing/*/stubs
lite
lite.publication.PublicationRequestFulltextPromo.requestFulltext.html
live-session
live_chat
lm/R1XIHQVKXSKBNJ
lm/R3HQ5WJSZK6QSO
@ -3154,7 +3041,6 @@ location_suggest
lochp?
login
login$
login/?next=
login?*=
logo-maker/brief
logo-maker/choose-variation
@ -3399,7 +3285,6 @@ native
nb-no.www.cloudflare.com
nbubumblebee
network
new_invite
news$
news/$
news/0
@ -3411,7 +3296,6 @@ news/test
news/test-liveblog
news?viewArticle
newsArticle
news_hub
newsletter
newsroom/dae
newssearch
@ -3518,7 +3402,6 @@ no-en/treasury
no-en/your
nonprofits/account
not_recommended_reviews/preview
notifications
nova
ns/hydra/console/?
nus-trk
@ -3572,12 +3455,8 @@ nz/teams
nz/transactions
nz/treasury
nz/your
oauth/line
oauth/login
oauth/v2
oauth2/v2
oauth_error
offsite
og
onebox/media/sports/logos
onebox/media/sports/photos/soccer/wc2018
@ -3610,11 +3489,8 @@ pages?oid=-
pagespeed/insights/ui/logo
pantheon
pantheon-platform
parental-consent/confirmation
parental-passcode
participate/conferences.xml
partners
password/reset
password_expired
patent-search/frontend
patents/download
@ -3649,40 +3525,8 @@ photos/i_love_u_get_away_from_me
photos/tags/*/page
photos/youpy
photosandvideos
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*/listing/*/favoriters
pl*/people/*/circle
pl*/people/*/favorites
@ -3733,7 +3577,6 @@ pl/teams
pl/transactions
pl/treasury
pl/your
place
plan=
platform-telemetry
play/store/web
@ -3761,7 +3604,6 @@ ppob?
pqa
preference
preferences
prefs
present
presentation
prettyearth/assets
@ -3772,8 +3614,6 @@ private
pro
pro-resources
pro/about
product-catalogs
product-feed
product-reviews/B0069IY63Y
productPurchaseDone
product_
@ -3851,7 +3691,6 @@ publications
publicliterature.PublicLiterature.search.html
purchases
puzzles/leaderboards/invite
pw
pwapi-proxy/pwproxy
pwapiv2
px.gif
@ -3859,7 +3698,6 @@ q=
qnasearch?
qr
quality_form?
quiz
r
rackspace/elevating-performance
radio/aod
@ -3873,7 +3711,6 @@ rd/search
rd/search$
rd/search?
recensioni
recently-viewed
recharge/dashboard/car
recharge/dashboard/static
recipes/search
@ -3891,8 +3728,6 @@ refer
refer/pal
referrals
referrer=
refresh_stored_accounts
refresh_token
register
registration
registry/wishlist
@ -3902,14 +3737,10 @@ report
report-abuse?report=
report=
report_abuse.gne
reports-and-violations
request-data
requestList
requests
research/participants/cofund
reservations/*/notifyme
resource
resource/*/get
results
retail
retail/old
@ -3945,7 +3776,6 @@ s2/sitemaps
s2/static
s3
s?
safe-redirect
safebrowsing/diagnostic
safebrowsing/report_badware
safebrowsing/report_error
@ -4043,7 +3873,6 @@ searchhistory
sections
secure
seller_onboarding
sendHeaderEarly
send_to_friend
sendarticle
services
@ -4117,7 +3946,6 @@ shop/bag
shop/browse/overlay
shop/iphone/payments/overlay
shop_name_search_service
shop_pins
shopping-content-api/product_images
shopping/product
shopping/ratings/account/metrics
@ -4126,7 +3954,7 @@ shopping/reviewer
shopping/seller
shopping/suppliers/search
shopping?
showtimes/location/*http://apis.google.com/robots.txt
showtimes/location/*http://tripadvisor.com/robots.txt
sidewiki/entry
signature
signin/inject
@ -4410,13 +4238,11 @@ smart/buttons
social/photosui/images
social/photosui/sitemap
social/social-security-directory/cai
socialmanager
sounds/player
sounds/player$
sounds/search
sounds/search$
sounds/search?
source
source=
source_repo=
spain/empresas/
@ -4439,7 +4265,6 @@ ss
ss/customer-reviews/lighthouse
ss/twister/ajax
sslsingle
sso
stadia/gamers
start
start_order
@ -4491,10 +4316,6 @@ storefront
storepicker
stores/page/*visitId=
stories
story-pin-builder
story-pin-invite
story_feed
story_pins
studios
styles/js-on.css$
subscribe/braintree
@ -4515,7 +4336,6 @@ support
support/content
support/forum/search?
surprise
suspension-appeal
sv-se.www.cloudflare.com
svc
svc/crosswords
@ -4526,7 +4346,6 @@ svc/spelling-bee
svc/vertex
svc/wordle
svpRecommendations
sw-shell.html
swg
syndicate
system1/images
@ -4534,7 +4353,6 @@ t/terms
tab=
tablet
tacms
taggingtool
tagmanager/containers/xo
tagmanager/pptm.js
talk
@ -4567,10 +4385,8 @@ test
testpage-forhomepage
tetro
th-th.www.cloudflare.com
thanksgiving-spotlight
thanx?
themacallan/worlds-together
theme
themes/rss
things/search
things/search$
@ -4627,7 +4443,11 @@ travel-frontend/images
travel-vacations
travel/2013/aug/22/been-there-readers-competition?
travel/clk
travel/entity
travel/flights/s
travel/hotels/entity
travel/hotels/stories
travel/search
treasury
trending
trends
@ -4646,7 +4466,6 @@ trustedstores/s
trustedstores/tm2
trustedstores/verify
tucritica
tv
tv/thumb
tvschedule
twitter
@ -4711,13 +4530,9 @@ uk/teams
uk/transactions
uk/treasury
uk/your
unauth-profile
unlink
unsub
until=
updates
upload-image-lens-history
upload-lens-image
uploads
urchin_test
us-es*/listing/*/favoriters
@ -4791,8 +4606,6 @@ uviewer
v1
v1/browser-performance
v1/stats
v1/urls/count.json
v3/pidgets/log
v4
verify_age
vi-vn.www.cloudflare.com
@ -4823,13 +4636,10 @@ webapps/xoonboarding
webmasters/sitemaps/ping?
webscr
websearch
website/confirm
website/confirm/download
webstore/search
webstore/static/*/wall/js
weekly/signup
weimg
welcome
whats-next/planes-trains-and-analytics
whsmiths
widget_auth.php
@ -5290,7 +5100,6 @@ xml?
xoplatform/logger/api/logger
xorouter
your
your-shop
youth/404_en.htm
youtube/fonts
youtube/img/promos

View file

@ -2437,6 +2437,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/article/metrics
/articleshow_amitr/*
/articleshowajax/*
/articleshowhsbc/
/articulos/*/articulos
/arya
/asisonline
@ -3072,7 +3073,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/newssearch
/no-internet-heading-assigned
/no-internet-heading-assisted
/no-referrer-when-downgradehttp://iana.org/robots.txt
/no-referrer-when-downgradehttp://google.ru/robots.txt
/no-search-results
/node
/node/add
@ -3127,6 +3128,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/partials
/password
/patches/new
/patterns/
/pay-invoice
/pd/Ghost-Stories-Original-Tales-Ghostly-Urban-Legends-Audiobook/B07GL5B67Q
/pd/ITEM_NAME-Podcast
@ -3323,6 +3325,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/search/*?q=
/search/?*terms
/search/?q
/search/?q=*
/search/account
/search/ai-search
/search/assets
@ -3359,6 +3362,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/search?searchProvider=*&sort=
/search?title=
/searchDirectory
/searchresults/
/searchsuggest
/secure/
/select*?
@ -3438,6 +3442,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/store/checkouts
/store/orders
/story_pins
/storylist/
/structures
/submit
/submit-review-expiration
@ -3639,7 +3644,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
?*__rmid
?*__rmidpage
?*ajs_event
?*apikey*http://akismet.com/robots.txt
?*apikey*http://rebrand.ly/robots.txt
?*app
?*appidt=*
?*aspects=
@ -3867,13 +3872,15 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
?*utm_medium=
?*utm_source
?*utm_source=
?*utm_source=http://bls.gov/robots.txt
?*utm_source=http://cricketarchive.com/robots.txt
?*utm_term=
?*verified=
?*xid
?252525253Bpreview=
?Author=
?CMP
?EGOTECpage
?ExternalDataReference
?LID=
?ModPagespeed=noscript
?RefID=
@ -3886,6 +3893,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
?_af_cid=
?_cookie-check=
?_erv=*
?_ga
?_health_check_=
?_locale=
?_preview=
@ -4159,6 +4167,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
?ref=binfind.com
?referralCode=*
?referrer=
?region=
?region=australia-and-new-zealand
?replytocom
?reported_by=
@ -5681,6 +5690,7 @@ Korean
LFE/Live.controls.sharedpages/error.aspx
LICENSE.txt
LNAjax
LP
LanderLogger
LandingPage
Landingpages.html
@ -6916,7 +6926,7 @@ account-settings
account-setup
account/
account/accomplishments
account/accomplishments/http://svt.se/robots.txt
account/accomplishments/http://digitaltrends.com/robots.txt
account/ackgift
account/deactivated
account/emailoptout/?*token=
@ -6959,6 +6969,7 @@ account_settings/set_your_password$
account_settings/set_your_password?
account_settings?
accountaccess
accounthelp
accounts
accounts/ClientAuth
accounts/ClientAuth
@ -7340,7 +7351,7 @@ api/discovery
api/editionurlgenerator
api/eventlogging
api/html
api/http://sciencemag.org/robots.txt
api/http://shareasale.com/robots.txt
api/internal/*/location
api/internal/analytics/songs
api/jobPostings/jobs
@ -7415,7 +7426,7 @@ appchart
appdynamics-wem.cisco.com
appealed-pin
apple-app-site-association
apple-app-site-associationhttp://iso.org/robots.txt
apple-app-site-associationhttp://fda.gov/robots.txt
apple-news
appliance
applicant-eligibility
@ -7474,7 +7485,9 @@ archiv/regional
archive
archive$
archive/api/image.jpg
archive/article
archive/graphs.php
archive/page
archive/project/sovsport$
archived
archives
@ -7499,7 +7512,11 @@ article/HUG
article/PR-CO
article/api
article/beta
article/category
article/preview
article/this-article-has-been-deleted
article/this-article-has-been-removed
article/this-article-is-no-longer-available
article_email
articlecomment/
articles
@ -7546,6 +7563,7 @@ askhome
asm/
asp/demo_db_edit.asp
aspx/
asrelated.cms*
assessment/request
assessor-eligibility
asset-manifest.json
@ -8616,7 +8634,7 @@ blog/*?text=
blog/*sitemap.xml$
blog/*utm_source=
blog/.
blog/.html.*http://money.cnn.com/robots.txt
blog/.html.*http://aboutads.info/robots.txt
blog/?p=
blog/?s=
blog/Neuer_Beitrag.html
@ -8744,7 +8762,7 @@ bookmark_mana2
bookmarklet
bookmarks
bookmarks/widget
bookmarkshttp://s3-us-west-2.amazonaws.com/robots.txt
bookmarkshttp://neowin.net/robots.txt
books
books/NBK
books/about
@ -9663,7 +9681,7 @@ cdn-cgi
cdn-cgi/
cdn-cgi/bm/cv
cdn-cgi/challenge-platform
cdn-cgi/http://xkcd.com/robots.txt
cdn-cgi/http://beatport.com/robots.txt
cdn-cgi/rum
cdn-cgi/zaraz/s.js
cdn-cgi/zaraz/t
@ -10035,7 +10053,7 @@ co/users
co/ventureone
code
code/*
code/http://dx.doi.org/robots.txt
code/http://web.archive.org/robots.txt
codeCoverage
codesamples/
coin*mid=
@ -10160,6 +10178,7 @@ companies
companies/c
companies/o
companies/search
company
company/*.rss
company/?s=
company/add-ons-agreement
@ -10366,6 +10385,7 @@ 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://producthunt.com/robots.txt
content/dam/ircc/documents/pdf/francais/trousses/guides/guide-0142-avion-afghanistan-voie-acces-rp.pdf
content/dam/redcross/lp
content/dam/web/da_dk/www
content/dam/web/de_ch/www
content/dam/web/de_de/www
@ -10402,6 +10422,7 @@ content/ipad
content/pdf/10.1007%2F978-94-6209-446-8_8.pdf
content/pdf/bbm
content/pdf/bfm
content/redcross
content/ru_ru/
content/search
content/telegraph
@ -11031,6 +11052,7 @@ deals/merchant/*
deals/popular/*
debats/
debug
debug/
decision-makers$
decision-makers/*/admin_accounts$
decision-makers/*/admin_accounts?
@ -11062,7 +11084,6 @@ dell/cities-transformed
dell/cloud-future-of-medicine
deluge/help/search-results.html
demo
demokratie-jetzt.html
demonstration
demos
denver
@ -11119,6 +11140,7 @@ dg-service
dgs/education_culture/404_en.htm
dhtml
dhtmlmenu
di-ag/
diagnosed-with-glioblastoma
dialog/*
dictionary/static/sitemaps
@ -11624,6 +11646,7 @@ edit/success
edit_article
editarticle
editgroup
edition/null
editionssi
editor
editor.jsp
@ -12351,7 +12374,7 @@ events/friday-rush$
events/fsi-cloud-symposium-nyc.html
events/rss
evernote/like.php
evite/*http://getbootstrap.com/robots.txt
evite/*http://smashbros.com/robots.txt
examples/*
exclusive-offers
exec/obidos/account-access-login
@ -12502,6 +12525,8 @@ feedback
feedback-service
feedback/user_study
feeds
feeds.thetimes.com/puzzles
feeds.thetimes.com/timescrossword
feeds/
feeds/*
feeds/rss
@ -12635,7 +12660,7 @@ files/techabuse-welsh.pdf
files/techabuse.pdf
fileview
filing/free-file-fillable-forms/free-file-fillable-forms-support
filing/free-file-fillable-forms/free-file-fillable-forms-support-2http://newsweek.com/robots.txt
filing/free-file-fillable-forms/free-file-fillable-forms-support-2http://yandex.com/robots.txt
filter
filter/tips
filter/tips
@ -13053,7 +13078,7 @@ fy-NL/search
fy-NL/user
fy-NL/users
g
g/4arE9Chttp://s.yimg.com/robots.txt
g/4arE9Chttp://ico.org.uk/robots.txt
g/api
g00
g01
@ -13281,7 +13306,7 @@ gh/news
gh/useracquisition
gh_jid=
gif
gifshttp://feeds.feedburner.com/robots.txt
gifshttp://business.twitter.com/robots.txt
gift-redemption
gift-terms
gift_card=
@ -13308,6 +13333,7 @@ glass/images/commerce
global
global$
global-consumer-survey/tool
global-infrastructure/services/get-async/http://webpatogh.com/robots.txt
global-master
global-nav-esi
global/RU/
@ -13632,7 +13658,7 @@ ha/search
ha/user
ha/users
hackathons/reinvent-2013/
hacker/*/followhttp://blog.twitter.com/robots.txt
hacker/*/followhttp://thefader.com/robots.txt
hacker/*/unfollow
hair-transplant-services
handler
@ -14031,38 +14057,38 @@ http
http-checker
http2_data
http:
http://airtable.com/robots.txt
http://apple.co/robots.txt
http://blog.google/robots.txt
http://buffer.com/robots.txt
http://catholic.com/robots.txt
http://ec.europa.eu/robots.txt
http://feedly.com/robots.txt
http://forms.gle/robots.txt
http://freewebs.com/robots.txt
http://google.fr/robots.txt
http://help.twitter.com/robots.txt
http://i.imgur.com/robots.txt
http://ikea.com/robots.txt
http://imgur.com/robots.txt
http://ipcc.ch/robots.txt
http://israelnationalnews.com/robots.txt
http://lapakbrebes.com/robots.txt
http://lh5.googleusercontent.com/robots.txt
http://loc.gov/robots.txt
http://nicovideo.jp/robots.txt
http://opera.com/robots.txt
http://pkp.sfu.ca/robots.txt
http://roguefitness.com/robots.txt
http://sec.gov/robots.txt
http://slack.com/robots.txt
http://tandfonline.com/robots.txt
http://tools.google.com/robots.txt
http://us02web.zoom.us/robots.txt
http://addons.mozilla.org/robots.txt
http://androidcommunity.com/robots.txt
http://apache.org/robots.txt
http://blog.youtube/robots.txt
http://chromium.org/robots.txt
http://csmonitor.com/robots.txt
http://flipboard.com/robots.txt
http://foxnews.com/robots.txt
http://google.co.in/robots.txt
http://i2.wp.com/robots.txt
http://img.youtube.com/robots.txt
http://jstor.org/robots.txt
http://kickstarter.com/robots.txt
http://klove.com/robots.txt
http://minds.com/robots.txt
http://mozilla.org/robots.txt
http://nature.com/robots.txt
http://nl.linkedin.com/robots.txt
http://onlinelibrary.wiley.com/robots.txt
http://platform.twitter.com/robots.txt
http://s3-eu-west-1.amazonaws.com/robots.txt
http://storage.googleapis.com/robots.txt
http://target.com/robots.txt
http://time.com/robots.txt
http://timeanddate.com/robots.txt
http://tv.youtube.com/robots.txt
http://ubuntu.com/robots.txt
http://udemy.com/robots.txt
http://usnews.com/robots.txt
http://validator.w3.org/robots.txt
http://virustotal.com/robots.txt
http://w3techs.com/robots.txt
http://webmd.com/robots.txt
http://yellowpages.ca/robots.txt
http://zdnet.com/robots.txt
hu
hu-*/
hu-hu/
@ -14704,6 +14730,7 @@ info/jobs/Kooperations-Manager.html
info/jobs/Social-Media-Online-Kommunikation.html
info/jobs/UX-UI-Designer.html
info/jobs/ba-medieninformatik.html
info/jobs/backend-entwicklerin.html
info/jobs/buchhaltung-payment.html
info/jobs/buchhaltung-personal.html
info/jobs/compliance.html
@ -14716,7 +14743,6 @@ info/jobs/product-owner.html
info/jobs/projektberater.html
info/jobs/scrum-master.html
info/jobs/showmaster.html
info/jobs/site-reliability-engineer.html
info/jobs/social-media.html
info/jobs/support.html
info/jobs/texterin-uxwriterin.html
@ -14750,7 +14776,7 @@ intcmp=
integrate/
integromedb
intelligencer/amp
interactive*http://startnext.com/robots.txt
interactive*http://jigsaw.w3.org/robots.txt
interactive/reading-preference
interface/pda
intern/service/suche
@ -14805,6 +14831,7 @@ inviteMany
invited
invites/buy
invoice
invoice-central
invoice/cn/
invoice/de/
invoice/download
@ -15611,6 +15638,7 @@ latest-playlist
latest-talk
latin
latin_en
launch-day-show-voting.html
launch2005/
law-school/search-results/
lawlib/archive
@ -15904,6 +15932,7 @@ login$
login-business/*
login-messages
login.mhtml$
login.thetimes.com/user/logout
login/
login/$
login/?*guestpasskey=
@ -16324,7 +16353,7 @@ media/tourism-content
media/travelpod-roll.flv
media/tv/channel/credits
media/tyfo*
media/tyfo*http://codex.wordpress.org/robots.txt
media/tyfo*http://fbi.gov/robots.txt
media/unesco
media/vr-geo-photo-j
media/vr-geo-photo-l
@ -17014,6 +17043,7 @@ my*/step
my*/submit
my*/submitted
my-account
my-articles
my-eurlex
my-library
my-list-shows
@ -17609,7 +17639,7 @@ noflashhtml
nofollow=1
nojs=
nonConfig/api/wpa
nonce="BkR1c0IS-gSTBOehrHeq7A">if(google.cis
nonce="A9nfak_-IujyavR_EcgMyg">if(google.cis
nonprofits/account
nonstyleishida/videolist-*.html
nonstyleishida/videolist.html
@ -17643,6 +17673,7 @@ npost/
nqrwns
nrdapp
ns/
ns/apology
ns/hydra/console/?
ns/local_news
nsj/analytics
@ -17832,6 +17863,7 @@ okxbet.com
oma
omgilibot
on
on/demandware.store
onboard
onboarding
one/help/search-results.html
@ -18051,6 +18083,7 @@ page/*/?egotecpage
page/*/?hc_location=
page/*/?iq_id=
page/*/?pcd=
page/*/?s
page/*/?s=
page/*/?search=
page/account-confirmation-thanks
@ -18145,6 +18178,9 @@ password
password-changed-email
password/reset
password_expired
past-six-days
past-six-days$
past-six-days/$
patent-search/frontend
patents
patents/download
@ -18487,6 +18523,7 @@ play/store/web
play/surveys/serp
play/videos/modulos
player
player/brightcove
player/metadata/video
playerColor=
playlist.php
@ -20171,6 +20208,7 @@ search-console/scfe
search-effectiveness.html
search-people?
search-results
search-the-red-cross-site
search.html
search.jsp
search.php
@ -20352,7 +20390,7 @@ section/3
section/36
section/6
section/8
section/9http://telegram.me/robots.txt
section/9http://marketwatch.com/robots.txt
sectionized
sections
sections$
@ -20723,7 +20761,7 @@ shows/
showtag
showtime/.requestinvite.html.swp
showtime/help/search-results.html
showtimes/location/*http://myspace.com/robots.txt
showtimes/location/*http://mailchi.mp/robots.txt
shr*
shutterstock
si
@ -20778,6 +20816,7 @@ sign-in
sign-in-6for6Sale
sign-out
sign-out
sign-up
sign-up-to-be-contacted-for-research
sign-up/?
sign/help/search-results.html
@ -21509,6 +21548,7 @@ ss/customer-reviews/lighthouse
ss/twister/ajax
ssafe/
ssi
ssi/alert/banner.htm
ssi/geoip_cc
sslsingle
sso
@ -21979,7 +22019,7 @@ tag
tag-manager
tag-manager-360
tag/
tag/*+http://pcmag.com/robots.txt
tag/*+http://drupal.org/robots.txt
tag/*/a
tag/*/a/
tag/*/b
@ -22047,6 +22087,9 @@ tags/newsletters
tags/topic
takaoka-saki-blog/videolist-*.html
takaoka-saki-blog/videolist.html
take-a-class/asspsafetytraining
take-a-class/hidden
take-a-class/participant-materials
takedown
talent/matches
talk
@ -22210,7 +22253,7 @@ test5
test6
testcases
testfl
testhttp://playstation.com/robots.txt
testhttp://photos.google.com/robots.txt
testing
testpage-forhomepage
tests/*
@ -22382,6 +22425,7 @@ topic/*/Rss
topic/*?
topic/article/
topic/articlecollection
topic/bbc
topic/electrode/api/logger
topic/electrode/api/wpa
topic/photo/
@ -22497,7 +22541,7 @@ transmute/static-2.6
transmute/static-2.8
transmute/static-2.9
transparency
transparency/http://j.mp/robots.txt
transparency/http://ehow.com/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
@ -22521,6 +22565,7 @@ travel/2013/aug/22/been-there-readers-competition?
travel/8711559/The-Telegraph-Travel-Awards-2011.html
travel/clk
travel/css
travel/entity
travel/flight/flightSearch
travel/flight/flightSearchAction
travel/flight/search/?
@ -22532,11 +22577,14 @@ travel/hotel/hotelMiniSearchRequest
travel/hotel/hotelSearch
travel/hotels/checkout
travel/hotels/detail
travel/hotels/entity
travel/hotels/hotel-finder
travel/hotels/hotel-finder/$
travel/hotels/search/?
travel/hotels/search?
travel/hotels/stories
travel/scripts
travel/search
travel/secure
travelnevadahighway95tc
treasury
@ -22557,6 +22605,7 @@ trends/topics
trends/viz?
trends?
trends_tpt
tributes
trips/upcoming
trips/v1
trivia
@ -22588,6 +22637,7 @@ try-which/wills/
try?
trylater
tsa
tto
tucritica
tudum
tune*retpath=
@ -24693,8 +24743,8 @@ wp-admin/
wp-admin/admin-ajax.php
wp-admin/admin-ajax.php
wp-admin/admin-ajax.phphttp://istockphoto.com/robots.txt
wp-admin/admin-ajax.phphttp://paypalobjects.com/robots.txt
wp-admin/admin-ajax.phphttp://princeton.edu/robots.txt
wp-admin/admin-ajax.phphttp://nydailynews.com/robots.txt
wp-admin/admin-ajax.phphttp://roh.org.uk/robots.txt
wp-admin/load-scripts.php
wp-admin/load-styles.php
wp-adv
@ -24761,7 +24811,7 @@ wp-content/themes/wired/assets/images/wired_insider_1118_1000x190.jpg
wp-content/themes/wired/assets/images/wired_video_1000x190.jpg
wp-content/uploads
wp-content/uploads/
wp-content/uploads/wp-import-export-lite/http://allrecipes.com/robots.txt
wp-content/uploads/wp-import-export-lite/http://bs.serving-sys.com/robots.txt
wp-dyn
wp-includes
wp-includes*.css
@ -24895,7 +24945,7 @@ your-shop
yourAccount
youraccount
youreurope/businessACC
youreurope/businessDEV/http://youtube-nocookie.com/robots.txt
youreurope/businessDEV/http://www1.nyc.gov/robots.txt
youreurope/citizensACC
youreurope/citizensDEV
yours
@ -25247,7 +25297,7 @@ zz
8618
9742
9744
101612.rsshttp://sonicwall.com/robots.txt
101612.rsshttp://jquery.com/robots.txt
1010203
1014943
1027454