[Github Action] Automated trickest wordlists update.

This commit is contained in:
github-actions[bot] 2024-08-25 10:03:50 +00:00
parent 921064d37d
commit 9298210d85
18 changed files with 1414 additions and 866 deletions

View file

@ -3,6 +3,6 @@
"last_update": 1724526209
},
"Trickest wordlist update": {
"last_update": 1724493797
"last_update": 1724580220
}
}

View file

@ -33466,6 +33466,10 @@ fourn/facture/tpl/linkedobjectblock.tpl.php
facture/tpl/linkedobjectblock.tpl.php
tpl/linkedobjectblock.tpl.php
linkedobjectblock.tpl.php
htdocs/fourn/facture/messaging.php
fourn/facture/messaging.php
facture/messaging.php
messaging.php
htdocs/fourn/facture/info.php
fourn/facture/info.php
facture/info.php
@ -33482,6 +33486,10 @@ htdocs/fourn/facture/list-rec.php
fourn/facture/list-rec.php
facture/list-rec.php
list-rec.php
htdocs/fourn/facture/agenda.php
fourn/facture/agenda.php
facture/agenda.php
agenda.php
htdocs/fourn/recap-fourn.php
fourn/recap-fourn.php
recap-fourn.php

View file

@ -5247,10 +5247,12 @@ htdocs/fourn/facture/index.php
htdocs/fourn/facture/rapport.php
htdocs/fourn/facture/card.php
htdocs/fourn/facture/tpl/linkedobjectblock.tpl.php
htdocs/fourn/facture/messaging.php
htdocs/fourn/facture/info.php
htdocs/fourn/facture/note.php
htdocs/fourn/facture/paiement.php
htdocs/fourn/facture/list-rec.php
htdocs/fourn/facture/agenda.php
htdocs/fourn/recap-fourn.php
htdocs/fourn/product/list.php
htdocs/fourn/class/fournisseur.facture.class.php

View file

@ -27521,6 +27521,14 @@ Functional/Entity/Traits/EntityDefinitionTestTrait.php
Entity/Traits/EntityDefinitionTestTrait.php
Traits/EntityDefinitionTestTrait.php
EntityDefinitionTestTrait.php
core/modules/system/tests/src/Functional/Update/Y2038SchemaUpdateTest.php
modules/system/tests/src/Functional/Update/Y2038SchemaUpdateTest.php
system/tests/src/Functional/Update/Y2038SchemaUpdateTest.php
tests/src/Functional/Update/Y2038SchemaUpdateTest.php
src/Functional/Update/Y2038SchemaUpdateTest.php
Functional/Update/Y2038SchemaUpdateTest.php
Update/Y2038SchemaUpdateTest.php
Y2038SchemaUpdateTest.php
core/modules/system/tests/src/Functional/Update/README.txt
modules/system/tests/src/Functional/Update/README.txt
system/tests/src/Functional/Update/README.txt

View file

@ -3765,6 +3765,7 @@ core/modules/system/tests/src/Functional/Entity/EntityAddUITest.php
core/modules/system/tests/src/Functional/Entity/EntityWithUriCacheTagsTestBase.php
core/modules/system/tests/src/Functional/Entity/EntityTranslationFormTest.php
core/modules/system/tests/src/Functional/Entity/Traits/EntityDefinitionTestTrait.php
core/modules/system/tests/src/Functional/Update/Y2038SchemaUpdateTest.php
core/modules/system/tests/src/Functional/Update/README.txt
core/modules/system/tests/src/Functional/ServiceProvider/ServiceProviderWebTest.php
core/modules/system/tests/src/Functional/System/MainContentFallbackTest.php

View file

@ -43230,6 +43230,12 @@ Espo/Tools/WorkingTime/ExtractorTest.php
Tools/WorkingTime/ExtractorTest.php
WorkingTime/ExtractorTest.php
ExtractorTest.php
tests/unit/Espo/Tools/Meeting/IcsTest.php
unit/Espo/Tools/Meeting/IcsTest.php
Espo/Tools/Meeting/IcsTest.php
Tools/Meeting/IcsTest.php
Meeting/IcsTest.php
IcsTest.php
tests/unit/Espo/Core/Utils/DataCacheTest.php
unit/Espo/Core/Utils/DataCacheTest.php
Espo/Core/Utils/DataCacheTest.php

View file

@ -6811,6 +6811,7 @@ tests/unit/Espo/Tools/MassUpdate/DataTest.php
tests/unit/Espo/Tools/MassUpdate/ValueMapPreparatorTest.php
tests/unit/Espo/Tools/WorkingTime/CalendarUtilityTest.php
tests/unit/Espo/Tools/WorkingTime/ExtractorTest.php
tests/unit/Espo/Tools/Meeting/IcsTest.php
tests/unit/Espo/Core/Utils/DataCacheTest.php
tests/unit/Espo/Core/Utils/ConfigTest.php
tests/unit/Espo/Core/Utils/JsonTest.php

View file

@ -743,6 +743,22 @@ view/template/total/tax.twig
template/total/tax.twig
total/tax.twig
tax.twig
upload/extension/opencart/admin/view/template/total/coupon_order.twig
extension/opencart/admin/view/template/total/coupon_order.twig
opencart/admin/view/template/total/coupon_order.twig
admin/view/template/total/coupon_order.twig
view/template/total/coupon_order.twig
template/total/coupon_order.twig
total/coupon_order.twig
coupon_order.twig
upload/extension/opencart/admin/view/template/total/reward_order.twig
extension/opencart/admin/view/template/total/reward_order.twig
opencart/admin/view/template/total/reward_order.twig
admin/view/template/total/reward_order.twig
view/template/total/reward_order.twig
template/total/reward_order.twig
total/reward_order.twig
reward_order.twig
upload/extension/opencart/admin/view/template/total/reward.twig
extension/opencart/admin/view/template/total/reward.twig
opencart/admin/view/template/total/reward.twig

View file

@ -114,6 +114,8 @@ upload/extension/opencart/admin/view/template/captcha/basic.twig
upload/extension/opencart/admin/view/template/total/total.twig
upload/extension/opencart/admin/view/template/total/low_order_fee.twig
upload/extension/opencart/admin/view/template/total/tax.twig
upload/extension/opencart/admin/view/template/total/coupon_order.twig
upload/extension/opencart/admin/view/template/total/reward_order.twig
upload/extension/opencart/admin/view/template/total/reward.twig
upload/extension/opencart/admin/view/template/total/shipping.twig
upload/extension/opencart/admin/view/template/total/credit.twig

View file

@ -10305,13 +10305,6 @@ Framework/DataAbstractionLayer/FieldSerializer/EmailFieldSerializerTest.php
DataAbstractionLayer/FieldSerializer/EmailFieldSerializerTest.php
FieldSerializer/EmailFieldSerializerTest.php
EmailFieldSerializerTest.php
tests/integration/Core/Framework/DataAbstractionLayer/FieldSerializer/PriceFieldSerializerTest.php
integration/Core/Framework/DataAbstractionLayer/FieldSerializer/PriceFieldSerializerTest.php
Core/Framework/DataAbstractionLayer/FieldSerializer/PriceFieldSerializerTest.php
Framework/DataAbstractionLayer/FieldSerializer/PriceFieldSerializerTest.php
DataAbstractionLayer/FieldSerializer/PriceFieldSerializerTest.php
FieldSerializer/PriceFieldSerializerTest.php
PriceFieldSerializerTest.php
tests/integration/Core/Framework/DataAbstractionLayer/FieldSerializer/DateFieldSerializerTest.php
integration/Core/Framework/DataAbstractionLayer/FieldSerializer/DateFieldSerializerTest.php
Core/Framework/DataAbstractionLayer/FieldSerializer/DateFieldSerializerTest.php
@ -23365,6 +23358,13 @@ Framework/DataAbstractionLayer/FieldSerializer/PriceDefinitionFieldSerializerTes
DataAbstractionLayer/FieldSerializer/PriceDefinitionFieldSerializerTest.php
FieldSerializer/PriceDefinitionFieldSerializerTest.php
PriceDefinitionFieldSerializerTest.php
tests/unit/Core/Framework/DataAbstractionLayer/FieldSerializer/PriceFieldSerializerTest.php
unit/Core/Framework/DataAbstractionLayer/FieldSerializer/PriceFieldSerializerTest.php
Core/Framework/DataAbstractionLayer/FieldSerializer/PriceFieldSerializerTest.php
Framework/DataAbstractionLayer/FieldSerializer/PriceFieldSerializerTest.php
DataAbstractionLayer/FieldSerializer/PriceFieldSerializerTest.php
FieldSerializer/PriceFieldSerializerTest.php
PriceFieldSerializerTest.php
tests/unit/Core/Framework/DataAbstractionLayer/FieldSerializer/ListFieldSerializerTest.php
unit/Core/Framework/DataAbstractionLayer/FieldSerializer/ListFieldSerializerTest.php
Core/Framework/DataAbstractionLayer/FieldSerializer/ListFieldSerializerTest.php

View file

@ -1497,7 +1497,6 @@ tests/integration/Core/Framework/DataAbstractionLayer/VersionManagerTest.php
tests/integration/Core/Framework/DataAbstractionLayer/EntityProtection/EntityProtectionValidatorTest.php
tests/integration/Core/Framework/DataAbstractionLayer/FieldSerializer/PriceDefinitionFieldSerializerTest.php
tests/integration/Core/Framework/DataAbstractionLayer/FieldSerializer/EmailFieldSerializerTest.php
tests/integration/Core/Framework/DataAbstractionLayer/FieldSerializer/PriceFieldSerializerTest.php
tests/integration/Core/Framework/DataAbstractionLayer/FieldSerializer/DateFieldSerializerTest.php
tests/integration/Core/Framework/DataAbstractionLayer/FieldSerializer/ReferenceVersionFieldSerializerTest.php
tests/integration/Core/Framework/DataAbstractionLayer/FieldSerializer/TranslatedFieldSerializerTest.php
@ -3209,6 +3208,7 @@ tests/unit/Core/Framework/DataAbstractionLayer/EntityCollectionTest.php
tests/unit/Core/Framework/DataAbstractionLayer/VersionManagerTest.php
tests/unit/Core/Framework/DataAbstractionLayer/FieldSerializer/CronIntervalFieldSerializerTest.php
tests/unit/Core/Framework/DataAbstractionLayer/FieldSerializer/PriceDefinitionFieldSerializerTest.php
tests/unit/Core/Framework/DataAbstractionLayer/FieldSerializer/PriceFieldSerializerTest.php
tests/unit/Core/Framework/DataAbstractionLayer/FieldSerializer/ListFieldSerializerTest.php
tests/unit/Core/Framework/DataAbstractionLayer/FieldSerializer/ManyToOneAssociationFieldSerializerTest.php
tests/unit/Core/Framework/DataAbstractionLayer/FieldSerializer/DateIntervalFieldSerializerTest.php

View file

@ -818,6 +818,11 @@ js/expression-evaluation/changelog/42802-fix-watch-build-race-condition
expression-evaluation/changelog/42802-fix-watch-build-race-condition
changelog/42802-fix-watch-build-race-condition
42802-fix-watch-build-race-condition
packages/js/expression-evaluation/changelog/50047-fix-typos
js/expression-evaluation/changelog/50047-fix-typos
expression-evaluation/changelog/50047-fix-typos
changelog/50047-fix-typos
50047-fix-typos
packages/js/expression-evaluation/changelog/47156-dev-fix-build-error-build-style
js/expression-evaluation/changelog/47156-dev-fix-build-error-build-style
expression-evaluation/changelog/47156-dev-fix-build-error-build-style
@ -1403,6 +1408,11 @@ js/product-editor/changelog/fix-49155
product-editor/changelog/fix-49155
changelog/fix-49155
fix-49155
packages/js/product-editor/changelog/fix-toggle-misspelling-in-class-names
js/product-editor/changelog/fix-toggle-misspelling-in-class-names
product-editor/changelog/fix-toggle-misspelling-in-class-names
changelog/fix-toggle-misspelling-in-class-names
fix-toggle-misspelling-in-class-names
packages/js/product-editor/changelog/update-product-editor-use-token-field-for-terms
js/product-editor/changelog/update-product-editor-use-token-field-for-terms
product-editor/changelog/update-product-editor-use-token-field-for-terms
@ -1653,6 +1663,11 @@ js/product-editor/changelog/enhancement-47804
product-editor/changelog/enhancement-47804
changelog/enhancement-47804
enhancement-47804
packages/js/product-editor/changelog/fix-misspelling-in-noticeDimissed-ref
js/product-editor/changelog/fix-misspelling-in-noticeDimissed-ref
product-editor/changelog/fix-misspelling-in-noticeDimissed-ref
changelog/fix-misspelling-in-noticeDimissed-ref
fix-misspelling-in-noticeDimissed-ref
packages/js/product-editor/changelog/fix-product-editor-modal-block-editor-1st-block
js/product-editor/changelog/fix-product-editor-modal-block-editor-1st-block
product-editor/changelog/fix-product-editor-modal-block-editor-1st-block
@ -9117,6 +9132,11 @@ packages/js/date/package.json
js/date/package.json
date/package.json
package.json
packages/js/date/changelog/50047-fix-typos
js/date/changelog/50047-fix-typos
date/changelog/50047-fix-typos
changelog/50047-fix-typos
50047-fix-typos
packages/js/date/changelog/fix-misspelling-in-inline-doc-packages-js
js/date/changelog/fix-misspelling-in-inline-doc-packages-js
date/changelog/fix-misspelling-in-inline-doc-packages-js
@ -18870,6 +18890,16 @@ packages/js/number/package.json
js/number/package.json
number/package.json
package.json
packages/js/number/changelog/50047-fix-typos
js/number/changelog/50047-fix-typos
number/changelog/50047-fix-typos
changelog/50047-fix-typos
50047-fix-typos
packages/js/number/changelog/fix-misspelling-in-parse-number-tests
js/number/changelog/fix-misspelling-in-parse-number-tests
number/changelog/fix-misspelling-in-parse-number-tests
changelog/fix-misspelling-in-parse-number-tests
fix-misspelling-in-parse-number-tests
packages/js/number/changelog/50828-dev-constrain-pnpm-version
js/number/changelog/50828-dev-constrain-pnpm-version
number/changelog/50828-dev-constrain-pnpm-version
@ -21350,6 +21380,10 @@ plugins/woocommerce-admin/changelog/fix-domain-substitution
woocommerce-admin/changelog/fix-domain-substitution
changelog/fix-domain-substitution
fix-domain-substitution
plugins/woocommerce-admin/changelog/50047-fix-typos
woocommerce-admin/changelog/50047-fix-typos
changelog/50047-fix-typos
50047-fix-typos
plugins/woocommerce-admin/changelog/fix-41476-payment-settings-woopayments-promo-subscriptions
woocommerce-admin/changelog/fix-41476-payment-settings-woopayments-promo-subscriptions
changelog/fix-41476-payment-settings-woopayments-promo-subscriptions
@ -30783,6 +30817,14 @@ e2e/tests/product-collection/product-collection.block_theme.spec.ts
tests/product-collection/product-collection.block_theme.spec.ts
product-collection/product-collection.block_theme.spec.ts
product-collection.block_theme.spec.ts
plugins/woocommerce-blocks/tests/e2e/tests/product-collection/collections/collections.block_theme.spec.ts
woocommerce-blocks/tests/e2e/tests/product-collection/collections/collections.block_theme.spec.ts
tests/e2e/tests/product-collection/collections/collections.block_theme.spec.ts
e2e/tests/product-collection/collections/collections.block_theme.spec.ts
tests/product-collection/collections/collections.block_theme.spec.ts
product-collection/collections/collections.block_theme.spec.ts
collections/collections.block_theme.spec.ts
collections.block_theme.spec.ts
plugins/woocommerce-blocks/tests/e2e/tests/product-collection/inspector-controls/inspector-controls.block_theme.spec.ts
woocommerce-blocks/tests/e2e/tests/product-collection/inspector-controls/inspector-controls.block_theme.spec.ts
tests/e2e/tests/product-collection/inspector-controls/inspector-controls.block_theme.spec.ts
@ -63730,6 +63772,10 @@ plugins/woocommerce/changelog/prep-post-release-tasks-9.1.4
woocommerce/changelog/prep-post-release-tasks-9.1.4
changelog/prep-post-release-tasks-9.1.4
prep-post-release-tasks-9.1.4
plugins/woocommerce/changelog/test-50444-collections
woocommerce/changelog/test-50444-collections
changelog/test-50444-collections
test-50444-collections
plugins/woocommerce/changelog/e2e-fix-waitForResponse-editor-navigation
woocommerce/changelog/e2e-fix-waitForResponse-editor-navigation
changelog/e2e-fix-waitForResponse-editor-navigation
@ -63814,6 +63860,10 @@ plugins/woocommerce/changelog/fix-wcadmin-react18-createroot-addon-tour
woocommerce/changelog/fix-wcadmin-react18-createroot-addon-tour
changelog/fix-wcadmin-react18-createroot-addon-tour
fix-wcadmin-react18-createroot-addon-tour
plugins/woocommerce/changelog/fix-37602
woocommerce/changelog/fix-37602
changelog/fix-37602
fix-37602
plugins/woocommerce/changelog/50198-patch-13
woocommerce/changelog/50198-patch-13
changelog/50198-patch-13
@ -63926,6 +63976,10 @@ plugins/woocommerce/changelog/46201-product-collection-sync-with-current-query-d
woocommerce/changelog/46201-product-collection-sync-with-current-query-doesnt-display-the-correct-products-in-the-specific-category-templates
changelog/46201-product-collection-sync-with-current-query-doesnt-display-the-correct-products-in-the-specific-category-templates
46201-product-collection-sync-with-current-query-doesnt-display-the-correct-products-in-the-specific-category-templates
plugins/woocommerce/changelog/50047-fix-typos
woocommerce/changelog/50047-fix-typos
changelog/50047-fix-typos
50047-fix-typos
plugins/woocommerce/changelog/add-49908_track_unit_tests
woocommerce/changelog/add-49908_track_unit_tests
changelog/add-49908_track_unit_tests
@ -63954,6 +64008,10 @@ plugins/woocommerce/changelog/fix-wcadmin-react18-product-usage-notice-modal
woocommerce/changelog/fix-wcadmin-react18-product-usage-notice-modal
changelog/fix-wcadmin-react18-product-usage-notice-modal
fix-wcadmin-react18-product-usage-notice-modal
plugins/woocommerce/changelog/50876-fix-run-coupon-filter-on-empty
woocommerce/changelog/50876-fix-run-coupon-filter-on-empty
changelog/50876-fix-run-coupon-filter-on-empty
50876-fix-run-coupon-filter-on-empty
plugins/woocommerce/changelog/dev-fix-double-posting-review-comment
woocommerce/changelog/dev-fix-double-posting-review-comment
changelog/dev-fix-double-posting-review-comment
@ -63970,6 +64028,10 @@ plugins/woocommerce/changelog/update-metrics-tests-utils-usage
woocommerce/changelog/update-metrics-tests-utils-usage
changelog/update-metrics-tests-utils-usage
update-metrics-tests-utils-usage
plugins/woocommerce/changelog/update-mobile-order-summary-styling-50635
woocommerce/changelog/update-mobile-order-summary-styling-50635
changelog/update-mobile-order-summary-styling-50635
update-mobile-order-summary-styling-50635
plugins/woocommerce/changelog/e2e-fix-product-attributes-block-editor-tests
woocommerce/changelog/e2e-fix-product-attributes-block-editor-tests
changelog/e2e-fix-product-attributes-block-editor-tests
@ -64246,10 +64308,6 @@ plugins/woocommerce/changelog/50628-fix-add-to-cart-form-translation
woocommerce/changelog/50628-fix-add-to-cart-form-translation
changelog/50628-fix-add-to-cart-form-translation
50628-fix-add-to-cart-form-translation
plugins/woocommerce/changelog/50892-fix-translation-not-loading-for-new-shared-file
woocommerce/changelog/50892-fix-translation-not-loading-for-new-shared-file
changelog/50892-fix-translation-not-loading-for-new-shared-file
50892-fix-translation-not-loading-for-new-shared-file
plugins/woocommerce/changelog/fix-warning-related-to-customer-meta-field-without-class
woocommerce/changelog/fix-warning-related-to-customer-meta-field-without-class
changelog/fix-warning-related-to-customer-meta-field-without-class
@ -64802,6 +64860,10 @@ plugins/woocommerce/changelog/fix-ci-metrics-job
woocommerce/changelog/fix-ci-metrics-job
changelog/fix-ci-metrics-job
fix-ci-metrics-job
plugins/woocommerce/changelog/fix-43576
woocommerce/changelog/fix-43576
changelog/fix-43576
fix-43576
plugins/woocommerce/changelog/fix-49578-new-attribute-filter-inspector-settings
woocommerce/changelog/fix-49578-new-attribute-filter-inspector-settings
changelog/fix-49578-new-attribute-filter-inspector-settings
@ -72306,6 +72368,10 @@ plugins/woo-ai/changelog/bump-update-wordpress-env-to-9.0.7
woo-ai/changelog/bump-update-wordpress-env-to-9.0.7
changelog/bump-update-wordpress-env-to-9.0.7
bump-update-wordpress-env-to-9.0.7
plugins/woo-ai/changelog/50047-fix-typos
woo-ai/changelog/50047-fix-typos
changelog/50047-fix-typos
50047-fix-typos
plugins/woo-ai/changelog/dev-webpack-loaders-scannig-paths-tweaks
woo-ai/changelog/dev-webpack-loaders-scannig-paths-tweaks
changelog/dev-webpack-loaders-scannig-paths-tweaks

View file

@ -159,6 +159,7 @@ packages/js/expression-evaluation/composer.lock
packages/js/expression-evaluation/package.json
packages/js/expression-evaluation/changelog/42860-update-pnpm
packages/js/expression-evaluation/changelog/42802-fix-watch-build-race-condition
packages/js/expression-evaluation/changelog/50047-fix-typos
packages/js/expression-evaluation/changelog/47156-dev-fix-build-error-build-style
packages/js/expression-evaluation/changelog/43595-update-wireit-0.14.3
packages/js/expression-evaluation/changelog/47385-dev-update-pnpm9-1
@ -278,6 +279,7 @@ packages/js/product-editor/changelog/fix-responsive-tabs
packages/js/product-editor/changelog/update-pft-populate-template-selector
packages/js/product-editor/changelog/dev-39647_update_validation_message_name_field
packages/js/product-editor/changelog/fix-49155
packages/js/product-editor/changelog/fix-toggle-misspelling-in-class-names
packages/js/product-editor/changelog/update-product-editor-use-token-field-for-terms
packages/js/product-editor/changelog/47385-dev-update-pnpm9-1
packages/js/product-editor/changelog/update-populate-attribute-terms-optimistically
@ -328,6 +330,7 @@ packages/js/product-editor/changelog/add-47221_tracks_events_to_publish_dropdown
packages/js/product-editor/changelog/add-49721_add_readme_for_validators
packages/js/product-editor/changelog/add-47036
packages/js/product-editor/changelog/enhancement-47804
packages/js/product-editor/changelog/fix-misspelling-in-noticeDimissed-ref
packages/js/product-editor/changelog/fix-product-editor-modal-block-editor-1st-block
packages/js/product-editor/changelog/update-export-product-edits
packages/js/product-editor/changelog/fix-47788
@ -1381,6 +1384,7 @@ packages/js/date/tsconfig-cjs.json
packages/js/date/tsconfig.json
packages/js/date/composer.lock
packages/js/date/package.json
packages/js/date/changelog/50047-fix-typos
packages/js/date/changelog/fix-misspelling-in-inline-doc-packages-js
packages/js/date/changelog/502820-fix-markdown-typos
packages/js/date/changelog/50828-dev-constrain-pnpm-version
@ -3069,6 +3073,8 @@ packages/js/number/tsconfig-cjs.json
packages/js/number/tsconfig.json
packages/js/number/composer.lock
packages/js/number/package.json
packages/js/number/changelog/50047-fix-typos
packages/js/number/changelog/fix-misspelling-in-parse-number-tests
packages/js/number/changelog/50828-dev-constrain-pnpm-version
packages/js/number/changelog/.gitkeep
packages/js/number/typings/index.d.ts
@ -3635,6 +3641,7 @@ plugins/woocommerce-admin/docs/layout.md
plugins/woocommerce-admin/docs/README.md
plugins/woocommerce-admin/changelog/42802-fix-watch-build-race-condition
plugins/woocommerce-admin/changelog/fix-domain-substitution
plugins/woocommerce-admin/changelog/50047-fix-typos
plugins/woocommerce-admin/changelog/fix-41476-payment-settings-woopayments-promo-subscriptions
plugins/woocommerce-admin/changelog/dev-bump-explat-client-version
plugins/woocommerce-admin/changelog/42698-cys-update-the-copy-for-the-offline-flow
@ -5030,6 +5037,7 @@ plugins/woocommerce-blocks/tests/e2e/tests/local-pickup/local-pickup.merchant.bl
plugins/woocommerce-blocks/tests/e2e/tests/product-filters-overlay/product-filters-overlay-navigation.block_theme.spec.ts
plugins/woocommerce-blocks/tests/e2e/tests/product-filters-overlay/product-filters-overlay-template-part.block_theme.spec.ts
plugins/woocommerce-blocks/tests/e2e/tests/product-collection/product-collection.block_theme.spec.ts
plugins/woocommerce-blocks/tests/e2e/tests/product-collection/collections/collections.block_theme.spec.ts
plugins/woocommerce-blocks/tests/e2e/tests/product-collection/inspector-controls/inspector-controls.block_theme.spec.ts
plugins/woocommerce-blocks/tests/e2e/tests/product-collection/product-collection.page.ts
plugins/woocommerce-blocks/tests/e2e/tests/product-collection/compatibility-layer.block_theme.spec.ts
@ -9642,6 +9650,7 @@ plugins/woocommerce/changelog/fix-50543-additional-payments-use-default-gateways
plugins/woocommerce/changelog/fix-50815-default-props
plugins/woocommerce/changelog/49765-add-blueprint-rest-api-2
plugins/woocommerce/changelog/prep-post-release-tasks-9.1.4
plugins/woocommerce/changelog/test-50444-collections
plugins/woocommerce/changelog/e2e-fix-waitForResponse-editor-navigation
plugins/woocommerce/changelog/update-remote-logging-data
plugins/woocommerce/changelog/fix-49980-overlay-navigation-title-icon
@ -9663,6 +9672,7 @@ plugins/woocommerce/changelog/update-enable-remote-logging
plugins/woocommerce/changelog/update-core-profiler-sticky-continue-button
plugins/woocommerce/changelog/update-lys-tour-meta
plugins/woocommerce/changelog/fix-wcadmin-react18-createroot-addon-tour
plugins/woocommerce/changelog/fix-37602
plugins/woocommerce/changelog/50198-patch-13
plugins/woocommerce/changelog/add-filter-woocommerce-should-clear-cart-after-payment
plugins/woocommerce/changelog/tweak-add-gtin-ld-json
@ -9691,6 +9701,7 @@ plugins/woocommerce/changelog/48964-add-generic-queue
plugins/woocommerce/changelog/50363-48150-move-store-info-endpoint
plugins/woocommerce/changelog/dev-codesniffer-validate-psr4-autoloading
plugins/woocommerce/changelog/46201-product-collection-sync-with-current-query-doesnt-display-the-correct-products-in-the-specific-category-templates
plugins/woocommerce/changelog/50047-fix-typos
plugins/woocommerce/changelog/add-49908_track_unit_tests
plugins/woocommerce/changelog/e2e-fix-logo-picker-tests
plugins/woocommerce/changelog/50348-fix-improve-documentation
@ -9698,10 +9709,12 @@ plugins/woocommerce/changelog/e2e-add-forbidOnly-config
plugins/woocommerce/changelog/fix-31664-stock-emails
plugins/woocommerce/changelog/update-no-html-arialabel
plugins/woocommerce/changelog/fix-wcadmin-react18-product-usage-notice-modal
plugins/woocommerce/changelog/50876-fix-run-coupon-filter-on-empty
plugins/woocommerce/changelog/dev-fix-double-posting-review-comment
plugins/woocommerce/changelog/48862-product-collection-trigger-wc-blocks_product_list_rendered-js-event
plugins/woocommerce/changelog/revert-zoom-out-feature
plugins/woocommerce/changelog/update-metrics-tests-utils-usage
plugins/woocommerce/changelog/update-mobile-order-summary-styling-50635
plugins/woocommerce/changelog/e2e-fix-product-attributes-block-editor-tests
plugins/woocommerce/changelog/update-wcpay-task-to-use-default-specs
plugins/woocommerce/changelog/dev-42636_update_view_when_changing_input
@ -9771,7 +9784,6 @@ plugins/woocommerce/changelog/50372-48150-move-patterns-endpoint
plugins/woocommerce/changelog/50218-add-sdk-for-feature-usage-control
plugins/woocommerce/changelog/e2e-add-environment-reporter
plugins/woocommerce/changelog/50628-fix-add-to-cart-form-translation
plugins/woocommerce/changelog/50892-fix-translation-not-loading-for-new-shared-file
plugins/woocommerce/changelog/fix-warning-related-to-customer-meta-field-without-class
plugins/woocommerce/changelog/tweak-bump-jetpack-connection
plugins/woocommerce/changelog/50424-fix-store-alerts-action-keys
@ -9910,6 +9922,7 @@ plugins/woocommerce/changelog/49214-fix-remove-active-shipping-zone-check-cart-p
plugins/woocommerce/changelog/refactor-pc-remove-automatic-migration
plugins/woocommerce/changelog/update-product-task
plugins/woocommerce/changelog/fix-ci-metrics-job
plugins/woocommerce/changelog/fix-43576
plugins/woocommerce/changelog/fix-49578-new-attribute-filter-inspector-settings
plugins/woocommerce/changelog/49961-update-server-caching-link
plugins/woocommerce/changelog/fix-action-scheduler-blocking
@ -11086,6 +11099,7 @@ plugins/woo-ai/assets/images/icons/magic.svg
plugins/woo-ai/changelog/request-json-response-name-suggestions
plugins/woo-ai/changelog/dev-babel-loader-jest-caching
plugins/woo-ai/changelog/bump-update-wordpress-env-to-9.0.7
plugins/woo-ai/changelog/50047-fix-typos
plugins/woo-ai/changelog/dev-webpack-loaders-scannig-paths-tweaks
plugins/woo-ai/changelog/dev-try-faster-building-zip
plugins/woo-ai/changelog/47385-dev-update-pnpm9-1

View file

@ -4887,6 +4887,9 @@ class-wp-html-processor-state.php
wp-includes/html-api/class-wp-html-open-elements.php
html-api/class-wp-html-open-elements.php
class-wp-html-open-elements.php
wp-includes/html-api/class-wp-html-doctype-info.php
html-api/class-wp-html-doctype-info.php
class-wp-html-doctype-info.php
wp-includes/html-api/class-wp-html-attribute-token.php
html-api/class-wp-html-attribute-token.php
class-wp-html-attribute-token.php

View file

@ -1306,6 +1306,7 @@ wp-includes/class-wp-block-bindings-source.php
wp-includes/html-api/class-wp-html-tag-processor.php
wp-includes/html-api/class-wp-html-processor-state.php
wp-includes/html-api/class-wp-html-open-elements.php
wp-includes/html-api/class-wp-html-doctype-info.php
wp-includes/html-api/class-wp-html-attribute-token.php
wp-includes/html-api/class-wp-html-stack-event.php
wp-includes/html-api/class-wp-html-active-formatting-elements.php

View file

@ -2642,8 +2642,8 @@ hotelfinder/rpc
hotels/rpc
hp/video
hpc/*/supported-applications.aspx?
http://amazon.co.uk/robots.txt
http://ec.europa.eu/robots.txt
http://tinyurl.com/robots.txt
http://translate.google.com/robots.txt
hub?category=
hz/contact-us/ajax/initiate-trusted-contact
hz/help/contact/*/message/$
@ -3987,7 +3987,7 @@ shopping/reviewer
shopping/seller
shopping/suppliers/search
shopping?
showtimes/location/*http://bloomberg.com/robots.txt
showtimes/location/*http://patreon.com/robots.txt
sidewiki/entry
signature
signin/inject
@ -4644,7 +4644,7 @@ users
using
utils
uviewer
v1/*http://flickr.com/robots.txt
v1/*http://wordpress.org/robots.txt
v1/browser-performance
v1/stats
v4

View file

@ -2315,6 +2315,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/Aes/$
/BucketContent
/C
/CVS
/Careers/Form
/Careers/Profiles
/Careers/Registration
@ -3087,7 +3088,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/newssearch
/no-internet-heading-assigned
/no-internet-heading-assisted
/no-referrer-when-downgradehttp://gmail.com/robots.txt
/no-referrer-when-downgradehttp://playbill.com/robots.txt
/no-search-results
/node
/node/add
@ -3167,6 +3168,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/plugins/?s=
/pmredirectshow/*
/pmtoinavigation/*
/po
/pocasi/
/podcast/*/*?i=
/pogoda/
@ -3608,6 +3610,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/windowsvista/
/windvane$
/winfx/
/workshop
/workshop/
/wp-admin
/wp-content
@ -3632,6 +3635,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
0
0*?
0,*
0;((a=google.c)==null?void
;preview=
=$
?
@ -3653,7 +3657,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
?*__rmid
?*__rmidpage
?*ajs_event
?*apikey*http://visitazores.com/robots.txt
?*apikey*http://sundancechannel.com/robots.txt
?*app
?*appidt=*
?*aspects=
@ -3882,7 +3886,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
?*utm_medium
?*utm_source
?*utm_source=
?*utm_source=http://chrome.google.com/robots.txt
?*utm_source=http://cricketarchive.com/robots.txt
?*verified=
?*xid
?252525253Bpreview=
@ -5583,6 +5587,7 @@ HotelsManageListing
HotelsManagementCenter
HotelsProductCart
HowTheSiteWorks
HpImageArchive.aspx
HubStyle/static-2.309
HubStyle/static-2.313
HubStyle/static-2.315
@ -6142,6 +6147,7 @@ Project
PromoTools
PromotionDetailsDisplayView
PromotionDisplayView
Proxy.ashx
ProxyToolsAccountSettingsTool
ProxyToolsBillingAndPaymentsTool
ProxyToolsBillingDetailTool
@ -6274,6 +6280,7 @@ Saves
ScreensaverShade
Scripts
Search
Search
Search/*
Search/Mail/Public
SearchNavigationView
@ -6806,6 +6813,7 @@ a/eclipselabs.org
a/feeds
a/ocom/docs/corporate/pricing
a/ocom/resources
a=function(){I=!1;O()};google.caft(a);window.setTimeout(a,amd)}K&&(a=function(){K=!1;O()},J?J.cbvi.push(a):(0,google.rairicb)(a),window.setTimeout(a,mmd));M&&(H||A())}else
aaea/
aapor/
ab
@ -6880,6 +6888,8 @@ ac/
ac/globalnav/2.0/*/images/ac-globalnav/globalnav/search
ac2
academic-subscriptions
academic/profile
academic/search
academy
academy-free-account
academy/*/results
@ -6962,6 +6972,7 @@ ach/search
ach/user
ach/users
achievements
aclick
aclk
acoustic
acq/nonprofits
@ -7079,6 +7090,7 @@ ads
ads$
ads-beacon.js
ads.txt
ads.txt
ads/gpa/vidgen
ads/hotels/partners
ads/learn
@ -7224,6 +7236,7 @@ alexa-top-sites/*
alexa-web-search/*
alexa/*
alexaforbusiness/
alink
alkali
all
all-supported-params
@ -7250,6 +7263,7 @@ amp
amp$
amp-proxy
amp-tealium
amp/
amphtml
amphtml/blogs/test
amphtml/classic-apps
@ -7310,16 +7324,17 @@ api.html?
api.php
api/
api/?
api/attachments/*http://docs.wixstatic.com/robots.txt
api/attachments/*http://giphy.com/robots.txt
api/discovery
api/editionurlgenerator
api/eventlogging
api/html
api/http://kobo.com/robots.txt
api/http://europol.europa.eu/robots.txt
api/internal/*/location
api/internal/analytics/songs
api/jobPostings/jobs
api/legendary-data/relay
api/maps/
api/nextsteps/*
api/nicorepo/timeline
api/partner_select/*/price_query
@ -7389,7 +7404,7 @@ appchart
appdynamics-wem.cisco.com
appealed-pin
apple-app-site-association
apple-app-site-associationhttp://fonts.google.com/robots.txt
apple-app-site-associationhttp://iso.org/robots.txt
apple-news
appliance
applicant-eligibility
@ -8441,6 +8456,7 @@ bezahlvorgaenge.html
bfe/apps/website
bfl
bfmp
bfp/search
bg
bg-*/
bg-bg/
@ -8502,6 +8518,7 @@ bin
bin/
bin/search.go
bin/search.py
bing-site-safety
bingbot
bipolar-disorder/bipolar-depression-management
bipolar-disorder/video/bipolar-fatherhood
@ -8591,7 +8608,7 @@ blog/*?text=
blog/*sitemap.xml$
blog/*utm_source=
blog/.
blog/.html.*http://salon.com/robots.txt
blog/.html.*http://www2.deloitte.com/robots.txt
blog/?p=
blog/?s=
blog/Neuer_Beitrag.html
@ -8647,6 +8664,7 @@ blogs/blogpost/preview
blogs/nationals-journal-beta
blogs/pad$
blogs/pad/$
blogs/search/
blogs/slow-ride
blogs/technology.atom
blogs/test
@ -8718,7 +8736,7 @@ bookmark_mana2
bookmarklet
bookmarks
bookmarks/widget
bookmarkshttp://ed.ted.com/robots.txt
bookmarkshttp://neowin.net/robots.txt
books
books/NBK
books/about
@ -9624,7 +9642,7 @@ cdn-cgi
cdn-cgi/
cdn-cgi/bm/cv
cdn-cgi/challenge-platform
cdn-cgi/http://mediapost.com/robots.txt
cdn-cgi/http://fda.gov/robots.txt
cdn-cgi/rum
cdn-cgi/zaraz/s.js
cdn-cgi/zaraz/t
@ -9646,11 +9664,12 @@ cgi-bin
cgi-bin/
cgi-bin/consumeraffairs/search
cgi-bin/dobi/licenseesearch
cgi-bin/estseek.cgi
cgi-bin/homelandsecurity
cgi-bin/loginpage
cgi-bin/state
cgi-bin/wx
cgi-binhttp://ifttt.com/robots.txt
cgi-binhttp://meyerweb.com/robots.txt
cgi-local
cgi-perl
cgi-registry
@ -9843,6 +9862,7 @@ civis/posts
civis/search
civis/threads/*in_iframe=1
civis/threads/*wp_data=
ck/
cl
cl2/feeds
cl2/ical
@ -9984,7 +10004,7 @@ co/users
co/ventureone
code
code/*
code/http://w3techs.com/robots.txt
code/http://moz.com/robots.txt
codeCoverage
codesamples/
coin*mid=
@ -10193,7 +10213,7 @@ confirmation.html
conflagexp
connect
connect/@
connect/http://blog.twitter.com/robots.txt
connect/http://sciencedirect.com/robots.txt
connect/social-intranet.html
connections
connections/recent
@ -10309,7 +10329,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://canalplus.fr/robots.txt
content/dam/ircc/documents/pdf/francais/trousses/form/irm0005/http://pubads.g.doubleclick.net/robots.txt
content/dam/ircc/documents/pdf/francais/trousses/guides/guide-0142-avion-afghanistan-voie-acces-rp.pdf
content/dam/oecd/
content/dam/redcross/lp
@ -10499,10 +10519,12 @@ cpro
cpropub/univercd
cpspa
cr
cr$
cr/
cr/$
cr/corporate/contact
cr/news
cr?
craft
crash
crawler4j
@ -11623,7 +11645,7 @@ email-preferences/
email-unsubscribe
email-validation
email/$
email/*http://dw.com/robots.txt
email/*http://getbootstrap.com/robots.txt
email/privacy-guarantees
email/privacy-terms
email/unsubscribe
@ -11835,6 +11857,9 @@ enterprise/orgs-terms
enterprise/seo
entertainment/article/Minerva-s-horoscope
entertainment/bravo
entities/search
entityexplore$
entityexplore?
entrez
entrez/eutils
entrez/sutils
@ -12363,6 +12388,7 @@ fbl/terms.html
fbpostaction.cms?article=
fcgi-
fckeditor
fd/
fdbk
feature/sf-test
feature_nine_browse-bin=
@ -12574,7 +12600,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://is.gd/robots.txt
filing/free-file-fillable-forms/free-file-fillable-forms-support-2http://news.yahoo.com/robots.txt
filter
filter/tips
filter/tips
@ -12967,6 +12993,8 @@ full
fullscreen
fullscreen/ReportLinker
fun
fun/api/
fun/g/
fundraiser/charity
fundraiser/search
fur/forums
@ -12988,7 +13016,7 @@ fy-NL/search
fy-NL/user
fy-NL/users
g
g/4arE9Chttp://flickr.com/robots.txt
g/4arE9Chttp://nngroup.com/robots.txt
g/api
g00
g01
@ -13218,7 +13246,7 @@ gh/news
gh/useracquisition
gh_jid=
gif
gifshttp://gist.github.com/robots.txt
gifshttp://whitehouse.gov/robots.txt
gift-redemption
gift-terms
gift_card=
@ -13245,7 +13273,7 @@ glass/images/commerce
global
global$
global-consumer-survey/tool
global-infrastructure/services/get-async/http://baidu.com/robots.txt
global-infrastructure/services/get-async/http://copyright.gov/robots.txt
global-master
global-nav-esi
global/RU/
@ -13380,6 +13408,7 @@ gp/gift-central/organizer/add-wishlist
gp/goldbox
gp/gsshomepage/
gp/help
gp/help/customer/display.html*nodeId=200556720
gp/help/customer/display.html?*nodeId=200145650
gp/help/customer/display.html?*nodeId=200534000
gp/help/customer/display.html?nodeId=200393390
@ -13577,7 +13606,7 @@ ha/search
ha/user
ha/users
hackathons/reinvent-2013/
hacker/*/followhttp://hackerone.com/robots.txt
hacker/*/followhttp://justice.gov/robots.txt
hacker/*/unfollow
hair-transplant-services
handler
@ -13876,12 +13905,14 @@ hosted
hosted/images
hosting/search
hotel/index.hi.
hotel/reviews?
hotel/us/the-airstream-van.*.html
hotel_attractions
hotel_rt_onview
hotelfinder/rpc
hotels
hotels/rpc
hotels/search
hotelsonmap.*.json
hotfix/
houseads
@ -13895,6 +13926,8 @@ howto
howtobuy/
hp/focus-retrocompatibile$
hp/video
hpm
hpmob
hr
hr-*/
hr-hr/
@ -13975,39 +14008,39 @@ http
http-checker
http2_data
http:
http://2.bp.blogspot.com/robots.txt
http://1.gravatar.com/robots.txt
http://about.google/robots.txt
http://amazon.de/robots.txt
http://amzn.to/robots.txt
http://api.whatsapp.com/robots.txt
http://app.box.com/robots.txt
http://bbc.com/robots.txt
http://bcn.cl/robots.txt
http://behance.net/robots.txt
http://census.gov/robots.txt
http://creativemarket.com/robots.txt
http://euronews.com/robots.txt
http://extension.purdue.edu/robots.txt
http://graphisoft.com/robots.txt
http://hubspot.com/robots.txt
http://ie.edu/robots.txt
http://linkedin.com/robots.txt
http://mrisoftware.com/robots.txt
http://nationalgeographic.com/robots.txt
http://news.yahoo.com/robots.txt
http://patreon.com/robots.txt
http://producthunt.com/robots.txt
http://raiplay.it/robots.txt
http://redbubble.com/robots.txt
http://ads.google.com/robots.txt
http://airbnb.com/robots.txt
http://cbc.ca/robots.txt
http://crunchyroll.com/robots.txt
http://developers.google.com/robots.txt
http://festo.com/robots.txt
http://igg.me/robots.txt
http://imgur.com/robots.txt
http://lifestylesimplify.com/robots.txt
http://nam.edu/robots.txt
http://nicovideo.jp/robots.txt
http://online.wsj.com/robots.txt
http://opera.com/robots.txt
http://paypal.me/robots.txt
http://paypalobjects.com/robots.txt
http://polygraph.cool/robots.txt
http://roguefitness.com/robots.txt
http://s.yimg.com/robots.txt
http://s3-eu-west-1.amazonaws.com/robots.txt
http://salon.com/robots.txt
http://slack.com/robots.txt
http://support.apple.com/robots.txt
http://techradar.com/robots.txt
http://theverge.com/robots.txt
http://tiny.cc/robots.txt
http://torproject.org/robots.txt
http://translate.google.com/robots.txt
http://upload.wikimedia.org/robots.txt
http://vogue.com/robots.txt
http://yelp.com/robots.txt
http://support.mozilla.org/robots.txt
http://tech.nikkeibp.co.jp/robots.txt
http://ted.com/robots.txt
http://thesun.co.uk/robots.txt
http://voltairenet.org/robots.txt
http://w3techs.com/robots.txt
http://webpatogh.com/robots.txt
http://whatsapp.com/robots.txt
http://wikihow.com/robots.txt
hu
hu-*/
hu-hu/
@ -14379,11 +14412,16 @@ images/$
images/*
images/?
images/Podcasts
images/async/?
images/async?
images/carBlogsimages
images/chart_gifs
images/chart_pdfs
images/chart_png300
images/chart_png460
images/hosted/?
images/hosted/search?
images/hosted?
images/interview_pdfs
images/li.gif
images/logging_requests.gif
@ -14392,8 +14430,13 @@ images/ndtvvideo/*
images/pad/search?rpt=imageview
images/pad/search?text=*&source=morda
images/resume
images/search%3F
images/search%5C
images/search/?
images/search?
images/search?rpt=imageview
images/search?text=*&source=morda
images/searchbyimage
images/showroomimages
images/smart/$
images/touch/$
@ -14404,6 +14447,7 @@ images/usedcarimages
images/userprofileimg
images/v$
images/viewconfig$
images?
imagine/
imesync
img
@ -14525,6 +14569,7 @@ inapp
inbox
inbox$
inbox$
inboxcommerce
inc5000dev
include
include/
@ -14685,7 +14730,7 @@ intcmp=
integrate/
integromedb
intelligencer/amp
interactive*http://fcc.gov/robots.txt
interactive*http://startnext.com/robots.txt
interactive/reading-preference
interface/pda
intern/service/suche
@ -15556,7 +15601,7 @@ layout/set/txt_pq
layout/set/xml
layouts
lb
leadingtogether/http://validator.w3.org/robots.txt
leadingtogether/http://elpais.com/robots.txt
leaf
learn
learn-noperf
@ -15786,6 +15831,7 @@ loans
loc/volunteers
loc=
local
local
local-services-ads
local/ajax
local/blogsandcolumns/slow-ride-front
@ -16101,6 +16147,7 @@ maps/*?lang=uk$
maps/*?lang=uz$
maps/*?ll=
maps/about
maps/adsendpoint
maps/api/js
maps/api/place/js
maps/api/staticmap
@ -16227,7 +16274,7 @@ media/tourism-content
media/travelpod-roll.flv
media/tv/channel/credits
media/tyfo*
media/tyfo*http://statcounter.com/robots.txt
media/tyfo*http://codex.wordpress.org/robots.txt
media/unesco
media/vr-geo-photo-j
media/vr-geo-photo-l
@ -16552,6 +16599,7 @@ merchant/directions
merchant/imageUploadPreview
merchant/loc
merchant/moreProducts?
merchant/reviews?
merchant/update
merchantapps
mes
@ -17530,6 +17578,7 @@ notificarelacionadas
notifications
notifications
notifications$
notifications/
notifications/*
nova
now/mt3
@ -17714,6 +17763,8 @@ offers/nonprofits
offers/nonprofits$
offers/nonprofits%
offers/nonprofits?
offers/proxy/dealsserver/api/log
offers/proxy/dealsserver/buy
offers/referral-terms-conditions
offers/referral-terms-conditions$
offers/referral-terms-conditions%
@ -18737,6 +18788,8 @@ premiumsupport/iam/
premiumsupport/knowledge-center/feedback-no/
premiumsupport/knowledge-center/feedback-yes/
preorders
prep/gnumaint
prep/wrappers-and-scripts
present
presentation
preserv/extranet
@ -18804,6 +18857,7 @@ pro-resources
pro-site
pro/about
pro2
proFile/history?
proMatch
proProjects
proVideoWidget
@ -18821,6 +18875,7 @@ product-reviews/B0069IY63Y
product/electrode/api/logger
product/electrode/api/wpa
product/recommended
product/reviews?
productBrand=
productId=
productPurchaseDone
@ -18872,6 +18927,7 @@ profile/*/followers
profile/*/following
profile/*/map$
profile/downloads_limit
profile/history?
profile/license
profile/payment/getstarted
profile/view
@ -19539,6 +19595,7 @@ responder
rest
rest/*/activity
results
results
results-export-email-by-search-data
results-export-ids
results-export-search-by-year
@ -19591,6 +19648,7 @@ reviews/seller
reviews/top-reviewers
reviews_page=
rewards
rewardsapp/
rf=*
ribbon.php
rip/
@ -19826,6 +19884,7 @@ sap/saphana/pilot/
sap/saphana/pilot/offer/
sap/saphana/pilot/offer/confirmation
sars-cov-2
savannah-checkouts
save
save-document
save-query
@ -19924,6 +19983,7 @@ scorecard
scorecard/
screener/insider
screensaver
screenshots
script
scripts
scripts/accountextlogin.php
@ -20250,7 +20310,7 @@ section/3
section/36
section/6
section/8
section/9http://issuu.com/robots.txt
section/9http://telegram.me/robots.txt
sectionized
sections
sections$
@ -20360,7 +20420,25 @@ seokicks
series
server
server-status
server/banners
server/body-include
server/bottom-notes
server/docs/search
server/footer
server/fs-gang
server/generic
server/gnun
server/head-include
server/header
server/html5-head-include
server/html5-header
server/include-file-list
server/outdated
server/select-language.html
server/source
server/staging
server/top-addendum
server/trans-map.html
servererror.aspx
service
service-search/dist/images/loading.gif
@ -20399,6 +20477,7 @@ set_cookie.pl
setbucket
setprefs
settings
settings
settings/*
settings/deactivated
settings/linkaccount
@ -20532,6 +20611,7 @@ sharing
sharing/files
sharing/folders
shelf/user_shelves
shenghuo
shenghuo/search?
shifen/
shihui
@ -20542,11 +20622,15 @@ shipping-payment
shippingassistant
shippinginformation
shop
shop$
shop/
shop/*&
shop/browse/overlay
shop/collections
shop/global
shop/iphone/payments/overlay
shop/search.ep
shop?
shop_name_search_service
shop_pins
shopfront-api
@ -20597,7 +20681,7 @@ showdependency
shows/
showtag
showtime/.requestinvite.html.swp
showtimes/location/*http://img.youtube.com/robots.txt
showtimes/location/*http://issuu.com/robots.txt
shr*
shutterstock
si
@ -21144,6 +21228,7 @@ social
social-connect/send
social/photosui/images
social/photosui/sitemap
social/search?
social/social-security-directory/cai
social_media
socialapp/
@ -21191,6 +21276,10 @@ software/*?support=
software/*?training=
software/compare/*-vs-*-vs-*-vs-*-vs-
software/compare/*/add-software
software/gnun/linc
software/gnun/proofread
software/gnun/reports
software/gnun/test
software/product/*/claim
software/product/*/reviews/new
software/tp
@ -21251,6 +21340,7 @@ sp/3for2
sp=
sp_url=
spartan
spbasic
spbot
spc-source=
special-promo/2for1
@ -21328,6 +21418,7 @@ sports/whatson
sports_fp_ms
spp/
spreadsheet
spresults
sprint_wml
sprint_xhtml
sq/android/collections
@ -21411,6 +21502,7 @@ statements
static
static-assets/documents/PwnedPasswordsTop100k.txt
static-assets/images/collection
static/
static/*.css$
static/*.css?
static/*.gif
@ -21537,6 +21629,8 @@ storeclick
storefront
storepicker
storerequest
stores$
stores/
stores/page/*visitId=
stories
story
@ -21838,7 +21932,7 @@ tag
tag-manager
tag-manager-360
tag/
tag/*+http://discogs.com/robots.txt
tag/*+http://google.ca/robots.txt
tag/*/a
tag/*/a/
tag/*/b
@ -22065,7 +22159,7 @@ test5
test6
testcases
testfl
testhttp://moz.com/robots.txt
testhttp://playstation.com/robots.txt
testing
testpage-forhomepage
tests/*
@ -22074,6 +22168,7 @@ text
text_edition
tfemail
th
th$
th-*/
th-th.www.cloudflare.com
th-th/
@ -22098,6 +22193,7 @@ th/solutions/case-studies/innovators/innovators-eu/
th/solutions/case-studies/sustainability-emea/
th/user
th/users
th?
th_th/templates/M
thank-you
thank-you-enterprise-demo
@ -22381,12 +22477,13 @@ translate_static
translate_suggestion
translate_t
translation
translator/?ref=
transmute/static-1.85
transmute/static-2.6
transmute/static-2.8
transmute/static-2.9
transparency
transparency/http://anchor.fm/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
@ -22409,14 +22506,28 @@ travel/
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/?
travel/flight/search?
travel/flights/s
travel/hotel-search
travel/hotel/e
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
treasury/treasdocuments
@ -22918,6 +23029,7 @@ ur/search
ur/user
ur/users
urchin_test
url
urlinator/static-1.54
urlinator/static-1.55
urlinator/static-1.57
@ -23282,7 +23394,7 @@ v/badge
v/checkin
v/s/vmdn
v1
v1/*http://podcasts.google.com/robots.txt
v1/*http://s.w.org/robots.txt
v1/SocialMediaActivity/
v1/browser-performance
v1/stats
@ -23437,14 +23549,29 @@ video_file
videodash.cms*
videorequest
videos
videos/?
videos/assets
videos/browsing
videos/e
videos/explore
videos/favorites
videos/feed
videos/feedcontent
videos/get_video_by_uid/
videos/images
videos/js
videos/music
videos/music/
videos/music/?
videos/music?
videos/search.php
videos/search/?
videos/search?
videos/trending
videos/trendingcontent
videos/viewmeta/
videos/week
videos?
videosearch
view
viewReview
@ -23683,6 +23810,10 @@ whsmiths
whythisad
widget
widget-landing-page.html
widget/cr
widget/entity/search/?
widget/render
widget/snapshot
widget_auth.php
widget_chunks
widgets
@ -24458,6 +24589,7 @@ word/document_url
word/download
word/embed
work
work
work/_
work/acceptinvitation
work/account
@ -24555,9 +24687,9 @@ wp-admin
wp-admin/
wp-admin/admin-ajax.php
wp-admin/admin-ajax.php
wp-admin/admin-ajax.phphttp://aljazeera.com/robots.txt
wp-admin/admin-ajax.phphttp://fool.com/robots.txt
wp-admin/admin-ajax.phphttp://openstreetmap.org/robots.txt
wp-admin/admin-ajax.phphttp://mirror.co.uk/robots.txt
wp-admin/admin-ajax.phphttp://promo.com/robots.txt
wp-admin/admin-ajax.phphttp://today.com/robots.txt
wp-admin/load-scripts.php
wp-admin/load-styles.php
wp-adv
@ -24627,7 +24759,7 @@ wp-content/uploads/
wp-content/uploads/wc-logs
wp-content/uploads/woocommerce_transient_files
wp-content/uploads/woocommerce_uploads
wp-content/uploads/wp-import-export-lite/http://rebrand.ly/robots.txt
wp-content/uploads/wp-import-export-lite/http://magisto.com/robots.txt
wp-dyn
wp-includes
wp-includes*.css
@ -24752,7 +24884,7 @@ your-account
your-orders
your-shop
youreurope/businessACC
youreurope/businessDEV/http://europarl.europa.eu/robots.txt
youreurope/businessDEV/http://pca.st/robots.txt
youreurope/citizensACC
youreurope/citizensDEV
yours
@ -25101,7 +25233,7 @@ zz
8618
9742
9744
101612.rsshttp://c-span.org/robots.txt
101612.rsshttp://buffer.com/robots.txt
1010203
1014943
1027454