[Github Action] Automated trickest wordlists update.

This commit is contained in:
github-actions[bot] 2024-08-06 10:03:55 +00:00
parent 9145ccb8a5
commit 925126fd0e
16 changed files with 1239 additions and 1176 deletions

View file

@ -1,8 +1,8 @@
{
"Jwt secrets update": {
"last_update": 1722934993
"last_update": 1722938614
},
"Trickest wordlist update": {
"last_update": 1722852211
"last_update": 1722938625
}
}

View file

@ -15775,6 +15775,8 @@ cool-peaches-enjoy.md
stale-chicken-perform.md
.changeset/fuzzy-jars-worry.md
fuzzy-jars-worry.md
.changeset/green-pumas-perform.md
green-pumas-perform.md
.changeset/config.json
config.json
.changeset/forty-seahorses-occur.md
@ -15801,6 +15803,8 @@ eighty-crabs-smile.md
afraid-garlics-occur.md
.changeset/moody-plums-smile.md
moody-plums-smile.md
.changeset/fifty-shirts-wait.md
fifty-shirts-wait.md
.changeset/warm-pugs-tell.md
warm-pugs-tell.md
.changeset/flat-bottles-unite.md

View file

@ -3220,6 +3220,7 @@ contributing.md
.changeset/cool-peaches-enjoy.md
.changeset/stale-chicken-perform.md
.changeset/fuzzy-jars-worry.md
.changeset/green-pumas-perform.md
.changeset/config.json
.changeset/forty-seahorses-occur.md
.changeset/four-falcons-remember.md
@ -3233,6 +3234,7 @@ contributing.md
.changeset/eighty-crabs-smile.md
.changeset/afraid-garlics-occur.md
.changeset/moody-plums-smile.md
.changeset/fifty-shirts-wait.md
.changeset/warm-pugs-tell.md
.changeset/flat-bottles-unite.md
.changeset/modern-lamps-sleep.md

View file

@ -30858,6 +30858,12 @@ src/assets/icons/arrow-down.svg
assets/icons/arrow-down.svg
icons/arrow-down.svg
arrow-down.svg
apps/admin-x-design-system/src/assets/icons/reload.svg
admin-x-design-system/src/assets/icons/reload.svg
src/assets/icons/reload.svg
assets/icons/reload.svg
icons/reload.svg
reload.svg
apps/admin-x-design-system/src/assets/icons/recepients.svg
admin-x-design-system/src/assets/icons/recepients.svg
src/assets/icons/recepients.svg

View file

@ -5106,6 +5106,7 @@ apps/admin-x-design-system/src/assets/icons/linkedin.svg
apps/admin-x-design-system/src/assets/icons/arrow-up.svg
apps/admin-x-design-system/src/assets/icons/facebook.svg
apps/admin-x-design-system/src/assets/icons/arrow-down.svg
apps/admin-x-design-system/src/assets/icons/reload.svg
apps/admin-x-design-system/src/assets/icons/recepients.svg
apps/admin-x-design-system/src/assets/icons/check-circle.svg
apps/admin-x-design-system/src/assets/icons/crown.svg

View file

@ -808,6 +808,30 @@ keystone.ts
examples/custom-session/sandbox.config.json
custom-session/sandbox.config.json
sandbox.config.json
examples/custom-esbuild/schema.ts
custom-esbuild/schema.ts
schema.ts
examples/custom-esbuild/schema.graphql
custom-esbuild/schema.graphql
schema.graphql
examples/custom-esbuild/esbuild.keystone.ts
custom-esbuild/esbuild.keystone.ts
esbuild.keystone.ts
examples/custom-esbuild/schema.prisma
custom-esbuild/schema.prisma
schema.prisma
examples/custom-esbuild/package.json
custom-esbuild/package.json
package.json
examples/custom-esbuild/keystone.ts
custom-esbuild/keystone.ts
keystone.ts
examples/custom-esbuild/sandbox.config.json
custom-esbuild/sandbox.config.json
sandbox.config.json
examples/custom-esbuild/README.md
custom-esbuild/README.md
README.md
examples/usecase-blog/schema.ts
usecase-blog/schema.ts
schema.ts
@ -3367,11 +3391,6 @@ core/src/lib/createGraphQLSchema.ts
src/lib/createGraphQLSchema.ts
lib/createGraphQLSchema.ts
createGraphQLSchema.ts
packages/core/src/lib/esbuild.ts
core/src/lib/esbuild.ts
src/lib/esbuild.ts
lib/esbuild.ts
esbuild.ts
packages/core/src/lib/context/createContext.ts
core/src/lib/context/createContext.ts
src/lib/context/createContext.ts
@ -3406,11 +3425,6 @@ core/src/lib/telemetry.ts
src/lib/telemetry.ts
lib/telemetry.ts
telemetry.ts
packages/core/src/lib/admin-meta-resolver.ts
core/src/lib/admin-meta-resolver.ts
src/lib/admin-meta-resolver.ts
lib/admin-meta-resolver.ts
admin-meta-resolver.ts
packages/core/src/lib/id-field.ts
core/src/lib/id-field.ts
src/lib/id-field.ts
@ -3467,6 +3481,11 @@ core/src/lib/typescript-schema-printer.ts
src/lib/typescript-schema-printer.ts
lib/typescript-schema-printer.ts
typescript-schema-printer.ts
packages/core/src/lib/resolve-admin-meta.ts
core/src/lib/resolve-admin-meta.ts
src/lib/resolve-admin-meta.ts
lib/resolve-admin-meta.ts
resolve-admin-meta.ts
packages/core/src/lib/coerceAndValidateForGraphQLInput.ts
core/src/lib/coerceAndValidateForGraphQLInput.ts
src/lib/coerceAndValidateForGraphQLInput.ts
@ -3618,6 +3637,11 @@ core/src/scripts/utils.ts
src/scripts/utils.ts
scripts/utils.ts
utils.ts
packages/core/src/scripts/esbuild.ts
core/src/scripts/esbuild.ts
src/scripts/esbuild.ts
scripts/esbuild.ts
esbuild.ts
packages/core/src/scripts/index.ts
core/src/scripts/index.ts
src/scripts/index.ts
@ -10110,6 +10134,8 @@ pnpm-lock.yaml
config.json
.changeset/split-document-field.md
split-document-field.md
.changeset/add-custom-esbuild.md
add-custom-esbuild.md
.changeset/add-isnullable-multiselect.md
add-isnullable-multiselect.md
.changeset/fix-uuid-rel.md

View file

@ -253,6 +253,14 @@ examples/custom-session/package.json
examples/custom-session/keystone-example.db
examples/custom-session/keystone.ts
examples/custom-session/sandbox.config.json
examples/custom-esbuild/schema.ts
examples/custom-esbuild/schema.graphql
examples/custom-esbuild/esbuild.keystone.ts
examples/custom-esbuild/schema.prisma
examples/custom-esbuild/package.json
examples/custom-esbuild/keystone.ts
examples/custom-esbuild/sandbox.config.json
examples/custom-esbuild/README.md
examples/usecase-blog/schema.ts
examples/usecase-blog/seed-data.ts
examples/usecase-blog/schema.graphql
@ -843,14 +851,12 @@ packages/core/src/testing.ts
packages/core/src/schema.ts
packages/core/src/lib/utils.ts
packages/core/src/lib/createGraphQLSchema.ts
packages/core/src/lib/esbuild.ts
packages/core/src/lib/context/createContext.ts
packages/core/src/lib/context/executeGraphQLFieldToRootVal.ts
packages/core/src/lib/context/executeGraphQLFieldWithSelection.ts
packages/core/src/lib/context/api.ts
packages/core/src/lib/create-admin-meta.ts
packages/core/src/lib/telemetry.ts
packages/core/src/lib/admin-meta-resolver.ts
packages/core/src/lib/id-field.ts
packages/core/src/lib/assets/utils.ts
packages/core/src/lib/assets/s3.ts
@ -861,6 +867,7 @@ packages/core/src/lib/assets/local.ts
packages/core/src/lib/createSystem.ts
packages/core/src/lib/prompts.ts
packages/core/src/lib/typescript-schema-printer.ts
packages/core/src/lib/resolve-admin-meta.ts
packages/core/src/lib/coerceAndValidateForGraphQLInput.ts
packages/core/src/lib/defaults.ts
packages/core/src/lib/migrations.ts
@ -887,6 +894,7 @@ packages/core/src/index.ts
packages/core/src/pkg-dir.ts
packages/core/src/access.ts
packages/core/src/scripts/utils.ts
packages/core/src/scripts/esbuild.ts
packages/core/src/scripts/index.ts
packages/core/src/scripts/telemetry.ts
packages/core/src/scripts/build.ts
@ -2076,6 +2084,7 @@ eslint.config.js
pnpm-lock.yaml
.changeset/config.json
.changeset/split-document-field.md
.changeset/add-custom-esbuild.md
.changeset/add-isnullable-multiselect.md
.changeset/fix-uuid-rel.md
.changeset/fix-keystone-prisma.md

View file

@ -28080,6 +28080,13 @@ Tests/Functional/Controller/LeadControllerTest.php
Functional/Controller/LeadControllerTest.php
Controller/LeadControllerTest.php
LeadControllerTest.php
app/bundles/LeadBundle/Tests/Functional/Controller/SendEmailToContactTest.php
bundles/LeadBundle/Tests/Functional/Controller/SendEmailToContactTest.php
LeadBundle/Tests/Functional/Controller/SendEmailToContactTest.php
Tests/Functional/Controller/SendEmailToContactTest.php
Functional/Controller/SendEmailToContactTest.php
Controller/SendEmailToContactTest.php
SendEmailToContactTest.php
app/bundles/LeadBundle/Tests/Functional/Controller/CompanyControllerTest.php
bundles/LeadBundle/Tests/Functional/Controller/CompanyControllerTest.php
LeadBundle/Tests/Functional/Controller/CompanyControllerTest.php
@ -30290,6 +30297,9 @@ Version20210112162046.php
app/migrations/Version20240226114528.php
migrations/Version20240226114528.php
Version20240226114528.php
app/migrations/Version20210115065034.php
migrations/Version20210115065034.php
Version20210115065034.php
app/migrations/Version20231110103625.php
migrations/Version20231110103625.php
Version20231110103625.php

View file

@ -4761,6 +4761,7 @@ app/bundles/LeadBundle/Tests/Functional/EventListener/SegmentSubscriberTest.php
app/bundles/LeadBundle/Tests/Functional/EventListener/CompanySubscriberFunctionalTest.php
app/bundles/LeadBundle/Tests/Functional/Controller/ImportControllerFunctionalTest.php
app/bundles/LeadBundle/Tests/Functional/Controller/LeadControllerTest.php
app/bundles/LeadBundle/Tests/Functional/Controller/SendEmailToContactTest.php
app/bundles/LeadBundle/Tests/Functional/Controller/CompanyControllerTest.php
app/bundles/LeadBundle/Tests/Fixtures/contacts.csv
app/bundles/LeadBundle/Tests/Fixtures/Model/LeadModelStub.php
@ -5153,6 +5154,7 @@ app/migrations/Version20230606111852.php
app/migrations/Version20220722074516.php
app/migrations/Version20210112162046.php
app/migrations/Version20240226114528.php
app/migrations/Version20210115065034.php
app/migrations/Version20231110103625.php
app/migrations/Version20221014061125.php
app/migrations/Version020230615115326.php

View file

@ -32554,6 +32554,9 @@ _unreleased/2024-06-10-run-unit-setup-in-admin-unit-watch-command.md
changelog/_unreleased/2024-07-29-affiliate-and-campaign-code-editable.md
_unreleased/2024-07-29-affiliate-and-campaign-code-editable.md
2024-07-29-affiliate-and-campaign-code-editable.md
changelog/_unreleased/2024-07-31-fix-missing-salutation-error-when-creating-a-customer.md
_unreleased/2024-07-31-fix-missing-salutation-error-when-creating-a-customer.md
2024-07-31-fix-missing-salutation-error-when-creating-a-customer.md
changelog/_unreleased/2024-07-31-fix-customer-groups-seo-url-display.md
_unreleased/2024-07-31-fix-customer-groups-seo-url-display.md
2024-07-31-fix-customer-groups-seo-url-display.md
@ -32566,6 +32569,9 @@ _unreleased/2024-07-09-open-shopping-experience-section-settings-when-clicking-o
changelog/_unreleased/2024-07-26-improve-admin-component-override-logic.md
_unreleased/2024-07-26-improve-admin-component-override-logic.md
2024-07-26-improve-admin-component-override-logic.md
changelog/_unreleased/2024-07-29-listing-filters-a11y-improvements.md
_unreleased/2024-07-29-listing-filters-a11y-improvements.md
2024-07-29-listing-filters-a11y-improvements.md
changelog/_unreleased/2024-06-26-add-email-idn-handling.md
_unreleased/2024-06-26-add-email-idn-handling.md
2024-06-26-add-email-idn-handling.md
@ -32602,6 +32608,9 @@ _unreleased/2024-06-21-add-mediaupdatedat-to-thumbnailpattern-for-disabled-thumb
changelog/_unreleased/2024-07-03-add-twig-blocks-to-order-general-info.md
_unreleased/2024-07-03-add-twig-blocks-to-order-general-info.md
2024-07-03-add-twig-blocks-to-order-general-info.md
changelog/_unreleased/2024-08-05-the-user-needs-to-be-able-to-close-triggered-additional-content.md
_unreleased/2024-08-05-the-user-needs-to-be-able-to-close-triggered-additional-content.md
2024-08-05-the-user-needs-to-be-able-to-close-triggered-additional-content.md
changelog/_unreleased/2024-07-02-improve-product-search-term-scoring-on-exact-matches.md
_unreleased/2024-07-02-improve-product-search-term-scoring-on-exact-matches.md
2024-07-02-improve-product-search-term-scoring-on-exact-matches.md
@ -32644,6 +32653,9 @@ _unreleased/2024-07-17-defined-system-config-default-node-structure.md
changelog/_unreleased/2024-07-03-search-by-product-number.md
_unreleased/2024-07-03-search-by-product-number.md
2024-07-03-search-by-product-number.md
changelog/_unreleased/2024-07-11-added-3d-viewer-light-intensity-in-media-config.md
_unreleased/2024-07-11-added-3d-viewer-light-intensity-in-media-config.md
2024-07-11-added-3d-viewer-light-intensity-in-media-config.md
changelog/_unreleased/2024-07-30-fix-cms-product-slider-offset-width-error.md
_unreleased/2024-07-30-fix-cms-product-slider-offset-width-error.md
2024-07-30-fix-cms-product-slider-offset-width-error.md
@ -32716,6 +32728,9 @@ _unreleased/2024-07-20-exclude-text-fields-from-float-casting.md
changelog/_unreleased/2024-07-18-add-criteria-title-to-search-endpoint.md
_unreleased/2024-07-18-add-criteria-title-to-search-endpoint.md
2024-07-18-add-criteria-title-to-search-endpoint.md
changelog/_unreleased/2024-07-29-ignore-old-js-script-files-during-theme-compile.md
_unreleased/2024-07-29-ignore-old-js-script-files-during-theme-compile.md
2024-07-29-ignore-old-js-script-files-during-theme-compile.md
changelog/_unreleased/2024-07-23-media-thumbnails-load-incorrectly-when-switching-remote-thumbnail-setting-from-disabled-to-enabled.md
_unreleased/2024-07-23-media-thumbnails-load-incorrectly-when-switching-remote-thumbnail-setting-from-disabled-to-enabled.md
2024-07-23-media-thumbnails-load-incorrectly-when-switching-remote-thumbnail-setting-from-disabled-to-enabled.md
@ -137314,6 +137329,24 @@ test/plugin/offcanvas-cart/offcanvas-cart.plugin.test.js
plugin/offcanvas-cart/offcanvas-cart.plugin.test.js
offcanvas-cart/offcanvas-cart.plugin.test.js
offcanvas-cart.plugin.test.js
src/Storefront/Resources/app/storefront/test/plugin/listing/filter-boolean.plugin.test.js
Storefront/Resources/app/storefront/test/plugin/listing/filter-boolean.plugin.test.js
Resources/app/storefront/test/plugin/listing/filter-boolean.plugin.test.js
app/storefront/test/plugin/listing/filter-boolean.plugin.test.js
storefront/test/plugin/listing/filter-boolean.plugin.test.js
test/plugin/listing/filter-boolean.plugin.test.js
plugin/listing/filter-boolean.plugin.test.js
listing/filter-boolean.plugin.test.js
filter-boolean.plugin.test.js
src/Storefront/Resources/app/storefront/test/plugin/listing/filter-rating-select.plugin.template.html
Storefront/Resources/app/storefront/test/plugin/listing/filter-rating-select.plugin.template.html
Resources/app/storefront/test/plugin/listing/filter-rating-select.plugin.template.html
app/storefront/test/plugin/listing/filter-rating-select.plugin.template.html
storefront/test/plugin/listing/filter-rating-select.plugin.template.html
test/plugin/listing/filter-rating-select.plugin.template.html
plugin/listing/filter-rating-select.plugin.template.html
listing/filter-rating-select.plugin.template.html
filter-rating-select.plugin.template.html
src/Storefront/Resources/app/storefront/test/plugin/listing/filter-multi-select.plugin.test.js
Storefront/Resources/app/storefront/test/plugin/listing/filter-multi-select.plugin.test.js
Resources/app/storefront/test/plugin/listing/filter-multi-select.plugin.test.js
@ -137332,6 +137365,15 @@ test/plugin/listing/listing.plugin.test.js
plugin/listing/listing.plugin.test.js
listing/listing.plugin.test.js
listing.plugin.test.js
src/Storefront/Resources/app/storefront/test/plugin/listing/filter-rating-select.plugin.test.js
Storefront/Resources/app/storefront/test/plugin/listing/filter-rating-select.plugin.test.js
Resources/app/storefront/test/plugin/listing/filter-rating-select.plugin.test.js
app/storefront/test/plugin/listing/filter-rating-select.plugin.test.js
storefront/test/plugin/listing/filter-rating-select.plugin.test.js
test/plugin/listing/filter-rating-select.plugin.test.js
plugin/listing/filter-rating-select.plugin.test.js
listing/filter-rating-select.plugin.test.js
filter-rating-select.plugin.test.js
src/Storefront/Resources/app/storefront/test/plugin/base-slider/base-slider.plugin.test.js
Storefront/Resources/app/storefront/test/plugin/base-slider/base-slider.plugin.test.js
Resources/app/storefront/test/plugin/base-slider/base-slider.plugin.test.js

View file

@ -5860,10 +5860,12 @@ changelog/_unreleased/2024-05-22-navbar-for-main-navigation.md
changelog/_unreleased/2024-07-05-increase-app-payment-timeout-to-20-s.md
changelog/_unreleased/2024-06-10-run-unit-setup-in-admin-unit-watch-command.md
changelog/_unreleased/2024-07-29-affiliate-and-campaign-code-editable.md
changelog/_unreleased/2024-07-31-fix-missing-salutation-error-when-creating-a-customer.md
changelog/_unreleased/2024-07-31-fix-customer-groups-seo-url-display.md
changelog/_unreleased/2024-05-23-add-customer-impersonation.md
changelog/_unreleased/2024-07-09-open-shopping-experience-section-settings-when-clicking-on-setting-in-the-context-menu.md
changelog/_unreleased/2024-07-26-improve-admin-component-override-logic.md
changelog/_unreleased/2024-07-29-listing-filters-a11y-improvements.md
changelog/_unreleased/2024-06-26-add-email-idn-handling.md
changelog/_unreleased/2024-07-16-add-parameters-to-checkout-exceptions.md
changelog/_unreleased/2024-07-03-dont-remove-cache-cookies-for-404.md
@ -5876,6 +5878,7 @@ changelog/_unreleased/2024-06-27-add-default-value-for-augmented-reality-media.m
changelog/_unreleased/2024-07-10-avoid-negative-reviews-offset.md
changelog/_unreleased/2024-06-21-add-mediaupdatedat-to-thumbnailpattern-for-disabled-thumbnail-generation.md
changelog/_unreleased/2024-07-03-add-twig-blocks-to-order-general-info.md
changelog/_unreleased/2024-08-05-the-user-needs-to-be-able-to-close-triggered-additional-content.md
changelog/_unreleased/2024-07-02-improve-product-search-term-scoring-on-exact-matches.md
changelog/_unreleased/2024-07-05-allow-adding-default-values-to-custom-entities.md
changelog/_unreleased/2024-08-01-replace-assignment-count-in-cms-layout-listing.md
@ -5890,6 +5893,7 @@ changelog/_unreleased/2024-07-05-add-routes-api-routes-list-endpoint.md
changelog/_unreleased/2024-07-31-upsert-custom-fields-in-app-lifecycle.md
changelog/_unreleased/2024-07-17-defined-system-config-default-node-structure.md
changelog/_unreleased/2024-07-03-search-by-product-number.md
changelog/_unreleased/2024-07-11-added-3d-viewer-light-intensity-in-media-config.md
changelog/_unreleased/2024-07-30-fix-cms-product-slider-offset-width-error.md
changelog/_unreleased/2024-05-24-improve-admin-login-session.md
changelog/_unreleased/2024-06-05-add-intra-community-delivery-label-for-cancellation-invoice.md
@ -5914,6 +5918,7 @@ changelog/_unreleased/2024-06-11-add-storage-name-to-entity-attributes.md
changelog/_unreleased/2024-06-26-add-order-and-customer-number-filters-to-admin-lists.md
changelog/_unreleased/2024-07-20-exclude-text-fields-from-float-casting.md
changelog/_unreleased/2024-07-18-add-criteria-title-to-search-endpoint.md
changelog/_unreleased/2024-07-29-ignore-old-js-script-files-during-theme-compile.md
changelog/_unreleased/2024-07-23-media-thumbnails-load-incorrectly-when-switching-remote-thumbnail-setting-from-disabled-to-enabled.md
changelog/_unreleased/2024-06-04-fix-cms-data-mapping-for-nested-translations.md
changelog/_unreleased/2024-07-08-limit-search-term-length-for-mysql-search.md
@ -20090,8 +20095,11 @@ src/Storefront/Resources/app/storefront/test/plugin/offcanvas/ajax-offcanvas.plu
src/Storefront/Resources/app/storefront/test/plugin/offcanvas/offcanvas.plugin.test.js
src/Storefront/Resources/app/storefront/test/plugin/offcanvas/html-offcanvas.plugin.test.js
src/Storefront/Resources/app/storefront/test/plugin/offcanvas-cart/offcanvas-cart.plugin.test.js
src/Storefront/Resources/app/storefront/test/plugin/listing/filter-boolean.plugin.test.js
src/Storefront/Resources/app/storefront/test/plugin/listing/filter-rating-select.plugin.template.html
src/Storefront/Resources/app/storefront/test/plugin/listing/filter-multi-select.plugin.test.js
src/Storefront/Resources/app/storefront/test/plugin/listing/listing.plugin.test.js
src/Storefront/Resources/app/storefront/test/plugin/listing/filter-rating-select.plugin.test.js
src/Storefront/Resources/app/storefront/test/plugin/base-slider/base-slider.plugin.test.js
src/Storefront/Resources/app/storefront/test/helper/element-replace.helper.template.html
src/Storefront/Resources/app/storefront/test/helper/string-helper.test.js

View file

@ -717,6 +717,11 @@ js/product-editor/changelog/fix-loading-layout-template
product-editor/changelog/fix-loading-layout-template
changelog/fix-loading-layout-template
fix-loading-layout-template
packages/js/product-editor/changelog/add-50231_e2e_description_using_block_editor
js/product-editor/changelog/add-50231_e2e_description_using_block_editor
product-editor/changelog/add-50231_e2e_description_using_block_editor
changelog/add-50231_e2e_description_using_block_editor
add-50231_e2e_description_using_block_editor
packages/js/product-editor/changelog/update-product-editor-disable-add-button-when-no-attributes
js/product-editor/changelog/update-product-editor-disable-add-button-when-no-attributes
product-editor/changelog/update-product-editor-disable-add-button-when-no-attributes
@ -63056,6 +63061,10 @@ plugins/woocommerce/changelog/49304-update-express-checkout-layout
woocommerce/changelog/49304-update-express-checkout-layout
changelog/49304-update-express-checkout-layout
49304-update-express-checkout-layout
plugins/woocommerce/changelog/add-50231_e2e_description_using_block_editor
woocommerce/changelog/add-50231_e2e_description_using_block_editor
changelog/add-50231_e2e_description_using_block_editor
add-50231_e2e_description_using_block_editor
plugins/woocommerce/changelog/dev-speedup-check-asset-sizes-take-3
woocommerce/changelog/dev-speedup-check-asset-sizes-take-3
changelog/dev-speedup-check-asset-sizes-take-3
@ -63128,6 +63137,10 @@ plugins/woocommerce/changelog/add-49908_track_unit_tests
woocommerce/changelog/add-49908_track_unit_tests
changelog/add-49908_track_unit_tests
add-49908_track_unit_tests
plugins/woocommerce/changelog/50348-fix-improve-documentation
woocommerce/changelog/50348-fix-improve-documentation
changelog/50348-fix-improve-documentation
50348-fix-improve-documentation
plugins/woocommerce/changelog/update-no-html-arialabel
woocommerce/changelog/update-no-html-arialabel
changelog/update-no-html-arialabel
@ -63140,6 +63153,10 @@ plugins/woocommerce/changelog/add-add-pattern-button-to-no-blocks-placeholder
woocommerce/changelog/add-add-pattern-button-to-no-blocks-placeholder
changelog/add-add-pattern-button-to-no-blocks-placeholder
add-add-pattern-button-to-no-blocks-placeholder
plugins/woocommerce/changelog/50334-patch-21
woocommerce/changelog/50334-patch-21
changelog/50334-patch-21
50334-patch-21
plugins/woocommerce/changelog/dev-webpack-loaders-scannig-paths-tweaks
woocommerce/changelog/dev-webpack-loaders-scannig-paths-tweaks
changelog/dev-webpack-loaders-scannig-paths-tweaks
@ -63172,10 +63189,6 @@ plugins/woocommerce/changelog/50086-fix-opt-in-fonts
woocommerce/changelog/50086-fix-opt-in-fonts
changelog/50086-fix-opt-in-fonts
50086-fix-opt-in-fonts
plugins/woocommerce/changelog/link-tracks-events-from-cta-to-site-connected-using-utm-params
woocommerce/changelog/link-tracks-events-from-cta-to-site-connected-using-utm-params
changelog/link-tracks-events-from-cta-to-site-connected-using-utm-params
link-tracks-events-from-cta-to-site-connected-using-utm-params
plugins/woocommerce/changelog/fix-47071-navigation-landmarks
woocommerce/changelog/fix-47071-navigation-landmarks
changelog/fix-47071-navigation-landmarks

View file

@ -150,6 +150,7 @@ packages/js/product-editor/changelog/add-46919
packages/js/product-editor/changelog/fix-45641
packages/js/product-editor/changelog/fix-product-editor-length-label
packages/js/product-editor/changelog/fix-loading-layout-template
packages/js/product-editor/changelog/add-50231_e2e_description_using_block_editor
packages/js/product-editor/changelog/update-product-editor-disable-add-button-when-no-attributes
packages/js/product-editor/changelog/fix-product-editor-images-drop-error
packages/js/product-editor/changelog/update-product-editor-retrieves-templates-from-cpt
@ -9511,6 +9512,7 @@ plugins/woocommerce/changelog/add-bump-stats-error
plugins/woocommerce/changelog/prep-post-release-tasks-9.1.4
plugins/woocommerce/changelog/fix-49980-overlay-navigation-title-icon
plugins/woocommerce/changelog/49304-update-express-checkout-layout
plugins/woocommerce/changelog/add-50231_e2e_description_using_block_editor
plugins/woocommerce/changelog/dev-speedup-check-asset-sizes-take-3
plugins/woocommerce/changelog/50136-update-46209-text-adjustments-on-shipping-zones-settings-page
plugins/woocommerce/changelog/add-wcadmin-remote-logging
@ -9529,9 +9531,11 @@ plugins/woocommerce/changelog/fix-wcadmin-react-18-create-root-shippingzones-pay
plugins/woocommerce/changelog/49803-fix-subscription-activation-with-multiple-subs-for-same-product
plugins/woocommerce/changelog/46201-product-collection-sync-with-current-query-doesnt-display-the-correct-products-in-the-specific-category-templates
plugins/woocommerce/changelog/add-49908_track_unit_tests
plugins/woocommerce/changelog/50348-fix-improve-documentation
plugins/woocommerce/changelog/update-no-html-arialabel
plugins/woocommerce/changelog/dev-fix-double-posting-review-comment
plugins/woocommerce/changelog/add-add-pattern-button-to-no-blocks-placeholder
plugins/woocommerce/changelog/50334-patch-21
plugins/woocommerce/changelog/dev-webpack-loaders-scannig-paths-tweaks
plugins/woocommerce/changelog/49737-fix_add_login_in_reset_pass_emails
plugins/woocommerce/changelog/50174-fix-50173
@ -9540,7 +9544,6 @@ plugins/woocommerce/changelog/50196-add-improve_tracking_survey
plugins/woocommerce/changelog/50210-44589-cys---core-e2e-test-add-coverage-for-the-fonts-added-via-font-library
plugins/woocommerce/changelog/fix-google-for-woocommerce-e2e
plugins/woocommerce/changelog/50086-fix-opt-in-fonts
plugins/woocommerce/changelog/link-tracks-events-from-cta-to-site-connected-using-utm-params
plugins/woocommerce/changelog/fix-47071-navigation-landmarks
plugins/woocommerce/changelog/add-49927-main-payments-screen
plugins/woocommerce/changelog/e2e-cleanup-environment-console-log

View file

@ -26,6 +26,10 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
.well-known
.well-known/assetlinks.json
.xml
/*/*/_tools
/*/*/more_ideas
/*/_tools
/*/activity
/*/branches
/*/commits
/*/compare
@ -33,8 +37,11 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/*/edit$
/*/forks
/*/graphs
/*/group
/*/invite
/*/issues/new
/*/issues/search
/*/more_ideas
/*/network
/*/projects
/*/pulse
@ -44,10 +51,21 @@ $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
@ -59,6 +77,8 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/comments
/commits/*?author
/commits/*?path
/communities
/discovered
/docs/product
/download
/download/Browse.aspx?
@ -83,6 +103,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/layout/
/leads/*/jsplayer_show_lead_form.html
/leads/*/show_form.html
/likes
/listing/*/favoriters
/lookup?
/mediaapi/
@ -90,15 +111,20 @@ $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=
@ -114,11 +140,15 @@ $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
@ -192,6 +222,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
?order=
?pt1=true$
?s=
?show_error=true
?slogin
?tab=achievements&achievement=
?utm_*=
@ -983,6 +1014,8 @@ ZipCodeLookupAjax
[_0-9a-zA-Z]+/status/[0-9]+/likes
[_0-9a-zA-Z]+/status/[0-9]+/retweets
_
_/_
_/_/pixel
_/aihub_pod
_/ain/_/js
_/alkali-learn
@ -1044,6 +1077,8 @@ _next/gtm
_next/jwt
_next/title
_next/viewer
_ngjs/resource
_ngjs/resource/*/get
_nimbusJson.json
_nimbusJsonp.js
_nimbusJsonpStatic.js
@ -1149,10 +1184,12 @@ ad_spice
ad_syndication_user_tracking
ad_visibility
addContacts
addboard
addressBookExport
admin
adredir?
ads
ads.txt
ads/gpa/vidgen
ads/hotels/partners
ads/learn
@ -1171,6 +1208,7 @@ adwords/proposal
adx/bin
affil
affil/pal
age-appeal
aihub/tfhub
ajax
ajax/follow_info
@ -1210,7 +1248,9 @@ api/v3/ajax/bespoke/public/neu/specs
api_access_key=
app*_
app*form_id=
app-ads.txt
app/updates
appealed-pin
apple-app-site-association
apps
apps*&tags=
@ -1382,6 +1422,7 @@ auth/verifychallenge
author/following
author=
authwall
autocomplete
avis
away.php
b2bauth
@ -1500,7 +1541,11 @@ blogs/test
blogsearch
blogsearch_feeds
bn
board
board_activity
board_activity_comment
bookmark?
bookmarklet
bookmarks
books
books/about
@ -1522,17 +1567,38 @@ 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
@ -1729,6 +1795,7 @@ checkout
checkout/package
checkoutnow
checkpoint
christmas-spotlight
chrome/browser/mobile/tour
chrome/crlset
chrome/webstore/images
@ -1751,6 +1818,7 @@ clickthru
client_errors
clima/ets
clima/sites/registry
close-account
cloud-launcher/sitemap
cloudsourcetools/images
cms_content
@ -1772,6 +1840,7 @@ commercesearch/images
commercesearch/services
commission_2010-2014/katainen
commits?author=
communities
communities/bin.aspx?
communities/blogs/PortalResults.mspx?
communities/eventdetails.mspx?
@ -1787,12 +1856,15 @@ 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
@ -1800,20 +1872,31 @@ 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
@ -1822,7 +1905,9 @@ cse?
csp
csp_block
csp_report_only
csrf_error
ct
ct.html
ct/log_list
culturalinstitute/images
culturalinstitute/sitemaps
@ -1937,7 +2022,9 @@ de/teams
de/transactions
de/treasury
de/your
deactivate-account
default
delete_post
delight
dell/cities-transformed
dell/cloud-future-of-medicine
@ -1988,6 +2075,7 @@ digital-single-market/taxonomy
digital-single-market/users
directory
directory/all
discover
discussion
discussion/comment-permalink
discussion/edit-profile
@ -2083,6 +2171,8 @@ ebooks?*zoom=1
ebooks?*zoom=5
ece
eclas
edit
editorial/*
edu/cs4hs
education/404_en.htm
edurec
@ -2094,6 +2184,7 @@ elite?
email
email-unsubscribe
email_actions
email_verification_error
embed
embed/feed/update
employment_social/anticipedia/xwiki/bin/attach
@ -2148,6 +2239,7 @@ en/microsoft-viva/
en/security
en/security/
endorsements
engagement
enterprise-jobs
enterprise-partner-search/sitemaps
environment/ets
@ -2250,6 +2342,8 @@ 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
@ -2259,6 +2353,7 @@ facebook
facebook_connect
faves-i_love_u_get_away_from_me
favorite
fb.html
fe=true
feature/sf-test
feed
@ -2339,6 +2434,8 @@ flights
flutter-canvaskit
folder
follow
follow_board
follow_user
following
food/archive
food/favourites
@ -2450,6 +2547,8 @@ global$
globalmarketfinder
globalmarketfinder/*.html
gog
google_gdn.html
google_search.html
googlebooks/images
gp
gp/aag
@ -2559,6 +2658,7 @@ gview
gwt
h5games_gamecenter/images
handmade
hanukkah-spotlight
hashtag/*?src=
hd
header/channels
@ -2634,15 +2734,18 @@ 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://ec.europa.eu/robots.txt
http://news.google.com/robots.txt
http://amazon.co.uk/robots.txt
http://i2.wp.com/robots.txt
hub?category=
hz/contact-us/ajax/initiate-trusted-contact
hz/help/contact/*/message/$
@ -2653,6 +2756,9 @@ 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
@ -2826,11 +2932,14 @@ 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
@ -2921,6 +3030,8 @@ 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
@ -2988,6 +3099,7 @@ knowmore
ko-kr.www.cloudflare.com
ko-kr/feedback
ko-kr/lp
kwanzaa-spotlight
labs/popgadget/search
lamda/images
landing/cmsnext-root
@ -3022,10 +3134,12 @@ learning/search?
learning/settings
learning/settings$
learning/settings?
lens-search
li/track
library/devices
licensing-syndication
limited-release
linked
linkedin
list
list/ls*/_ajax
@ -3033,6 +3147,7 @@ list/ls*/export
listing/*/stubs
lite
lite.publication.PublicationRequestFulltextPromo.requestFulltext.html
live-session
live_chat
lm/R1XIHQVKXSKBNJ
lm/R3HQ5WJSZK6QSO
@ -3063,6 +3178,7 @@ location_suggest
lochp?
login
login$
login/?next=
login?*=
logo-maker/brief
logo-maker/choose-variation
@ -3309,6 +3425,7 @@ native
nb-no.www.cloudflare.com
nbubumblebee
network
new_invite
news$
news/$
news/0
@ -3320,6 +3437,7 @@ news/test
news/test-liveblog
news?viewArticle
newsArticle
news_hub
newsletter
newsroom/dae
newssearch
@ -3428,6 +3546,7 @@ no-en/treasury
no-en/your
nonprofits/account
not_recommended_reviews/preview
notifications
nova
ns/hydra/console/?
nus-trk
@ -3482,8 +3601,12 @@ 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
@ -3516,8 +3639,11 @@ 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
@ -3552,8 +3678,40 @@ 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
@ -3605,6 +3763,7 @@ pl/teams
pl/transactions
pl/treasury
pl/your
place
plan=
platform-telemetry
play/store/web
@ -3631,6 +3790,7 @@ ppob/?
ppob?
pqa
preference
prefs
present
presentation
prettyearth/assets
@ -3641,6 +3801,8 @@ private
pro
pro-resources
pro/about
product-catalogs
product-feed
product-reviews/B0069IY63Y
productPurchaseDone
product_
@ -3719,6 +3881,7 @@ publications
publicliterature.PublicLiterature.search.html
purchases
puzzles/leaderboards/invite
pw
pwapi-proxy/pwproxy
pwapiv2
px.gif
@ -3726,6 +3889,7 @@ q=
qnasearch?
qr
quality_form?
quiz
r
rackspace/elevating-performance
radio/aod
@ -3739,6 +3903,7 @@ rd/search
rd/search$
rd/search?
recensioni
recently-viewed
recharge/dashboard/car
recharge/dashboard/static
recipes/search
@ -3756,6 +3921,8 @@ refer
refer/pal
referrals
referrer=
refresh_stored_accounts
refresh_token
register
registration
registry/wishlist
@ -3765,10 +3932,14 @@ 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
@ -3804,6 +3975,7 @@ s2/sitemaps
s2/static
s3
s?
safe-redirect
safebrowsing/diagnostic
safebrowsing/report_badware
safebrowsing/report_error
@ -3902,6 +4074,7 @@ searchhistory
sections
secure
seller_onboarding
sendHeaderEarly
send_to_friend
sendarticle
services
@ -3975,6 +4148,7 @@ shihui?
shop/browse/overlay
shop/iphone/payments/overlay
shop_name_search_service
shop_pins
shopping-content-api/product_images
shopping/product
shopping/ratings/account/metrics
@ -3983,7 +4157,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
@ -4267,11 +4441,13 @@ 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/
@ -4294,6 +4470,7 @@ ss
ss/customer-reviews/lighthouse
ss/twister/ajax
sslsingle
sso
stadia/gamers
start
start_order
@ -4348,6 +4525,10 @@ storefront
storepicker
stores/page/*visitId=
stories
story-pin-builder
story-pin-invite
story_feed
story_pins
studios
styles/js-on.css$
subscribe/braintree
@ -4368,6 +4549,7 @@ support
support/content
support/forum/search?
surprise
suspension-appeal
sv-se.www.cloudflare.com
svc
svc/crosswords
@ -4378,6 +4560,7 @@ svc/spelling-bee
svc/vertex
svc/wordle
svpRecommendations
sw-shell.html
swg
syndicate
system1/images
@ -4385,6 +4568,7 @@ t/terms
tab=
tablet
tacms
taggingtool
tagmanager/containers/xo
tagmanager/pptm.js
talk
@ -4417,8 +4601,10 @@ test
testpage-forhomepage
tetro
th-th.www.cloudflare.com
thanksgiving-spotlight
thanx?
themacallan/worlds-together
theme
themes/rss
things/search
things/search$
@ -4501,6 +4687,7 @@ trustedstores/s
trustedstores/tm2
trustedstores/verify
tucritica
tv
tv/thumb
tvschedule
twitter
@ -4566,9 +4753,13 @@ 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
@ -4643,6 +4834,8 @@ uviewer
v1
v1/browser-performance
v1/stats
v1/urls/count.json
v3/pidgets/log
v4
verify_age
vi-vn.www.cloudflare.com
@ -4673,10 +4866,13 @@ 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
@ -5137,6 +5333,7 @@ xml?
xoplatform/logger/api/logger
xorouter
your
your-shop
youth/404_en.htm
youtube/fonts
youtube/img/promos

View file

@ -15,6 +15,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
%7B%7Burl%7D%7D
%7B*%7D
%7C
%7Cd_
&
&*
&*To66.Asia
@ -2299,6 +2300,9 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/MANUALS/*.pdf$
/Message-Error.htm
/Newsroom/GoogleSitemap
/Ntk
/Ntt
/Ntx
/P
/PWD
/RedesignBucket
@ -2407,7 +2411,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/answers/revisions/
/answers/search
/answers/users/
/antiSpam$
/api
/api$
/api/wpa
@ -2424,7 +2427,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/apps
/archive
/archives/*/archives
/article/*$
/article/eid
/article/figure/powerpoint
/article/metrics
@ -2450,8 +2452,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/bbb-reports-on
/bbw
/bbw.html
/beaconBase$
/beforeUnload$
/big-boobs.html
/big-tits.html
/bill-pay/bank-link
@ -2538,7 +2538,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/claim-money?
/click$
/click?type=*$
/client$
/client/
/clients/
/clima/
@ -2585,7 +2584,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/component
/component-archive
/components
/compose$
/computer/thanks
/computer/thanks-partner
/conf
@ -2604,7 +2602,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/content/search
/content/usergenerated/asi/mongo/content/sites/activitystreams/activities/community
/contributor
/cookie$
/cookie.js
/cookie/dmaid
/core/
@ -2732,7 +2729,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/error
/error/
/es/partidos
/etag$
/evalcenter/
/events
/events/atom
@ -2769,7 +2765,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/filter/tips
/finder/*/*/?*filter=*_*_*_*_
/finder/*/?*filter=*_*_*_*_
/firebase-messaging-sw.js
/fizipcodecheck
/fly/*/bundles/flyjs
/follow
@ -2810,7 +2805,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/global/assets/rotera
/globalization/
/goglobal/
/goldlog$
/graphs
/group
/h--
@ -2845,7 +2839,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/ideas/tags
/idojaras/
/ie/
/iframe$
/ifrmwdt/*
/iine_entry-*.html
/ikea-family/cancel-signup
@ -2873,7 +2866,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/info/contactus/email-the-ceo
/info/kdt
/informacion-de-mi-cuenta
/initLoad$
/inline$
/insights
/internal+no-explicit
@ -2908,7 +2900,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/legal/*?ets=
/legal/advertiser-terms-and-conditions
/legal/gdpr-article-15-information
/lib_b/*$
/libarary/
/libary/
/library
@ -2963,8 +2954,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/live-stream
/load.js
/log
/log$
/logSend$
/login
/login$
/login*/search?
@ -2983,7 +2972,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/magazine/
/magazine/get_comment
/mail/*
/makeid$
/manage
/management
/matches
@ -2999,14 +2987,12 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/merge_requests/*/diffs
/merged
/message-board.html
/metaInfo$
/meteo/
/meteorologia/
/metrics
/midas
/milestone_counts
/misc
/misc$
/mmpub
/mobile_collapsed
/mobile_expanded_voter_list
@ -3043,7 +3029,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/nago-
/nago-*.html
/nago.html
/nameStorage$
/navigation.js
/ncommon/
/network
@ -3131,7 +3116,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/pdfft
/people/*/circle
/people/*/favorites
/personality/index$
/pgtrack.js
/photo-center/*
/ping
@ -3192,8 +3176,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/public/fc-assets/locales
/public/insights/share/anniversary*?
/pull
/pvData$
/pvid$
/query
/questions
/r
@ -3214,7 +3196,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/receipt
/recommendations/products
/references
/referrer$
/register/
/registration-confirmation/
/related
@ -3257,6 +3238,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/scheduled-pin
/scheduled-pins
/schemes
/schoollist
/schrijf-een-review
/science/ereader
/science/fabrication
@ -3363,7 +3345,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/sell-now
/seller--
/seminar/
/sendpv$
/sensor
/serie
/services
@ -3409,10 +3390,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/speednewsbytopic/*
/speednewsshow/*
/speedtest
/spm$
/spmException$
/spmMonitor$
/spmact$
/sponsored
/src
/stag
@ -3526,7 +3503,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/users/*/group
/users/group
/users/popular-week
/util$
/utils
/v2
/vaak-samen-gekocht
@ -3590,7 +3566,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/windows/uwp/
/windows/uwp/*/
/windowsvista/
/windvane$
/winfx/
/workshop
/workshop/
@ -3652,7 +3627,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
?*cat
?*categories=
?*cgi-bin=
?*cid=
?*claimed=
?*combine=*
?*controlsVisibleOnLoad
@ -3693,13 +3667,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
?*login=
?*luicode
?*mcubz=
?*nochartbeat=
?*noga=
?*nograpeshot=
?*nogtm=
?*noixwrapper=
?*nomoat=
?*nomoatyi=
?*offset
?*omnil
?*onboardData=
@ -3731,7 +3698,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
?*scriptPath
?*search=
?*searchResultPosition=
?*showonlyads=
?*shpxid=
?*signUpRequest=
?*smid=
@ -3974,7 +3940,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
?dateRange=
?de
?delete_id=
?destination=
?diff=
?distance=
?edit=
@ -4132,14 +4097,9 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
?q=admin
?q=comment/reply
?q=contact
?q=epaper
?q=facebook-instant-articles/feed
?q=filter/tips
?q=logout
?q=node/*/edit
?q=node/*/nodequeue
?q=node/add
?q=print
?q=profile
?q=search
?q=user
@ -4370,6 +4330,8 @@ AdRequestEventLogApi
AddForumUser
AddListing
AddThis.com
AddToList
AddToRegistry
Admin
Admin/
Administration/
@ -4386,8 +4348,10 @@ AirlineRegistration
AirlineTips
AirportFromGeoAjax
AirportIP
AjaxSearchNavigationView
Album.aspx/*
AllReviews
Allons_voter
AlumniAppLoad
AmazonCloudFront/2008-06-30
AmazonCloudFront/2009-04-02
@ -5260,7 +5224,6 @@ Archive/Teams/testing
Areas/
Areas/Epx/Content/500.aspx?aspxerrorpath=
Art
Article_type=
Articles/Email.aspx
ArticlesV2
AsHeardOn
@ -5287,6 +5250,7 @@ BDCbot
BIXOCRAWLER
BLEXBot
BLImpRecord
BTWN
BUbiNG
Backnumber
Baldric/static-1.71
@ -5317,6 +5281,7 @@ COG
CP
CR-Dokumentation.pdf$
Calculator
CallToActionModalView
CampaignConfigAjax
CampaignConfiguration
CampaignId
@ -5337,6 +5302,11 @@ CheapFlightsRecord
CheapFlightsSearchDeals
CheapFlightsSearchResults
CheapFlightsSearchSeatGuru
Checkout
CheckoutEditItemsDisplayView
CheckoutOrderBillingView
CheckoutOrderShippingView
CheckoutSignInView
Citation/Download
Civ
Claim
@ -5413,22 +5383,27 @@ Download
DownloadFile/
DynamicPlacementAjax
ERRORS
ESPDisplayOptionsViewCmd
ESPModal
EULegal
EarlyRequesterJS/static-1.38
ElasticLoadBalancing/2009-05-15
ElasticLoadBalancing/2010-07-01
EmailCartView
EmailHotel
EmailMap
EmailMemberRegistration
EmailSpellCheckJson
Emailer
EmbedSlideshow
EnlargedImageView
Entrez
ErrorLog
ErrorPage
EssentialMetrics
EventDates
Exabot
ExitCheckoutCmd
ExitWindow
ExpandedUserReviews
ExperiencesCommerce
@ -5450,9 +5425,12 @@ FareCalendar
FatalError.html
FavoriteReviewManagement
Featured
FeaturedShowMoreOverlay
Features/SpinaBifidaProgram/
Feeds
Fetch
FetchProdRefreshContent
FiatsCmd
FilterState
FindRestaurants
FinishAppInstall
@ -5479,6 +5457,7 @@ ForumSetSortCookie
ForumSignIn
ForumVote
Fragment/SysConfig
FreeGiftDisplayView
FreeTools
Friends
Friends/inviteFriends
@ -5494,6 +5473,7 @@ GSSAjax
GeneralSupport
Generic/Generic
Generic/IOS/
GenericRegistryPortalView
Genieo
GermanwingsPromo
GermanwingsRegistration
@ -5502,6 +5482,7 @@ GetListedLightbox
GetListedUpdateAttraction
GetListedUpdateEatery
GetMobileApp
GiftRegistrySearchViewCmd
Gigabot
GoogleInternetAuthority
Gpits
@ -5509,6 +5490,7 @@ GreenLeaderAjax
GreenLeadersProxy
GroupHomeApi
GroupManagementCenter
GuestAsAnonymous
GuestExperience
GuestXManagementTool
GuideAjax
@ -5526,6 +5508,7 @@ HeadJS/static-2.83
HeadJS/static-2.84
HeadJS/static-2.92
Help
HelpContent
HelpProxy
HelpUkraine
Heritrix
@ -5670,6 +5653,7 @@ LocationTab
LocationWidget
LogMediaClick
Login.html
LogonForm
MAINTAINERS.txt
MAPS
MJ12bot
@ -5682,8 +5666,10 @@ Mail/
MailEmergency
Manage/
ManageListing
ManageOrder
ManageOwnersTopReasonsApi
ManagePhotos
ManageReturns
ManageShopListingApi
ManageShopping
ManageStoryboard
@ -5697,6 +5683,7 @@ Marketing/EcapSurvey.aspx
Maxthon
McKinsey
MediaBadgeResponse
MediaDisplayView
MediaKit
MediaVoting
MeetingsBase/static-1.1538
@ -5988,12 +5975,14 @@ OfferAnnouncementManagement
Offline
OnThisDay
OpenGraphLander
OpenZoomLayer
OpeningHours
OptOutEmail
OptimusNativePayment
OrderItemDisplay
OrderItemDisplay=
Orthogaffe
OtherDisplayView
Out-Of-Date
OverlayWidgetAjax
OwnerActivityFeedAjax
@ -6083,6 +6072,8 @@ PrintGuide
Private
ProductCancellationLogApi
ProductCart
ProductComparisonCmd
ProductDetailsTabView
ProductError
Production/
Products/AddToCart.aspx
@ -6092,6 +6083,8 @@ Products/subscriptionsSpecial.aspx
Profile
Project
PromoTools
PromotionDetailsDisplayView
PromotionDisplayView
ProxyToolsAccountSettingsTool
ProxyToolsBillingAndPaymentsTool
ProxyToolsBillingDetailTool
@ -6114,6 +6107,7 @@ ProxyToolsTokenTestTool
QUICKNEWS
QueryJson
QuerySeekerSpider
QuickInfoView
QuickReview
Quickcast
R
@ -6163,12 +6157,14 @@ RegistrationInterceptPopup
RegistreWeb/search/advanced.htm
RegistreWeb/search/simple.htm
RegistreWeb/search/typedoc.htm
RegistryPortalCmd
RemindMe
RentalCarsRedirect
RentalPropertyManager
RentalWatchSignup
RentalsSearch
RentalsSupport
ReportAbuse
ReportBug
ReportIAP
ReportPost
@ -6208,6 +6204,7 @@ SI
SID=
SITE=es.antevenio.
SNP
SOImapPriceDisplayView
SPCommerceInternal
SPOCK
SPRedirect
@ -6222,6 +6219,7 @@ Scripts
Search
Search/*
Search/Mail/Public
SearchNavigationView
SelectLocale?fromPage=
SelfServeAdvertising
SendMessage
@ -6267,6 +6265,7 @@ SiftScript
SignInShibboleth.aspx
SingleClickOptOut
SingleClickSignUp
SingleShipmentOrderSummaryView
SingleUserReview
SiteBot
SiteBot/0.1
@ -6304,6 +6303,7 @@ Special:ThankAuthors
Special:UserLogin
SpecialOfferManagement
SpecialOfferWebview
SpecificationDefinitionView
Spinn3r
SponsoredListingAjax
SponsoredListingCommerce
@ -6354,6 +6354,8 @@ TLMCountries
Tablet
TaggingAjax
TagsJSONServlet
TargetListPortalView
TargetStoreLocatorCmd
Taxonomy/CommonTree
Taxonomy/Selector
TealeafTarget.jsp
@ -6468,6 +6470,7 @@ VacationRentalsPromoLander
VacationRentalsTracking
VacationRentalsXSiteAjax
ValidateJson
VariationSelectionView
VerifyReview
Video
Video/*playerIndex
@ -6524,7 +6527,10 @@ WidgetsAjax
WifiPlus
WindowsApp
Wotbot
WriteComments
WriteReviewShade
WriteReviews
XCSA
Xenu
Xhr
Yandex
@ -6541,6 +6547,7 @@ ZyBORG
[_0-9a-zA-Z]+/photo
[_0-9a-zA-Z]+/status/[0-9]+/likes
[_0-9a-zA-Z]+/status/[0-9]+/retweets
[path]
\+*\+
_
_
@ -6647,8 +6654,6 @@ _json/video/mon
_jsonp.js
_jsonpStatic.js
_kw
_meet$
_meet/$
_meta.xml
_mobile.mobile
_mobile.xml
@ -7041,6 +7046,7 @@ advanced-search
advanced-search/x
advanced-trade/spot
advanced/adv-suggestions
advancedGiftRegistrySearchView
advanced_blog_search
advanced_engl.html
advancedsearch.aspx
@ -7109,7 +7115,6 @@ ajax/getUniregUserData
ajax/report-abuse/comment
ajax/user
ajax_collection_share.php
ajax_comments
ajax_cookie_value
ajax_selected_special_issues_collections
ajaxcart
@ -8688,6 +8693,9 @@ bookshelf
booksrightsholders
boutique/sitemaps
bp
bp/c
bp/guest_mfg_brand
bp/p
bp01
bpage-preview
br
@ -9598,6 +9606,7 @@ cgi-bin/loginpage
cgi-bin/state
cgi-bin/wx
cgi-binhttp://ifttt.com/robots.txt
cgi-local
cgi-perl
cgi-registry
cgi-sys
@ -9888,6 +9897,7 @@ co*/cdn-cgi/challenge-platform
co*/step
co*/submit
co*/submitted
co-
co/
co/*?*shpxid=
co/*digital_wallets/dialog
@ -10059,7 +10069,6 @@ compagnie
companies/c
companies/o
companies/search
company
company/*.rss
company/?s=
company/add-ons-agreement
@ -10425,6 +10434,7 @@ counters/year2000a.html?p0
country=
country_code=
coupons
coupons.
coupons/visit
courier
courses/
@ -10587,6 +10597,7 @@ culture/lifestyle/news/2001/08/46315
cupid-v1
curatedsearches
currentcartcount
custom-reviews
custom/created.html
custom/search/
custom_orders
@ -10677,6 +10688,7 @@ data-studio
data/*/crosssellaccommodations
data/1.0/bundle
data/free/files
database/philboard.mdb
datasets/
datax
date/dateadd.html?
@ -11052,6 +11064,7 @@ digital_wallets/dialog
digitaledition
digitalpdf
dip
dir_on_server
direct
direct/purchase
directory
@ -11824,7 +11837,6 @@ eo/search
eo/user
eo/users
ep-live/
epaper
epilepsy-seizures-rapid-rescue-single-treatment
episerver
episode_times
@ -12304,7 +12316,6 @@ fa/users
fabordrab
facebook
facebook
facebook-instant-articles/feed
facebook-template
facebook/templates
facebook_connect
@ -12533,10 +12544,10 @@ fi/users
fi/ventureone
fi/virtualization
fi/virtualization/virtualbox
fiats
ficapp
fichas/gestor
ficmanagers
field_article
file
file-a-complaint/*/form
file/new?try-plugin-id=
@ -13090,6 +13101,7 @@ gallery
gallery/*/copyright
gallery/*/flag
gallery/rg*/mediaviewer/rm*/tr
gam-
game
game/score
game/summary
@ -13112,6 +13124,7 @@ gb/node/add
gb/search
gb/user
gb/user$
gc?k
gcc
gclid=
gd/forums
@ -13264,7 +13277,6 @@ goframe/*
gog
goglobal/
google-sso
google97d8d43559c9b155.html
google_gdn.html
google_search.html
googlebooks/images
@ -13514,6 +13526,7 @@ gu/firefox/collections/mozilla/$
gu/firefox/search
guest-demos
guest-pass
guestEmailNotificationView
guestbook/
guidatv-old$
guidatv/lista$
@ -13602,7 +13615,6 @@ healthy/hm-test-page-2-17-proven-tips-to-sleep-better-at-night
healthy/hm-test-page-3-17-proven-tips-to-sleep-better-at-night
healthy/hm-test-page-4-diabetes-and-sweets
healthy/hm-test-page-5-diabetes-and-sweets
healthz
height--
helios
hello
@ -13955,7 +13967,6 @@ http://ie.edu/robots.txt
http://linkedin.com/robots.txt
http://mrisoftware.com/robots.txt
http://nationalgeographic.com/robots.txt
http://news.cnet.com/robots.txt
http://news.yahoo.com/robots.txt
http://patreon.com/robots.txt
http://producthunt.com/robots.txt
@ -14262,6 +14273,7 @@ ig/search
ig/user
ig/users
ignoring/human/orders
igp
ii
il
il-en*/listing/*/favoriters
@ -14511,6 +14523,7 @@ index.hi.
index.html
index.html$
index.html?
index.jhtml
index.new.html
index.php
index.php/*/media/oembed
@ -14656,7 +14669,6 @@ internal/*
internalPref
interstitial-ad
intl
intl/*/about
intl/*/about/views
intl/*/customers
intl/*/getstarted
@ -15099,8 +15111,6 @@ journal/biogeography
journal/biogeography$
journal/books
journal/books$
journal/cryo
journal/cryo$
journal/devices
journal/devices$
journal/ecologicalsciences
@ -15152,8 +15162,6 @@ journal/purification
journal/purification$
journal/regeneration
journal/regeneration$
journal/rsee
journal/rsee$
journal/storage
journal/storage$
journal/tae
@ -15342,6 +15350,7 @@ keep
keepalive.html
keyboard_qwerty.html
keyword
keyword=
kg/en/
kg/ru/
khan-labs?step=children-over-limit
@ -15577,6 +15586,7 @@ lees/gids/exclusief$
lees/gids/exclusief.*$
lees/gids/exclusief.html$
legal
legal-contact-us
legal-content/BG/TXT/DOC
legal-content/BG/TXT/SIG
legal-content/CS/TXT/DOC
@ -15703,6 +15713,7 @@ linux
list
list-bibliography-delegates
list-existing-collections
list.id=1
list/ls*/_ajax
list/ls*/export
list_community.pl
@ -15807,7 +15818,6 @@ login/$
login/?*guestpasskey=
login/?next=
login/bestaetigungslink-erneut-senden
login/facebook
login/join$
login/join?
login/password
@ -16698,6 +16708,7 @@ moon/*?
moon/*year=
more
more_samples
moreinfo.cfm
morelikethis
morerecenthistory
morerecenthistoryajax
@ -17493,8 +17504,6 @@ no_cookies
noaccess
nocookie
node
node/*/edit
node/*/nodequeue
node/add
node/add/
node=
@ -17523,6 +17532,7 @@ notifications/*
nova
now/mt3
now50
np
npk
npln
npost/
@ -17897,6 +17907,7 @@ p/all.atom?page=9
p/blackout-m7
p/featured.atom
p/moduleprovider
p/premium-registry
p/surveyopen
pa-IN/android/collections
pa-IN/android/search
@ -17933,7 +17944,6 @@ page/*/?egotecpage
page/*/?hc_location=
page/*/?iq_id=
page/*/?pcd=
page/*/?s
page/*/?s=
page/*/?search=
page/account-confirmation-thanks
@ -18254,6 +18264,7 @@ pipeline
pixel.png
pk
pkginfo
pl
pl*/listing/*/favoriters
pl*/people/*/circle
pl*/people/*/favorites
@ -19161,14 +19172,6 @@ public
public-data-sets/applicants/
public-data-sets/terms/
public.api
public/*.css$
public/*.css?
public/*.gif
public/*.jpeg
public/*.jpg
public/*.js$
public/*.js?
public/*.png
public/article
public/assets/html
public/assets/sitemaps
@ -19248,6 +19251,7 @@ q/user/*/verifies
q=
qa
qemail
qi
qnasearch?
qr
qrCode/*
@ -19364,6 +19368,7 @@ reactions?
read
readcommentshtml
reader
ready_sit_read/index.jhtml
realmedia
rearrange
rec
@ -19561,6 +19566,7 @@ review/show
review/top-reviewers
reviewFilters
reviewSeller
reviewVote
reviewWidget
review_feed_auto_fetch
reviewit
@ -19909,7 +19915,6 @@ science?_ob=SuggestedArtURL
science?_ob=TitleSrchURL
science?_ob=TopicAlertURL
scl
scmp_comments
sco/forums
sco/kb/*/discuss
sco/search
@ -20670,7 +20675,6 @@ sign-in
sign-in-6for6Sale
sign-out
sign-out
sign-up
sign-up-to-be-contacted-for-research
sign-up/?
sign_in
@ -20831,10 +20835,6 @@ sites/datingcom
sites/dbsbank
sites/dbsprivatebank
sites/default/files
sites/default/files/*.doc
sites/default/files/*.docx
sites/default/files/*.pdf
sites/default/files/*.swf
sites/default/files/commandcenter/commandcenter-as-a-service-helpdoc.pdf
sites/default/files/creator/archive/
sites/default/files/crm/cohort-analysis.pdf
@ -21291,6 +21291,7 @@ spip.php?page=recherche
splash
splashui
splashui_rc
splitOrderItem
sponsored
sponsored-content
sponsored/2022/10/disruptors-who-are-changing-their-industries
@ -21434,14 +21435,6 @@ statements
static
static-assets/documents/PwnedPasswordsTop100k.txt
static-assets/images/collection
static/*.css$
static/*.css?
static/*.gif
static/*.jpeg
static/*.jpg
static/*.js$
static/*.js?
static/*.png
static/codemirror
static/css
static/decodeKey.txt
@ -21493,6 +21486,7 @@ stock-ranker
stoken
storage
store
store-locator/search-results-print
store/
store/*
store/*/search
@ -21565,7 +21559,6 @@ story-pin-builder
story-pin-invite
story/amp/police-chief-accused-of-using-taxpayer-money-to-book-hotels-for-sex-with-female-colleagues-13107270
story/police-chief-accused-of-using-taxpayer-money-to-book-hotels-for-sex-with-female-colleagues-13107270
story/style
story/twittershare
story_feed
story_pins
@ -21653,6 +21646,7 @@ summary_view$
summerbzz
sun/*?
sun/*year=
supertarget/index.jhtml
supervision/coexistence
supervision/setup
support
@ -21940,6 +21934,9 @@ talk/user
talk/user/*/article
talks2
tally-loader-react/static-1.65
target_baby
target_group
targetdirect_group
tasks
tax-center
tax.php
@ -21975,6 +21972,7 @@ tc/accept
tdaroundme/*
tdautourdemoi/*
tdid=*
tdir/p/kids-back-to-school
tdv2_fp
te/android/collections
te/android/search
@ -22327,6 +22325,7 @@ track
track.gif
trackback
trackexternalsite.aspx
tracking
tracking-pixels/static-1.10
tracking-pixels/static-1.8
tracking?tracking_number
@ -22448,6 +22447,7 @@ try-which/price-predictor/
try-which/wills/
try?
trylater
tsa
tto
tucritica
tune*retpath=
@ -24387,6 +24387,7 @@ windowsforms/
windowsvista/
winforms/
winfx/
winnt
wirecutter/*&xid=
wirecutter/*.csv$
wirecutter/*.zip$
@ -24437,8 +24438,6 @@ word/document_stats
word/document_url
word/download
word/embed
wordpress/wp-admin
wordpress/wp-admin/admin-ajax.php
work
work/_
work/acceptinvitation
@ -24762,6 +24761,7 @@ youtube/fonts
youtube/img/promos
youtube/partner
youtubei
yr
yss_fragment.gne
yuv
z
@ -25089,6 +25089,8 @@ zz
1089059
3584794
5787254
7078046
7079046
23219321/iac.
30585109/
34722903