mirror of
https://github.com/danielmiessler/SecLists
synced 2025-12-24 01:34:19 +01:00
[Github Action] Automated trickest wordlists update.
This commit is contained in:
parent
a159211297
commit
95e7c1bc76
20 changed files with 1319 additions and 1348 deletions
|
|
@ -3,6 +3,6 @@
|
|||
"last_update": 1724785388
|
||||
},
|
||||
"Trickest wordlist update": {
|
||||
"last_update": 1724925828
|
||||
"last_update": 1725012227
|
||||
}
|
||||
}
|
||||
|
|
@ -16577,6 +16577,8 @@ lucky-files-prove.md
|
|||
smooth-trainers-occur.md
|
||||
.changeset/wet-lemons-heal.md
|
||||
wet-lemons-heal.md
|
||||
.changeset/rare-pumpkins-decide.md
|
||||
rare-pumpkins-decide.md
|
||||
.changeset/breezy-pianos-wink.md
|
||||
breezy-pianos-wink.md
|
||||
.changeset/six-kings-switch.md
|
||||
|
|
|
|||
|
|
@ -3362,6 +3362,7 @@ contributing.md
|
|||
.changeset/lucky-files-prove.md
|
||||
.changeset/smooth-trainers-occur.md
|
||||
.changeset/wet-lemons-heal.md
|
||||
.changeset/rare-pumpkins-decide.md
|
||||
.changeset/breezy-pianos-wink.md
|
||||
.changeset/six-kings-switch.md
|
||||
.changeset/long-clouds-relate.md
|
||||
|
|
|
|||
|
|
@ -33158,11 +33158,21 @@ modules/path_alias/src/AliasRepository.php
|
|||
path_alias/src/AliasRepository.php
|
||||
src/AliasRepository.php
|
||||
AliasRepository.php
|
||||
core/modules/path_alias/src/AliasPrefixList.php
|
||||
modules/path_alias/src/AliasPrefixList.php
|
||||
path_alias/src/AliasPrefixList.php
|
||||
src/AliasPrefixList.php
|
||||
AliasPrefixList.php
|
||||
core/modules/path_alias/src/PathAliasStorageSchema.php
|
||||
modules/path_alias/src/PathAliasStorageSchema.php
|
||||
path_alias/src/PathAliasStorageSchema.php
|
||||
src/PathAliasStorageSchema.php
|
||||
PathAliasStorageSchema.php
|
||||
core/modules/path_alias/src/AliasPrefixListInterface.php
|
||||
modules/path_alias/src/AliasPrefixListInterface.php
|
||||
path_alias/src/AliasPrefixListInterface.php
|
||||
src/AliasPrefixListInterface.php
|
||||
AliasPrefixListInterface.php
|
||||
core/modules/path_alias/src/EventSubscriber/PathAliasSubscriber.php
|
||||
modules/path_alias/src/EventSubscriber/PathAliasSubscriber.php
|
||||
path_alias/src/EventSubscriber/PathAliasSubscriber.php
|
||||
|
|
|
|||
|
|
@ -4576,7 +4576,9 @@ core/modules/path_alias/src/PathProcessor/AliasPathProcessor.php
|
|||
core/modules/path_alias/src/AliasWhitelistInterface.php
|
||||
core/modules/path_alias/src/AliasWhitelist.php
|
||||
core/modules/path_alias/src/AliasRepository.php
|
||||
core/modules/path_alias/src/AliasPrefixList.php
|
||||
core/modules/path_alias/src/PathAliasStorageSchema.php
|
||||
core/modules/path_alias/src/AliasPrefixListInterface.php
|
||||
core/modules/path_alias/src/EventSubscriber/PathAliasSubscriber.php
|
||||
core/modules/path_alias/path_alias.services.yml
|
||||
core/modules/migrate/migrate.post_update.php
|
||||
|
|
|
|||
|
|
@ -5617,6 +5617,11 @@ admin/tests/acceptance/custom-post-templates-test.js
|
|||
tests/acceptance/custom-post-templates-test.js
|
||||
acceptance/custom-post-templates-test.js
|
||||
custom-post-templates-test.js
|
||||
ghost/admin/tests/acceptance/stats-test.js
|
||||
admin/tests/acceptance/stats-test.js
|
||||
tests/acceptance/stats-test.js
|
||||
acceptance/stats-test.js
|
||||
stats-test.js
|
||||
ghost/admin/tests/acceptance/editor-test.js
|
||||
admin/tests/acceptance/editor-test.js
|
||||
tests/acceptance/editor-test.js
|
||||
|
|
@ -7213,6 +7218,11 @@ admin/app/templates/application-error.hbs
|
|||
app/templates/application-error.hbs
|
||||
templates/application-error.hbs
|
||||
application-error.hbs
|
||||
ghost/admin/app/templates/stats.hbs
|
||||
admin/app/templates/stats.hbs
|
||||
app/templates/stats.hbs
|
||||
templates/stats.hbs
|
||||
stats.hbs
|
||||
ghost/admin/app/templates/mentions.hbs
|
||||
admin/app/templates/mentions.hbs
|
||||
app/templates/mentions.hbs
|
||||
|
|
@ -7699,6 +7709,20 @@ admin/app/services/onboarding.js
|
|||
app/services/onboarding.js
|
||||
services/onboarding.js
|
||||
onboarding.js
|
||||
ghost/admin/app/components/stats/charts/top-locations.js
|
||||
admin/app/components/stats/charts/top-locations.js
|
||||
app/components/stats/charts/top-locations.js
|
||||
components/stats/charts/top-locations.js
|
||||
stats/charts/top-locations.js
|
||||
charts/top-locations.js
|
||||
top-locations.js
|
||||
ghost/admin/app/components/stats/charts/top-locations.hbs
|
||||
admin/app/components/stats/charts/top-locations.hbs
|
||||
app/components/stats/charts/top-locations.hbs
|
||||
components/stats/charts/top-locations.hbs
|
||||
stats/charts/top-locations.hbs
|
||||
charts/top-locations.hbs
|
||||
top-locations.hbs
|
||||
ghost/admin/app/components/gh-facebook-url-input.js
|
||||
admin/app/components/gh-facebook-url-input.js
|
||||
app/components/gh-facebook-url-input.js
|
||||
|
|
@ -10881,6 +10905,11 @@ admin/app/controllers/tags.js
|
|||
app/controllers/tags.js
|
||||
controllers/tags.js
|
||||
tags.js
|
||||
ghost/admin/app/controllers/stats.js
|
||||
admin/app/controllers/stats.js
|
||||
app/controllers/stats.js
|
||||
controllers/stats.js
|
||||
stats.js
|
||||
ghost/admin/app/controllers/collections.js
|
||||
admin/app/controllers/collections.js
|
||||
app/controllers/collections.js
|
||||
|
|
@ -11193,6 +11222,11 @@ admin/app/routes/tags.js
|
|||
app/routes/tags.js
|
||||
routes/tags.js
|
||||
tags.js
|
||||
ghost/admin/app/routes/stats.js
|
||||
admin/app/routes/stats.js
|
||||
app/routes/stats.js
|
||||
routes/stats.js
|
||||
stats.js
|
||||
ghost/admin/app/routes/collections.js
|
||||
admin/app/routes/collections.js
|
||||
app/routes/collections.js
|
||||
|
|
@ -23968,6 +24002,13 @@ e2e-api/admin/__snapshots__/labels.test.js.snap
|
|||
admin/__snapshots__/labels.test.js.snap
|
||||
__snapshots__/labels.test.js.snap
|
||||
labels.test.js.snap
|
||||
ghost/core/test/e2e-api/admin/__snapshots__/config.test.js.snap
|
||||
core/test/e2e-api/admin/__snapshots__/config.test.js.snap
|
||||
test/e2e-api/admin/__snapshots__/config.test.js.snap
|
||||
e2e-api/admin/__snapshots__/config.test.js.snap
|
||||
admin/__snapshots__/config.test.js.snap
|
||||
__snapshots__/config.test.js.snap
|
||||
config.test.js.snap
|
||||
ghost/core/test/e2e-api/admin/__snapshots__/mail-events.test.js.snap
|
||||
core/test/e2e-api/admin/__snapshots__/mail-events.test.js.snap
|
||||
test/e2e-api/admin/__snapshots__/mail-events.test.js.snap
|
||||
|
|
@ -24741,6 +24782,14 @@ server/services/public-config/site.test.js
|
|||
services/public-config/site.test.js
|
||||
public-config/site.test.js
|
||||
site.test.js
|
||||
ghost/core/test/unit/server/services/public-config/config.test.js
|
||||
core/test/unit/server/services/public-config/config.test.js
|
||||
test/unit/server/services/public-config/config.test.js
|
||||
unit/server/services/public-config/config.test.js
|
||||
server/services/public-config/config.test.js
|
||||
services/public-config/config.test.js
|
||||
public-config/config.test.js
|
||||
config.test.js
|
||||
ghost/core/test/unit/server/services/users/users-service.test.js
|
||||
core/test/unit/server/services/users/users-service.test.js
|
||||
test/unit/server/services/users/users-service.test.js
|
||||
|
|
|
|||
|
|
@ -1191,6 +1191,7 @@ ghost/admin/tests/acceptance/password-reset-test.js
|
|||
ghost/admin/tests/acceptance/authentication-test.js
|
||||
ghost/admin/tests/acceptance/tags-test.js
|
||||
ghost/admin/tests/acceptance/custom-post-templates-test.js
|
||||
ghost/admin/tests/acceptance/stats-test.js
|
||||
ghost/admin/tests/acceptance/editor-test.js
|
||||
ghost/admin/tests/acceptance/content-test.js
|
||||
ghost/admin/tests/acceptance/offers-test.js
|
||||
|
|
@ -1495,6 +1496,7 @@ ghost/admin/app/templates/settings-x.hbs
|
|||
ghost/admin/app/templates/reset.hbs
|
||||
ghost/admin/app/templates/collections.hbs
|
||||
ghost/admin/app/templates/application-error.hbs
|
||||
ghost/admin/app/templates/stats.hbs
|
||||
ghost/admin/app/templates/mentions.hbs
|
||||
ghost/admin/app/templates/members/import.hbs
|
||||
ghost/admin/app/templates/posts-loading.hbs
|
||||
|
|
@ -1592,6 +1594,8 @@ ghost/admin/app/services/migrate.js
|
|||
ghost/admin/app/services/media-queries.js
|
||||
ghost/admin/app/services/modals.js
|
||||
ghost/admin/app/services/onboarding.js
|
||||
ghost/admin/app/components/stats/charts/top-locations.js
|
||||
ghost/admin/app/components/stats/charts/top-locations.hbs
|
||||
ghost/admin/app/components/gh-facebook-url-input.js
|
||||
ghost/admin/app/components/gh-editor-feature-image.hbs
|
||||
ghost/admin/app/components/gh-migrate-modal.hbs
|
||||
|
|
@ -2142,6 +2146,7 @@ ghost/admin/app/decorators/inject.js
|
|||
ghost/admin/app/controllers/members-activity.js
|
||||
ghost/admin/app/controllers/explore.js
|
||||
ghost/admin/app/controllers/tags.js
|
||||
ghost/admin/app/controllers/stats.js
|
||||
ghost/admin/app/controllers/collections.js
|
||||
ghost/admin/app/controllers/pages-loading.js
|
||||
ghost/admin/app/controllers/posts/debug.js
|
||||
|
|
@ -2204,6 +2209,7 @@ ghost/admin/app/routes/admin.js
|
|||
ghost/admin/app/routes/members-activity.js
|
||||
ghost/admin/app/routes/explore.js
|
||||
ghost/admin/app/routes/tags.js
|
||||
ghost/admin/app/routes/stats.js
|
||||
ghost/admin/app/routes/collections.js
|
||||
ghost/admin/app/routes/posts/debug.js
|
||||
ghost/admin/app/routes/posts/mentions.js
|
||||
|
|
@ -4016,6 +4022,7 @@ ghost/core/test/e2e-api/admin/__snapshots__/webhooks.test.js.snap
|
|||
ghost/core/test/e2e-api/admin/__snapshots__/site.test.js.snap
|
||||
ghost/core/test/e2e-api/admin/__snapshots__/members-stripe-connect.test.js.snap
|
||||
ghost/core/test/e2e-api/admin/__snapshots__/labels.test.js.snap
|
||||
ghost/core/test/e2e-api/admin/__snapshots__/config.test.js.snap
|
||||
ghost/core/test/e2e-api/admin/__snapshots__/mail-events.test.js.snap
|
||||
ghost/core/test/e2e-api/admin/__snapshots__/tiers.test.js.snap
|
||||
ghost/core/test/e2e-api/admin/__snapshots__/offers.test.js.snap
|
||||
|
|
@ -4129,6 +4136,7 @@ ghost/core/test/unit/server/services/url/Resources.test.js
|
|||
ghost/core/test/unit/server/services/custom-redirects/api.test.js
|
||||
ghost/core/test/unit/server/services/custom-redirects/validation.test.js
|
||||
ghost/core/test/unit/server/services/public-config/site.test.js
|
||||
ghost/core/test/unit/server/services/public-config/config.test.js
|
||||
ghost/core/test/unit/server/services/users/users-service.test.js
|
||||
ghost/core/test/unit/server/services/auth/session/middleware.test.js
|
||||
ghost/core/test/unit/server/services/auth/session/store.test.js
|
||||
|
|
|
|||
|
|
@ -2,7 +2,6 @@ composer.json
|
|||
phpstan-v67-baseline.neon
|
||||
UPGRADE-6.4.md
|
||||
rector.php
|
||||
qodana.yaml
|
||||
CONTRIBUTING.md
|
||||
sonar-project.properties
|
||||
public/index.php
|
||||
|
|
@ -2873,6 +2872,12 @@ tasks/ShopCustomer/Checkout/ConfirmImmediateAccessToDigitalProduct.ts
|
|||
ShopCustomer/Checkout/ConfirmImmediateAccessToDigitalProduct.ts
|
||||
Checkout/ConfirmImmediateAccessToDigitalProduct.ts
|
||||
ConfirmImmediateAccessToDigitalProduct.ts
|
||||
tests/acceptance/tasks/ShopCustomer/Pagespeed/ValidateLighthouseScore.ts
|
||||
acceptance/tasks/ShopCustomer/Pagespeed/ValidateLighthouseScore.ts
|
||||
tasks/ShopCustomer/Pagespeed/ValidateLighthouseScore.ts
|
||||
ShopCustomer/Pagespeed/ValidateLighthouseScore.ts
|
||||
Pagespeed/ValidateLighthouseScore.ts
|
||||
ValidateLighthouseScore.ts
|
||||
tests/acceptance/tasks/ShopCustomer/Account/DownloadDigitalProductFromOrder.ts
|
||||
acceptance/tasks/ShopCustomer/Account/DownloadDigitalProductFromOrder.ts
|
||||
tasks/ShopCustomer/Account/DownloadDigitalProductFromOrder.ts
|
||||
|
|
@ -2959,6 +2964,11 @@ acceptance/tests/Checkout/RegisteredUserBuysProduct.spec.ts
|
|||
tests/Checkout/RegisteredUserBuysProduct.spec.ts
|
||||
Checkout/RegisteredUserBuysProduct.spec.ts
|
||||
RegisteredUserBuysProduct.spec.ts
|
||||
tests/acceptance/tests/Pagespeed/Lighthouse.spec.ts
|
||||
acceptance/tests/Pagespeed/Lighthouse.spec.ts
|
||||
tests/Pagespeed/Lighthouse.spec.ts
|
||||
Pagespeed/Lighthouse.spec.ts
|
||||
Lighthouse.spec.ts
|
||||
tests/acceptance/tests/Install/Installation.spec.ts
|
||||
acceptance/tests/Install/Installation.spec.ts
|
||||
tests/Install/Installation.spec.ts
|
||||
|
|
@ -27380,6 +27390,7 @@ devops/Core/DevOps/ADRValidationTest.php
|
|||
Core/DevOps/ADRValidationTest.php
|
||||
DevOps/ADRValidationTest.php
|
||||
ADRValidationTest.php
|
||||
.php-cs-fixer.dist.php
|
||||
.gitlab-ci.yml
|
||||
bin/shopware
|
||||
shopware
|
||||
|
|
@ -34577,6 +34588,12 @@ _unreleased/2024-08-12-fix-issue-promotions-with-rules-cannot-apply.md
|
|||
changelog/_unreleased/2024-08-14-sign-static-iframe-module-src.md
|
||||
_unreleased/2024-08-14-sign-static-iframe-module-src.md
|
||||
2024-08-14-sign-static-iframe-module-src.md
|
||||
changelog/_unreleased/2024-08-26-Deprecate-address-card-template.md
|
||||
_unreleased/2024-08-26-Deprecate-address-card-template.md
|
||||
2024-08-26-Deprecate-address-card-template.md
|
||||
changelog/_unreleased/2024-08-27-add-missing-group-by-to-entity-reader.md
|
||||
_unreleased/2024-08-27-add-missing-group-by-to-entity-reader.md
|
||||
2024-08-27-add-missing-group-by-to-entity-reader.md
|
||||
changelog/_unreleased/2024-08-09-enforce-message-queue-size.md
|
||||
_unreleased/2024-08-09-enforce-message-queue-size.md
|
||||
2024-08-09-enforce-message-queue-size.md
|
||||
|
|
@ -34712,6 +34729,9 @@ _unreleased/2024-08-26-property-value-is-limited-to-500-on-when-on-generating-va
|
|||
changelog/_unreleased/2024-08-20-allow-0-value-for-translated-string-fields-with-custom-hydrators.md
|
||||
_unreleased/2024-08-20-allow-0-value-for-translated-string-fields-with-custom-hydrators.md
|
||||
2024-08-20-allow-0-value-for-translated-string-fields-with-custom-hydrators.md
|
||||
changelog/_unreleased/2024-08-21-fix-many-to-many-filtered-join.md
|
||||
_unreleased/2024-08-21-fix-many-to-many-filtered-join.md
|
||||
2024-08-21-fix-many-to-many-filtered-join.md
|
||||
changelog/_unreleased/2024-08-15-improve-cms-product-slider-variant-display.md
|
||||
_unreleased/2024-08-15-improve-cms-product-slider-variant-display.md
|
||||
2024-08-15-improve-cms-product-slider-variant-display.md
|
||||
|
|
@ -116525,6 +116545,14 @@ DataAbstractionLayer/Field/TestDefinition/FkFieldExtension.php
|
|||
Field/TestDefinition/FkFieldExtension.php
|
||||
TestDefinition/FkFieldExtension.php
|
||||
FkFieldExtension.php
|
||||
src/Core/Framework/Test/DataAbstractionLayer/Field/TestDefinition/ConsistsOfManyToManyDefinition.php
|
||||
Core/Framework/Test/DataAbstractionLayer/Field/TestDefinition/ConsistsOfManyToManyDefinition.php
|
||||
Framework/Test/DataAbstractionLayer/Field/TestDefinition/ConsistsOfManyToManyDefinition.php
|
||||
Test/DataAbstractionLayer/Field/TestDefinition/ConsistsOfManyToManyDefinition.php
|
||||
DataAbstractionLayer/Field/TestDefinition/ConsistsOfManyToManyDefinition.php
|
||||
Field/TestDefinition/ConsistsOfManyToManyDefinition.php
|
||||
TestDefinition/ConsistsOfManyToManyDefinition.php
|
||||
ConsistsOfManyToManyDefinition.php
|
||||
src/Core/Framework/Test/DataAbstractionLayer/Field/TestDefinition/ToOneProductExtension.php
|
||||
Core/Framework/Test/DataAbstractionLayer/Field/TestDefinition/ToOneProductExtension.php
|
||||
Framework/Test/DataAbstractionLayer/Field/TestDefinition/ToOneProductExtension.php
|
||||
|
|
|
|||
|
|
@ -2,7 +2,6 @@ composer.json
|
|||
phpstan-v67-baseline.neon
|
||||
UPGRADE-6.4.md
|
||||
rector.php
|
||||
qodana.yaml
|
||||
CONTRIBUTING.md
|
||||
sonar-project.properties
|
||||
public/index.php
|
||||
|
|
@ -522,6 +521,7 @@ tests/acceptance/tasks/ShopAdmin/Product/GenerateVariants.ts
|
|||
tests/acceptance/tasks/ShopAdmin/FRW/FRWSalesChannelSelectionPossibility.ts
|
||||
tests/acceptance/tasks/ShopCustomer/Cart/AddPromotionCodeToCart.ts
|
||||
tests/acceptance/tasks/ShopCustomer/Checkout/ConfirmImmediateAccessToDigitalProduct.ts
|
||||
tests/acceptance/tasks/ShopCustomer/Pagespeed/ValidateLighthouseScore.ts
|
||||
tests/acceptance/tasks/ShopCustomer/Account/DownloadDigitalProductFromOrder.ts
|
||||
tests/acceptance/.prettierrc
|
||||
tests/acceptance/.eslintrc.cjs
|
||||
|
|
@ -541,6 +541,7 @@ tests/acceptance/tests/Setup/SaaS-Setup.spec.ts
|
|||
tests/acceptance/tests/Checkout/CheckoutWithPromotionCode.spec.ts
|
||||
tests/acceptance/tests/Checkout/CheckoutWithDigitalProduct.spec.ts
|
||||
tests/acceptance/tests/Checkout/RegisteredUserBuysProduct.spec.ts
|
||||
tests/acceptance/tests/Pagespeed/Lighthouse.spec.ts
|
||||
tests/acceptance/tests/Install/Installation.spec.ts
|
||||
tests/acceptance/tests/Account/CustomerRegistration.spec.ts
|
||||
tests/acceptance/tests/Accessibility/StorefrontAccessibility.spec.ts
|
||||
|
|
@ -3713,6 +3714,7 @@ tests/devops/Core/DevOps/StaticAnalyse/PHPStan/Type/data/extension.neon
|
|||
tests/devops/Core/DevOps/Docs/Command/App/DocsAppEventCommandTest.php
|
||||
tests/devops/Core/DevOps/Docs/Command/Script/ScriptReferenceGeneratorTest.php
|
||||
tests/devops/Core/DevOps/ADRValidationTest.php
|
||||
.php-cs-fixer.dist.php
|
||||
.gitlab-ci.yml
|
||||
bin/shopware
|
||||
bin/exec-with-env
|
||||
|
|
@ -6117,6 +6119,8 @@ changelog/_unreleased/2024-08-02-allow-empty-tax-provider-results.md
|
|||
changelog/_unreleased/2024-08-27-deprecated-exceptions-and-properties-due-to-phpstan-update.md
|
||||
changelog/_unreleased/2024-08-12-fix-issue-promotions-with-rules-cannot-apply.md
|
||||
changelog/_unreleased/2024-08-14-sign-static-iframe-module-src.md
|
||||
changelog/_unreleased/2024-08-26-Deprecate-address-card-template.md
|
||||
changelog/_unreleased/2024-08-27-add-missing-group-by-to-entity-reader.md
|
||||
changelog/_unreleased/2024-08-09-enforce-message-queue-size.md
|
||||
changelog/_unreleased/2024-07-24-context-object-improvements.md
|
||||
changelog/_unreleased/2024-07-24-fix-shipping-address-in-order-detail-work-not-correct-after-changes.md
|
||||
|
|
@ -6162,6 +6166,7 @@ changelog/_unreleased/2024-08-05-add-language-to-reviews.md
|
|||
changelog/_unreleased/2024-07-24-improve-feature-silent-token-validation.md
|
||||
changelog/_unreleased/2024-08-26-property-value-is-limited-to-500-on-when-on-generating-variant-modal.md
|
||||
changelog/_unreleased/2024-08-20-allow-0-value-for-translated-string-fields-with-custom-hydrators.md
|
||||
changelog/_unreleased/2024-08-21-fix-many-to-many-filtered-join.md
|
||||
changelog/_unreleased/2024-08-15-improve-cms-product-slider-variant-display.md
|
||||
changelog/_unreleased/2024-08-28-add-criteria-nesting-level.md
|
||||
changelog/_unreleased/2024-08-21-undefined-tcpdf-constant-caused-by-opcache-preloading.md
|
||||
|
|
@ -17377,6 +17382,7 @@ src/Core/Framework/Test/DataAbstractionLayer/Field/TestDefinition/TranslatableTe
|
|||
src/Core/Framework/Test/DataAbstractionLayer/Field/TestDefinition/ManyToOneProductDefinition.php
|
||||
src/Core/Framework/Test/DataAbstractionLayer/Field/TestDefinition/WriteProtectedReferenceDefinition.php
|
||||
src/Core/Framework/Test/DataAbstractionLayer/Field/TestDefinition/FkFieldExtension.php
|
||||
src/Core/Framework/Test/DataAbstractionLayer/Field/TestDefinition/ConsistsOfManyToManyDefinition.php
|
||||
src/Core/Framework/Test/DataAbstractionLayer/Field/TestDefinition/ToOneProductExtension.php
|
||||
src/Core/Framework/Test/DataAbstractionLayer/Field/TestDefinition/AssociationExtension.php
|
||||
src/Core/Framework/Test/DataAbstractionLayer/Field/TestDefinition/ProductExtensionSelfReferenced.php
|
||||
|
|
|
|||
|
|
@ -28791,14 +28791,6 @@ Resources/config/validation/CatalogPromotion.xml
|
|||
config/validation/CatalogPromotion.xml
|
||||
validation/CatalogPromotion.xml
|
||||
CatalogPromotion.xml
|
||||
src/Sylius/Bundle/PromotionBundle/Resources/config/validation/CatalogPromotionTranslation.xml
|
||||
Sylius/Bundle/PromotionBundle/Resources/config/validation/CatalogPromotionTranslation.xml
|
||||
Bundle/PromotionBundle/Resources/config/validation/CatalogPromotionTranslation.xml
|
||||
PromotionBundle/Resources/config/validation/CatalogPromotionTranslation.xml
|
||||
Resources/config/validation/CatalogPromotionTranslation.xml
|
||||
config/validation/CatalogPromotionTranslation.xml
|
||||
validation/CatalogPromotionTranslation.xml
|
||||
CatalogPromotionTranslation.xml
|
||||
src/Sylius/Bundle/PromotionBundle/Resources/config/validation/Promotion.xml
|
||||
Sylius/Bundle/PromotionBundle/Resources/config/validation/Promotion.xml
|
||||
Bundle/PromotionBundle/Resources/config/validation/Promotion.xml
|
||||
|
|
@ -31568,14 +31560,6 @@ Resources/config/validation/ProductAssociation.xml
|
|||
config/validation/ProductAssociation.xml
|
||||
validation/ProductAssociation.xml
|
||||
ProductAssociation.xml
|
||||
src/Sylius/Bundle/ProductBundle/Resources/config/validation/ProductVariantTranslation.xml
|
||||
Sylius/Bundle/ProductBundle/Resources/config/validation/ProductVariantTranslation.xml
|
||||
Bundle/ProductBundle/Resources/config/validation/ProductVariantTranslation.xml
|
||||
ProductBundle/Resources/config/validation/ProductVariantTranslation.xml
|
||||
Resources/config/validation/ProductVariantTranslation.xml
|
||||
config/validation/ProductVariantTranslation.xml
|
||||
validation/ProductVariantTranslation.xml
|
||||
ProductVariantTranslation.xml
|
||||
src/Sylius/Bundle/ProductBundle/Resources/config/validation/ProductOptionTranslation.xml
|
||||
Sylius/Bundle/ProductBundle/Resources/config/validation/ProductOptionTranslation.xml
|
||||
Bundle/ProductBundle/Resources/config/validation/ProductOptionTranslation.xml
|
||||
|
|
@ -42718,6 +42702,14 @@ Resources/config/validation/TaxRate.xml
|
|||
config/validation/TaxRate.xml
|
||||
validation/TaxRate.xml
|
||||
TaxRate.xml
|
||||
src/Sylius/Bundle/CoreBundle/Resources/config/validation/TranslatableInterface.xml
|
||||
Sylius/Bundle/CoreBundle/Resources/config/validation/TranslatableInterface.xml
|
||||
Bundle/CoreBundle/Resources/config/validation/TranslatableInterface.xml
|
||||
CoreBundle/Resources/config/validation/TranslatableInterface.xml
|
||||
Resources/config/validation/TranslatableInterface.xml
|
||||
config/validation/TranslatableInterface.xml
|
||||
validation/TranslatableInterface.xml
|
||||
TranslatableInterface.xml
|
||||
src/Sylius/Bundle/CoreBundle/Resources/config/validation/CatalogPromotionAction.xml
|
||||
Sylius/Bundle/CoreBundle/Resources/config/validation/CatalogPromotionAction.xml
|
||||
Bundle/CoreBundle/Resources/config/validation/CatalogPromotionAction.xml
|
||||
|
|
@ -42734,14 +42726,6 @@ Resources/config/validation/TaxonImage.xml
|
|||
config/validation/TaxonImage.xml
|
||||
validation/TaxonImage.xml
|
||||
TaxonImage.xml
|
||||
src/Sylius/Bundle/CoreBundle/Resources/config/validation/Translatable.xml
|
||||
Sylius/Bundle/CoreBundle/Resources/config/validation/Translatable.xml
|
||||
Bundle/CoreBundle/Resources/config/validation/Translatable.xml
|
||||
CoreBundle/Resources/config/validation/Translatable.xml
|
||||
Resources/config/validation/Translatable.xml
|
||||
config/validation/Translatable.xml
|
||||
validation/Translatable.xml
|
||||
Translatable.xml
|
||||
src/Sylius/Bundle/CoreBundle/Resources/config/validation/PaymentMethod.xml
|
||||
Sylius/Bundle/CoreBundle/Resources/config/validation/PaymentMethod.xml
|
||||
Bundle/CoreBundle/Resources/config/validation/PaymentMethod.xml
|
||||
|
|
@ -42910,6 +42894,14 @@ Resources/config/validation/Taxon.xml
|
|||
config/validation/Taxon.xml
|
||||
validation/Taxon.xml
|
||||
Taxon.xml
|
||||
src/Sylius/Bundle/CoreBundle/Resources/config/validation/AbstractTranslation.xml
|
||||
Sylius/Bundle/CoreBundle/Resources/config/validation/AbstractTranslation.xml
|
||||
Bundle/CoreBundle/Resources/config/validation/AbstractTranslation.xml
|
||||
CoreBundle/Resources/config/validation/AbstractTranslation.xml
|
||||
Resources/config/validation/AbstractTranslation.xml
|
||||
config/validation/AbstractTranslation.xml
|
||||
validation/AbstractTranslation.xml
|
||||
AbstractTranslation.xml
|
||||
src/Sylius/Bundle/CoreBundle/Resources/config/validation/OrderItem.xml
|
||||
Sylius/Bundle/CoreBundle/Resources/config/validation/OrderItem.xml
|
||||
Bundle/CoreBundle/Resources/config/validation/OrderItem.xml
|
||||
|
|
|
|||
|
|
@ -4890,7 +4890,6 @@ src/Sylius/Bundle/PromotionBundle/Resources/config/validation/PromotionRule.xml
|
|||
src/Sylius/Bundle/PromotionBundle/Resources/config/validation/CatalogPromotionScope.xml
|
||||
src/Sylius/Bundle/PromotionBundle/Resources/config/validation/PromotionCoupon.xml
|
||||
src/Sylius/Bundle/PromotionBundle/Resources/config/validation/CatalogPromotion.xml
|
||||
src/Sylius/Bundle/PromotionBundle/Resources/config/validation/CatalogPromotionTranslation.xml
|
||||
src/Sylius/Bundle/PromotionBundle/Resources/config/validation/Promotion.xml
|
||||
src/Sylius/Bundle/PromotionBundle/Resources/config/serializer/Model.PromotionCoupon.yml
|
||||
src/Sylius/Bundle/PromotionBundle/Resources/config/serializer/Model.Promotion.yml
|
||||
|
|
@ -5284,7 +5283,6 @@ src/Sylius/Bundle/ProductBundle/Resources/config/validation/ProductTranslation.x
|
|||
src/Sylius/Bundle/ProductBundle/Resources/config/validation/ProductOptionValue.xml
|
||||
src/Sylius/Bundle/ProductBundle/Resources/config/validation/ProductVariant.xml
|
||||
src/Sylius/Bundle/ProductBundle/Resources/config/validation/ProductAssociation.xml
|
||||
src/Sylius/Bundle/ProductBundle/Resources/config/validation/ProductVariantTranslation.xml
|
||||
src/Sylius/Bundle/ProductBundle/Resources/config/validation/ProductOptionTranslation.xml
|
||||
src/Sylius/Bundle/ProductBundle/Resources/config/validation/Product.xml
|
||||
src/Sylius/Bundle/ProductBundle/Resources/config/validation/ProductAssociationType.xml
|
||||
|
|
@ -6753,9 +6751,9 @@ src/Sylius/Bundle/CoreBundle/Resources/translations/validators.el.yml
|
|||
src/Sylius/Bundle/CoreBundle/Resources/translations/validators.sk.yml
|
||||
src/Sylius/Bundle/CoreBundle/Resources/fixtures/jeans/man/jeans_04.svg
|
||||
src/Sylius/Bundle/CoreBundle/Resources/config/validation/TaxRate.xml
|
||||
src/Sylius/Bundle/CoreBundle/Resources/config/validation/TranslatableInterface.xml
|
||||
src/Sylius/Bundle/CoreBundle/Resources/config/validation/CatalogPromotionAction.xml
|
||||
src/Sylius/Bundle/CoreBundle/Resources/config/validation/TaxonImage.xml
|
||||
src/Sylius/Bundle/CoreBundle/Resources/config/validation/Translatable.xml
|
||||
src/Sylius/Bundle/CoreBundle/Resources/config/validation/PaymentMethod.xml
|
||||
src/Sylius/Bundle/CoreBundle/Resources/config/validation/ResendShipmentConfirmationEmail.xml
|
||||
src/Sylius/Bundle/CoreBundle/Resources/config/validation/RequestResetPasswordEmail.xml
|
||||
|
|
@ -6777,6 +6775,7 @@ src/Sylius/Bundle/CoreBundle/Resources/config/validation/ShippingMethod.xml
|
|||
src/Sylius/Bundle/CoreBundle/Resources/config/validation/Channel.xml
|
||||
src/Sylius/Bundle/CoreBundle/Resources/config/validation/PromotionCoupon.xml
|
||||
src/Sylius/Bundle/CoreBundle/Resources/config/validation/Taxon.xml
|
||||
src/Sylius/Bundle/CoreBundle/Resources/config/validation/AbstractTranslation.xml
|
||||
src/Sylius/Bundle/CoreBundle/Resources/config/validation/OrderItem.xml
|
||||
src/Sylius/Bundle/CoreBundle/Resources/config/validation/AddToCartCommand.xml
|
||||
src/Sylius/Bundle/CoreBundle/Resources/config/validation/Payment.xml
|
||||
|
|
|
|||
|
|
@ -19048,6 +19048,11 @@ docs/architecture/startup/1_overview.vpd
|
|||
architecture/startup/1_overview.vpd
|
||||
startup/1_overview.vpd
|
||||
1_overview.vpd
|
||||
webapps/docs/architecture/startup/2_catalina_init.vpd
|
||||
docs/architecture/startup/2_catalina_init.vpd
|
||||
architecture/startup/2_catalina_init.vpd
|
||||
startup/2_catalina_init.vpd
|
||||
2_catalina_init.vpd
|
||||
webapps/docs/architecture/startup/4_catalina_start_2.svg
|
||||
docs/architecture/startup/4_catalina_start_2.svg
|
||||
architecture/startup/4_catalina_start_2.svg
|
||||
|
|
@ -19078,11 +19083,6 @@ docs/architecture/startup/serverStartup.pdf
|
|||
architecture/startup/serverStartup.pdf
|
||||
startup/serverStartup.pdf
|
||||
serverStartup.pdf
|
||||
webapps/docs/architecture/startup/2_catalina_initliaze.svg
|
||||
docs/architecture/startup/2_catalina_initliaze.svg
|
||||
architecture/startup/2_catalina_initliaze.svg
|
||||
startup/2_catalina_initliaze.svg
|
||||
2_catalina_initliaze.svg
|
||||
webapps/docs/architecture/index.xml
|
||||
docs/architecture/index.xml
|
||||
architecture/index.xml
|
||||
|
|
|
|||
|
|
@ -3057,13 +3057,13 @@ webapps/docs/balancer-howto.xml
|
|||
webapps/docs/introduction.xml
|
||||
webapps/docs/architecture/overview.xml
|
||||
webapps/docs/architecture/startup/1_overview.vpd
|
||||
webapps/docs/architecture/startup/2_catalina_init.vpd
|
||||
webapps/docs/architecture/startup/4_catalina_start_2.svg
|
||||
webapps/docs/architecture/startup/serverStartup.txt
|
||||
webapps/docs/architecture/startup/5_catalina_start_3.svg
|
||||
webapps/docs/architecture/startup/6_catalina_start_4.svg
|
||||
webapps/docs/architecture/startup/3_catalina_start_1.svg
|
||||
webapps/docs/architecture/startup/serverStartup.pdf
|
||||
webapps/docs/architecture/startup/2_catalina_initliaze.svg
|
||||
webapps/docs/architecture/index.xml
|
||||
webapps/docs/architecture/startup.xml
|
||||
webapps/docs/architecture/project.xml
|
||||
|
|
|
|||
|
|
@ -10573,6 +10573,11 @@ js/components/changelog/dev-36283_add_clear_button_to_dropdown
|
|||
components/changelog/dev-36283_add_clear_button_to_dropdown
|
||||
changelog/dev-36283_add_clear_button_to_dropdown
|
||||
dev-36283_add_clear_button_to_dropdown
|
||||
packages/js/components/changelog/add-onclick-plugins
|
||||
js/components/changelog/add-onclick-plugins
|
||||
components/changelog/add-onclick-plugins
|
||||
changelog/add-onclick-plugins
|
||||
add-onclick-plugins
|
||||
packages/js/components/changelog/remove-scrollbar
|
||||
js/components/changelog/remove-scrollbar
|
||||
components/changelog/remove-scrollbar
|
||||
|
|
@ -14356,6 +14361,11 @@ js/data/changelog/48586-update-48516-detect-cache-when-launching-store
|
|||
data/changelog/48586-update-48516-detect-cache-when-launching-store
|
||||
changelog/48586-update-48516-detect-cache-when-launching-store
|
||||
48586-update-48516-detect-cache-when-launching-store
|
||||
packages/js/data/changelog/add-stripe-tax-to task
|
||||
js/data/changelog/add-stripe-tax-to task
|
||||
data/changelog/add-stripe-tax-to task
|
||||
changelog/add-stripe-tax-to task
|
||||
add-stripe-tax-to task
|
||||
packages/js/data/changelog/50828-dev-constrain-pnpm-version
|
||||
js/data/changelog/50828-dev-constrain-pnpm-version
|
||||
data/changelog/50828-dev-constrain-pnpm-version
|
||||
|
|
@ -17158,6 +17168,11 @@ js/remote-logging/changelog/add-remote-logging-beta-tester-tool
|
|||
remote-logging/changelog/add-remote-logging-beta-tester-tool
|
||||
changelog/add-remote-logging-beta-tester-tool
|
||||
add-remote-logging-beta-tester-tool
|
||||
packages/js/remote-logging/changelog/update-remote-logging-readme
|
||||
js/remote-logging/changelog/update-remote-logging-readme
|
||||
remote-logging/changelog/update-remote-logging-readme
|
||||
changelog/update-remote-logging-readme
|
||||
update-remote-logging-readme
|
||||
packages/js/remote-logging/changelog/50993-fix-some-comment-typos
|
||||
js/remote-logging/changelog/50993-fix-some-comment-typos
|
||||
remote-logging/changelog/50993-fix-some-comment-typos
|
||||
|
|
@ -23336,6 +23351,22 @@ client/task-lists/fills/index.ts
|
|||
task-lists/fills/index.ts
|
||||
fills/index.ts
|
||||
index.ts
|
||||
plugins/woocommerce-admin/client/task-lists/fills/tax/stripe-tax/card.tsx
|
||||
woocommerce-admin/client/task-lists/fills/tax/stripe-tax/card.tsx
|
||||
client/task-lists/fills/tax/stripe-tax/card.tsx
|
||||
task-lists/fills/tax/stripe-tax/card.tsx
|
||||
fills/tax/stripe-tax/card.tsx
|
||||
tax/stripe-tax/card.tsx
|
||||
stripe-tax/card.tsx
|
||||
card.tsx
|
||||
plugins/woocommerce-admin/client/task-lists/fills/tax/stripe-tax/stripe-tax-logo.svg
|
||||
woocommerce-admin/client/task-lists/fills/tax/stripe-tax/stripe-tax-logo.svg
|
||||
client/task-lists/fills/tax/stripe-tax/stripe-tax-logo.svg
|
||||
task-lists/fills/tax/stripe-tax/stripe-tax-logo.svg
|
||||
fills/tax/stripe-tax/stripe-tax-logo.svg
|
||||
tax/stripe-tax/stripe-tax-logo.svg
|
||||
stripe-tax/stripe-tax-logo.svg
|
||||
stripe-tax-logo.svg
|
||||
plugins/woocommerce-admin/client/task-lists/fills/tax/utils.ts
|
||||
woocommerce-admin/client/task-lists/fills/tax/utils.ts
|
||||
client/task-lists/fills/tax/utils.ts
|
||||
|
|
@ -23470,14 +23501,6 @@ task-lists/fills/tax/index.tsx
|
|||
fills/tax/index.tsx
|
||||
tax/index.tsx
|
||||
index.tsx
|
||||
plugins/woocommerce-admin/client/task-lists/fills/tax/avalara/card.tsx
|
||||
woocommerce-admin/client/task-lists/fills/tax/avalara/card.tsx
|
||||
client/task-lists/fills/tax/avalara/card.tsx
|
||||
task-lists/fills/tax/avalara/card.tsx
|
||||
fills/tax/avalara/card.tsx
|
||||
tax/avalara/card.tsx
|
||||
avalara/card.tsx
|
||||
card.tsx
|
||||
plugins/woocommerce-admin/client/task-lists/fills/tax/test/index.tsx
|
||||
woocommerce-admin/client/task-lists/fills/tax/test/index.tsx
|
||||
client/task-lists/fills/tax/test/index.tsx
|
||||
|
|
@ -47013,15 +47036,6 @@ blocks/product-elements/sale-badge/block.tsx
|
|||
product-elements/sale-badge/block.tsx
|
||||
sale-badge/block.tsx
|
||||
block.tsx
|
||||
plugins/woocommerce-blocks/assets/js/atomic/blocks/product-elements/sale-badge/constants.tsx
|
||||
woocommerce-blocks/assets/js/atomic/blocks/product-elements/sale-badge/constants.tsx
|
||||
assets/js/atomic/blocks/product-elements/sale-badge/constants.tsx
|
||||
js/atomic/blocks/product-elements/sale-badge/constants.tsx
|
||||
atomic/blocks/product-elements/sale-badge/constants.tsx
|
||||
blocks/product-elements/sale-badge/constants.tsx
|
||||
product-elements/sale-badge/constants.tsx
|
||||
sale-badge/constants.tsx
|
||||
constants.tsx
|
||||
plugins/woocommerce-blocks/assets/js/atomic/blocks/product-elements/sale-badge/style.scss
|
||||
woocommerce-blocks/assets/js/atomic/blocks/product-elements/sale-badge/style.scss
|
||||
assets/js/atomic/blocks/product-elements/sale-badge/style.scss
|
||||
|
|
@ -47031,24 +47045,15 @@ blocks/product-elements/sale-badge/style.scss
|
|||
product-elements/sale-badge/style.scss
|
||||
sale-badge/style.scss
|
||||
style.scss
|
||||
plugins/woocommerce-blocks/assets/js/atomic/blocks/product-elements/sale-badge/index.ts
|
||||
woocommerce-blocks/assets/js/atomic/blocks/product-elements/sale-badge/index.ts
|
||||
assets/js/atomic/blocks/product-elements/sale-badge/index.ts
|
||||
js/atomic/blocks/product-elements/sale-badge/index.ts
|
||||
atomic/blocks/product-elements/sale-badge/index.ts
|
||||
blocks/product-elements/sale-badge/index.ts
|
||||
product-elements/sale-badge/index.ts
|
||||
sale-badge/index.ts
|
||||
index.ts
|
||||
plugins/woocommerce-blocks/assets/js/atomic/blocks/product-elements/sale-badge/attributes.ts
|
||||
woocommerce-blocks/assets/js/atomic/blocks/product-elements/sale-badge/attributes.ts
|
||||
assets/js/atomic/blocks/product-elements/sale-badge/attributes.ts
|
||||
js/atomic/blocks/product-elements/sale-badge/attributes.ts
|
||||
atomic/blocks/product-elements/sale-badge/attributes.ts
|
||||
blocks/product-elements/sale-badge/attributes.ts
|
||||
product-elements/sale-badge/attributes.ts
|
||||
sale-badge/attributes.ts
|
||||
attributes.ts
|
||||
plugins/woocommerce-blocks/assets/js/atomic/blocks/product-elements/sale-badge/block.json
|
||||
woocommerce-blocks/assets/js/atomic/blocks/product-elements/sale-badge/block.json
|
||||
assets/js/atomic/blocks/product-elements/sale-badge/block.json
|
||||
js/atomic/blocks/product-elements/sale-badge/block.json
|
||||
atomic/blocks/product-elements/sale-badge/block.json
|
||||
blocks/product-elements/sale-badge/block.json
|
||||
product-elements/sale-badge/block.json
|
||||
sale-badge/block.json
|
||||
block.json
|
||||
plugins/woocommerce-blocks/assets/js/atomic/blocks/product-elements/sale-badge/support.ts
|
||||
woocommerce-blocks/assets/js/atomic/blocks/product-elements/sale-badge/support.ts
|
||||
assets/js/atomic/blocks/product-elements/sale-badge/support.ts
|
||||
|
|
@ -47076,6 +47081,15 @@ blocks/product-elements/sale-badge/types.ts
|
|||
product-elements/sale-badge/types.ts
|
||||
sale-badge/types.ts
|
||||
types.ts
|
||||
plugins/woocommerce-blocks/assets/js/atomic/blocks/product-elements/sale-badge/index.tsx
|
||||
woocommerce-blocks/assets/js/atomic/blocks/product-elements/sale-badge/index.tsx
|
||||
assets/js/atomic/blocks/product-elements/sale-badge/index.tsx
|
||||
js/atomic/blocks/product-elements/sale-badge/index.tsx
|
||||
atomic/blocks/product-elements/sale-badge/index.tsx
|
||||
blocks/product-elements/sale-badge/index.tsx
|
||||
product-elements/sale-badge/index.tsx
|
||||
sale-badge/index.tsx
|
||||
index.tsx
|
||||
plugins/woocommerce-blocks/assets/js/atomic/blocks/product-elements/price/block.tsx
|
||||
woocommerce-blocks/assets/js/atomic/blocks/product-elements/price/block.tsx
|
||||
assets/js/atomic/blocks/product-elements/price/block.tsx
|
||||
|
|
@ -47337,15 +47351,15 @@ blocks/product-elements/image/style.scss
|
|||
product-elements/image/style.scss
|
||||
image/style.scss
|
||||
style.scss
|
||||
plugins/woocommerce-blocks/assets/js/atomic/blocks/product-elements/image/index.ts
|
||||
woocommerce-blocks/assets/js/atomic/blocks/product-elements/image/index.ts
|
||||
assets/js/atomic/blocks/product-elements/image/index.ts
|
||||
js/atomic/blocks/product-elements/image/index.ts
|
||||
atomic/blocks/product-elements/image/index.ts
|
||||
blocks/product-elements/image/index.ts
|
||||
product-elements/image/index.ts
|
||||
image/index.ts
|
||||
index.ts
|
||||
plugins/woocommerce-blocks/assets/js/atomic/blocks/product-elements/image/block.json
|
||||
woocommerce-blocks/assets/js/atomic/blocks/product-elements/image/block.json
|
||||
assets/js/atomic/blocks/product-elements/image/block.json
|
||||
js/atomic/blocks/product-elements/image/block.json
|
||||
atomic/blocks/product-elements/image/block.json
|
||||
blocks/product-elements/image/block.json
|
||||
product-elements/image/block.json
|
||||
image/block.json
|
||||
block.json
|
||||
plugins/woocommerce-blocks/assets/js/atomic/blocks/product-elements/image/supports.ts
|
||||
woocommerce-blocks/assets/js/atomic/blocks/product-elements/image/supports.ts
|
||||
assets/js/atomic/blocks/product-elements/image/supports.ts
|
||||
|
|
@ -47364,15 +47378,6 @@ blocks/product-elements/image/frontend.ts
|
|||
product-elements/image/frontend.ts
|
||||
image/frontend.ts
|
||||
frontend.ts
|
||||
plugins/woocommerce-blocks/assets/js/atomic/blocks/product-elements/image/attributes.ts
|
||||
woocommerce-blocks/assets/js/atomic/blocks/product-elements/image/attributes.ts
|
||||
assets/js/atomic/blocks/product-elements/image/attributes.ts
|
||||
js/atomic/blocks/product-elements/image/attributes.ts
|
||||
atomic/blocks/product-elements/image/attributes.ts
|
||||
blocks/product-elements/image/attributes.ts
|
||||
product-elements/image/attributes.ts
|
||||
image/attributes.ts
|
||||
attributes.ts
|
||||
plugins/woocommerce-blocks/assets/js/atomic/blocks/product-elements/image/edit.tsx
|
||||
woocommerce-blocks/assets/js/atomic/blocks/product-elements/image/edit.tsx
|
||||
assets/js/atomic/blocks/product-elements/image/edit.tsx
|
||||
|
|
@ -47391,6 +47396,15 @@ blocks/product-elements/image/types.ts
|
|||
product-elements/image/types.ts
|
||||
image/types.ts
|
||||
types.ts
|
||||
plugins/woocommerce-blocks/assets/js/atomic/blocks/product-elements/image/index.tsx
|
||||
woocommerce-blocks/assets/js/atomic/blocks/product-elements/image/index.tsx
|
||||
assets/js/atomic/blocks/product-elements/image/index.tsx
|
||||
js/atomic/blocks/product-elements/image/index.tsx
|
||||
atomic/blocks/product-elements/image/index.tsx
|
||||
blocks/product-elements/image/index.tsx
|
||||
product-elements/image/index.tsx
|
||||
image/index.tsx
|
||||
index.tsx
|
||||
plugins/woocommerce-blocks/assets/js/atomic/blocks/product-elements/image/test/block.test.tsx
|
||||
woocommerce-blocks/assets/js/atomic/blocks/product-elements/image/test/block.test.tsx
|
||||
assets/js/atomic/blocks/product-elements/image/test/block.test.tsx
|
||||
|
|
@ -63826,6 +63840,10 @@ plugins/woocommerce/changelog/50942-e2e-external-sites-update-add-variable-produ
|
|||
woocommerce/changelog/50942-e2e-external-sites-update-add-variable-product
|
||||
changelog/50942-e2e-external-sites-update-add-variable-product
|
||||
50942-e2e-external-sites-update-add-variable-product
|
||||
plugins/woocommerce/changelog/dev-46917-migrate-to-block-json-image
|
||||
woocommerce/changelog/dev-46917-migrate-to-block-json-image
|
||||
changelog/dev-46917-migrate-to-block-json-image
|
||||
dev-46917-migrate-to-block-json-image
|
||||
plugins/woocommerce/changelog/add-initial_product_data_views_screen
|
||||
woocommerce/changelog/add-initial_product_data_views_screen
|
||||
changelog/add-initial_product_data_views_screen
|
||||
|
|
@ -63834,6 +63852,10 @@ plugins/woocommerce/changelog/fix-cys-patterns-margin
|
|||
woocommerce/changelog/fix-cys-patterns-margin
|
||||
changelog/fix-cys-patterns-margin
|
||||
fix-cys-patterns-margin
|
||||
plugins/woocommerce/changelog/fix-50207
|
||||
woocommerce/changelog/fix-50207
|
||||
changelog/fix-50207
|
||||
fix-50207
|
||||
plugins/woocommerce/changelog/fix-37602
|
||||
woocommerce/changelog/fix-37602
|
||||
changelog/fix-37602
|
||||
|
|
@ -63842,6 +63864,10 @@ plugins/woocommerce/changelog/tweak-improve-reset-password-check
|
|||
woocommerce/changelog/tweak-improve-reset-password-check
|
||||
changelog/tweak-improve-reset-password-check
|
||||
tweak-improve-reset-password-check
|
||||
plugins/woocommerce/changelog/fix-46527-compatibility-layer-init
|
||||
woocommerce/changelog/fix-46527-compatibility-layer-init
|
||||
changelog/fix-46527-compatibility-layer-init
|
||||
fix-46527-compatibility-layer-init
|
||||
plugins/woocommerce/changelog/test-50444-inspector-control
|
||||
woocommerce/changelog/test-50444-inspector-control
|
||||
changelog/test-50444-inspector-control
|
||||
|
|
@ -63858,10 +63884,18 @@ plugins/woocommerce/changelog/50047-fix-typos
|
|||
woocommerce/changelog/50047-fix-typos
|
||||
changelog/50047-fix-typos
|
||||
50047-fix-typos
|
||||
plugins/woocommerce/changelog/50612-fix-preview-button-cursor
|
||||
woocommerce/changelog/50612-fix-preview-button-cursor
|
||||
changelog/50612-fix-preview-button-cursor
|
||||
50612-fix-preview-button-cursor
|
||||
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/fix-50879-cart-my-account-icons-header-patterns
|
||||
woocommerce/changelog/fix-50879-cart-my-account-icons-header-patterns
|
||||
changelog/fix-50879-cart-my-account-icons-header-patterns
|
||||
fix-50879-cart-my-account-icons-header-patterns
|
||||
plugins/woocommerce/changelog/add-react-main-payments-settings-screen
|
||||
woocommerce/changelog/add-react-main-payments-settings-screen
|
||||
changelog/add-react-main-payments-settings-screen
|
||||
|
|
@ -63874,6 +63908,10 @@ plugins/woocommerce/changelog/50953-update-woo-pay-task
|
|||
woocommerce/changelog/50953-update-woo-pay-task
|
||||
changelog/50953-update-woo-pay-task
|
||||
50953-update-woo-pay-task
|
||||
plugins/woocommerce/changelog/fix-misspelling-in-plugins-woocommerce-blocks-docs
|
||||
woocommerce/changelog/fix-misspelling-in-plugins-woocommerce-blocks-docs
|
||||
changelog/fix-misspelling-in-plugins-woocommerce-blocks-docs
|
||||
fix-misspelling-in-plugins-woocommerce-blocks-docs
|
||||
plugins/woocommerce/changelog/fix-50550-improve-product-details-minimal-style-focus-styles
|
||||
woocommerce/changelog/fix-50550-improve-product-details-minimal-style-focus-styles
|
||||
changelog/fix-50550-improve-product-details-minimal-style-focus-styles
|
||||
|
|
@ -63914,6 +63952,10 @@ plugins/woocommerce/changelog/50935-fix-price-filter-slider
|
|||
woocommerce/changelog/50935-fix-price-filter-slider
|
||||
changelog/50935-fix-price-filter-slider
|
||||
50935-fix-price-filter-slider
|
||||
plugins/woocommerce/changelog/dev-46917-migrate-to-block-json-sale
|
||||
woocommerce/changelog/dev-46917-migrate-to-block-json-sale
|
||||
changelog/dev-46917-migrate-to-block-json-sale
|
||||
dev-46917-migrate-to-block-json-sale
|
||||
plugins/woocommerce/changelog/50400-48150-move-patterns-endpoint-to-admin
|
||||
woocommerce/changelog/50400-48150-move-patterns-endpoint-to-admin
|
||||
changelog/50400-48150-move-patterns-endpoint-to-admin
|
||||
|
|
@ -63926,6 +63968,10 @@ plugins/woocommerce/changelog/test-50444-register-product-collection-tester
|
|||
woocommerce/changelog/test-50444-register-product-collection-tester
|
||||
changelog/test-50444-register-product-collection-tester
|
||||
test-50444-register-product-collection-tester
|
||||
plugins/woocommerce/changelog/51012-47886-remove-padding-filters
|
||||
woocommerce/changelog/51012-47886-remove-padding-filters
|
||||
changelog/51012-47886-remove-padding-filters
|
||||
51012-47886-remove-padding-filters
|
||||
plugins/woocommerce/changelog/50979-42947-disable-product-rating
|
||||
woocommerce/changelog/50979-42947-disable-product-rating
|
||||
changelog/50979-42947-disable-product-rating
|
||||
|
|
@ -63938,6 +63984,14 @@ plugins/woocommerce/changelog/50927-e2e-external-sites-update-activate-and-setup
|
|||
woocommerce/changelog/50927-e2e-external-sites-update-activate-and-setup
|
||||
changelog/50927-e2e-external-sites-update-activate-and-setup
|
||||
50927-e2e-external-sites-update-activate-and-setup
|
||||
plugins/woocommerce/changelog/fix-50958-non-tracked-stock-emails
|
||||
woocommerce/changelog/fix-50958-non-tracked-stock-emails
|
||||
changelog/fix-50958-non-tracked-stock-emails
|
||||
fix-50958-non-tracked-stock-emails
|
||||
plugins/woocommerce/changelog/50996-fix-flaky-cart-coupon-test-50928
|
||||
woocommerce/changelog/50996-fix-flaky-cart-coupon-test-50928
|
||||
changelog/50996-fix-flaky-cart-coupon-test-50928
|
||||
50996-fix-flaky-cart-coupon-test-50928
|
||||
plugins/woocommerce/changelog/50994-e2e-external-sites-update-admin-tests
|
||||
woocommerce/changelog/50994-e2e-external-sites-update-admin-tests
|
||||
changelog/50994-e2e-external-sites-update-admin-tests
|
||||
|
|
@ -63966,10 +64020,18 @@ plugins/woocommerce/changelog/50396-48150-move-products-endpoint
|
|||
woocommerce/changelog/50396-48150-move-products-endpoint
|
||||
changelog/50396-48150-move-products-endpoint
|
||||
50396-48150-move-products-endpoint
|
||||
plugins/woocommerce/changelog/bugfix-quantity-html-issue
|
||||
woocommerce/changelog/bugfix-quantity-html-issue
|
||||
changelog/bugfix-quantity-html-issue
|
||||
bugfix-quantity-html-issue
|
||||
plugins/woocommerce/changelog/.gitkeep
|
||||
woocommerce/changelog/.gitkeep
|
||||
changelog/.gitkeep
|
||||
.gitkeep
|
||||
plugins/woocommerce/changelog/add-stripe-tax-onboarding-tax-task
|
||||
woocommerce/changelog/add-stripe-tax-onboarding-tax-task
|
||||
changelog/add-stripe-tax-onboarding-tax-task
|
||||
add-stripe-tax-onboarding-tax-task
|
||||
plugins/woocommerce/changelog/fix-50055-compatibility-layer-patterns
|
||||
woocommerce/changelog/fix-50055-compatibility-layer-patterns
|
||||
changelog/fix-50055-compatibility-layer-patterns
|
||||
|
|
@ -63994,10 +64056,6 @@ plugins/woocommerce/changelog/fix-lint-warnings
|
|||
woocommerce/changelog/fix-lint-warnings
|
||||
changelog/fix-lint-warnings
|
||||
fix-lint-warnings
|
||||
plugins/woocommerce/changelog/50923-fix-remove-non-existing-method
|
||||
woocommerce/changelog/50923-fix-remove-non-existing-method
|
||||
changelog/50923-fix-remove-non-existing-method
|
||||
50923-fix-remove-non-existing-method
|
||||
plugins/woocommerce/changelog/update-contribution-docs
|
||||
woocommerce/changelog/update-contribution-docs
|
||||
changelog/update-contribution-docs
|
||||
|
|
|
|||
|
|
@ -1645,6 +1645,7 @@ packages/js/components/changelog/add-error-boundary
|
|||
packages/js/components/changelog/fix-misspelling-in-experimental-select-control-test
|
||||
packages/js/components/changelog/update-media-uploader-button
|
||||
packages/js/components/changelog/dev-36283_add_clear_button_to_dropdown
|
||||
packages/js/components/changelog/add-onclick-plugins
|
||||
packages/js/components/changelog/remove-scrollbar
|
||||
packages/js/components/changelog/50993-fix-some-comment-typos
|
||||
packages/js/components/changelog/50828-dev-constrain-pnpm-version
|
||||
|
|
@ -2244,6 +2245,7 @@ packages/js/data/changelog/fix-misspelling-in-inline-doc-packages-js
|
|||
packages/js/data/changelog/tweak-google-extension-rename
|
||||
packages/js/data/changelog/fix-misspelling-in-crud-reducer
|
||||
packages/js/data/changelog/48586-update-48516-detect-cache-when-launching-store
|
||||
packages/js/data/changelog/add-stripe-tax-to task
|
||||
packages/js/data/changelog/50828-dev-constrain-pnpm-version
|
||||
packages/js/data/changelog/.gitkeep
|
||||
packages/js/data/changelog/47614-tweak-google-extension-rename
|
||||
|
|
@ -2730,6 +2732,7 @@ packages/js/remote-logging/changelog/update-remote-logging-data
|
|||
packages/js/remote-logging/changelog/49702-add-js-remote-error-logging
|
||||
packages/js/remote-logging/changelog/add-wcadmin-remote-logging
|
||||
packages/js/remote-logging/changelog/add-remote-logging-beta-tester-tool
|
||||
packages/js/remote-logging/changelog/update-remote-logging-readme
|
||||
packages/js/remote-logging/changelog/50993-fix-some-comment-typos
|
||||
packages/js/remote-logging/changelog/50828-dev-constrain-pnpm-version
|
||||
packages/js/remote-logging/changelog/.gitkeep
|
||||
|
|
@ -3923,6 +3926,8 @@ plugins/woocommerce-admin/client/task-lists/fills/PaymentGatewaySuggestions/plug
|
|||
plugins/woocommerce-admin/client/task-lists/fills/PaymentGatewaySuggestions/test/utils.js
|
||||
plugins/woocommerce-admin/client/task-lists/fills/PaymentGatewaySuggestions/test/index.js
|
||||
plugins/woocommerce-admin/client/task-lists/fills/index.ts
|
||||
plugins/woocommerce-admin/client/task-lists/fills/tax/stripe-tax/card.tsx
|
||||
plugins/woocommerce-admin/client/task-lists/fills/tax/stripe-tax/stripe-tax-logo.svg
|
||||
plugins/woocommerce-admin/client/task-lists/fills/tax/utils.ts
|
||||
plugins/woocommerce-admin/client/task-lists/fills/tax/components/partners.scss
|
||||
plugins/woocommerce-admin/client/task-lists/fills/tax/components/bullet.tsx
|
||||
|
|
@ -3940,7 +3945,6 @@ plugins/woocommerce-admin/client/task-lists/fills/tax/woocommerce-tax/setup.tsx
|
|||
plugins/woocommerce-admin/client/task-lists/fills/tax/manual-configuration/configure.tsx
|
||||
plugins/woocommerce-admin/client/task-lists/fills/tax/manual-configuration/index.tsx
|
||||
plugins/woocommerce-admin/client/task-lists/fills/tax/index.tsx
|
||||
plugins/woocommerce-admin/client/task-lists/fills/tax/avalara/card.tsx
|
||||
plugins/woocommerce-admin/client/task-lists/fills/tax/test/index.tsx
|
||||
plugins/woocommerce-admin/client/task-lists/fills/purchase.tsx
|
||||
plugins/woocommerce-admin/client/task-lists/fills/use-record-completion-time.ts
|
||||
|
|
@ -7113,13 +7117,12 @@ plugins/woocommerce-blocks/assets/js/atomic/blocks/product-elements/rating-count
|
|||
plugins/woocommerce-blocks/assets/js/atomic/blocks/product-elements/rating-counter/types.ts
|
||||
plugins/woocommerce-blocks/assets/js/atomic/blocks/product-elements/rating-counter/index.tsx
|
||||
plugins/woocommerce-blocks/assets/js/atomic/blocks/product-elements/sale-badge/block.tsx
|
||||
plugins/woocommerce-blocks/assets/js/atomic/blocks/product-elements/sale-badge/constants.tsx
|
||||
plugins/woocommerce-blocks/assets/js/atomic/blocks/product-elements/sale-badge/style.scss
|
||||
plugins/woocommerce-blocks/assets/js/atomic/blocks/product-elements/sale-badge/index.ts
|
||||
plugins/woocommerce-blocks/assets/js/atomic/blocks/product-elements/sale-badge/attributes.ts
|
||||
plugins/woocommerce-blocks/assets/js/atomic/blocks/product-elements/sale-badge/block.json
|
||||
plugins/woocommerce-blocks/assets/js/atomic/blocks/product-elements/sale-badge/support.ts
|
||||
plugins/woocommerce-blocks/assets/js/atomic/blocks/product-elements/sale-badge/edit.tsx
|
||||
plugins/woocommerce-blocks/assets/js/atomic/blocks/product-elements/sale-badge/types.ts
|
||||
plugins/woocommerce-blocks/assets/js/atomic/blocks/product-elements/sale-badge/index.tsx
|
||||
plugins/woocommerce-blocks/assets/js/atomic/blocks/product-elements/price/block.tsx
|
||||
plugins/woocommerce-blocks/assets/js/atomic/blocks/product-elements/price/constants.tsx
|
||||
plugins/woocommerce-blocks/assets/js/atomic/blocks/product-elements/price/supports.ts
|
||||
|
|
@ -7149,12 +7152,12 @@ plugins/woocommerce-blocks/assets/js/atomic/blocks/product-elements/image/block.
|
|||
plugins/woocommerce-blocks/assets/js/atomic/blocks/product-elements/image/constants.tsx
|
||||
plugins/woocommerce-blocks/assets/js/atomic/blocks/product-elements/image/image-size-settings.tsx
|
||||
plugins/woocommerce-blocks/assets/js/atomic/blocks/product-elements/image/style.scss
|
||||
plugins/woocommerce-blocks/assets/js/atomic/blocks/product-elements/image/index.ts
|
||||
plugins/woocommerce-blocks/assets/js/atomic/blocks/product-elements/image/block.json
|
||||
plugins/woocommerce-blocks/assets/js/atomic/blocks/product-elements/image/supports.ts
|
||||
plugins/woocommerce-blocks/assets/js/atomic/blocks/product-elements/image/frontend.ts
|
||||
plugins/woocommerce-blocks/assets/js/atomic/blocks/product-elements/image/attributes.ts
|
||||
plugins/woocommerce-blocks/assets/js/atomic/blocks/product-elements/image/edit.tsx
|
||||
plugins/woocommerce-blocks/assets/js/atomic/blocks/product-elements/image/types.ts
|
||||
plugins/woocommerce-blocks/assets/js/atomic/blocks/product-elements/image/index.tsx
|
||||
plugins/woocommerce-blocks/assets/js/atomic/blocks/product-elements/image/test/block.test.tsx
|
||||
plugins/woocommerce-blocks/assets/js/atomic/blocks/product-elements/product-details/block.tsx
|
||||
plugins/woocommerce-blocks/assets/js/atomic/blocks/product-elements/product-details/style.scss
|
||||
|
|
@ -9656,18 +9659,24 @@ plugins/woocommerce/license.txt
|
|||
plugins/woocommerce/changelog/fix-48132-ssr-active-plugins
|
||||
plugins/woocommerce/changelog/test-50444-collections
|
||||
plugins/woocommerce/changelog/50942-e2e-external-sites-update-add-variable-product
|
||||
plugins/woocommerce/changelog/dev-46917-migrate-to-block-json-image
|
||||
plugins/woocommerce/changelog/add-initial_product_data_views_screen
|
||||
plugins/woocommerce/changelog/fix-cys-patterns-margin
|
||||
plugins/woocommerce/changelog/fix-50207
|
||||
plugins/woocommerce/changelog/fix-37602
|
||||
plugins/woocommerce/changelog/tweak-improve-reset-password-check
|
||||
plugins/woocommerce/changelog/fix-46527-compatibility-layer-init
|
||||
plugins/woocommerce/changelog/test-50444-inspector-control
|
||||
plugins/woocommerce/changelog/50751-fix-isRequesting-report-summary
|
||||
plugins/woocommerce/changelog/update-woocommerce-blocks-hooks-docs
|
||||
plugins/woocommerce/changelog/50047-fix-typos
|
||||
plugins/woocommerce/changelog/50612-fix-preview-button-cursor
|
||||
plugins/woocommerce/changelog/50876-fix-run-coupon-filter-on-empty
|
||||
plugins/woocommerce/changelog/fix-50879-cart-my-account-icons-header-patterns
|
||||
plugins/woocommerce/changelog/add-react-main-payments-settings-screen
|
||||
plugins/woocommerce/changelog/update-mobile-order-summary-styling-50635
|
||||
plugins/woocommerce/changelog/50953-update-woo-pay-task
|
||||
plugins/woocommerce/changelog/fix-misspelling-in-plugins-woocommerce-blocks-docs
|
||||
plugins/woocommerce/changelog/fix-50550-improve-product-details-minimal-style-focus-styles
|
||||
plugins/woocommerce/changelog/50770-image-add-additional-size-units
|
||||
plugins/woocommerce/changelog/51004-e2e-external-sites-update-customize-store-tests
|
||||
|
|
@ -9678,12 +9687,16 @@ plugins/woocommerce/changelog/fix-hide-payments-recommendation-when-no-extension
|
|||
plugins/woocommerce/changelog/50836-29617-fix-bulk-edit-price
|
||||
plugins/woocommerce/changelog/50960-e2e-external-sites-update-products-block-editor
|
||||
plugins/woocommerce/changelog/50935-fix-price-filter-slider
|
||||
plugins/woocommerce/changelog/dev-46917-migrate-to-block-json-sale
|
||||
plugins/woocommerce/changelog/50400-48150-move-patterns-endpoint-to-admin
|
||||
plugins/woocommerce/changelog/fix-flaky-remote-logging-test
|
||||
plugins/woocommerce/changelog/test-50444-register-product-collection-tester
|
||||
plugins/woocommerce/changelog/51012-47886-remove-padding-filters
|
||||
plugins/woocommerce/changelog/50979-42947-disable-product-rating
|
||||
plugins/woocommerce/changelog/fix-37502-typos-in-inline-doc-in-woocommerce-plugin
|
||||
plugins/woocommerce/changelog/50927-e2e-external-sites-update-activate-and-setup
|
||||
plugins/woocommerce/changelog/fix-50958-non-tracked-stock-emails
|
||||
plugins/woocommerce/changelog/50996-fix-flaky-cart-coupon-test-50928
|
||||
plugins/woocommerce/changelog/50994-e2e-external-sites-update-admin-tests
|
||||
plugins/woocommerce/changelog/50828-dev-constrain-pnpm-version
|
||||
plugins/woocommerce/changelog/50784-add-coming-soon-mode-e2e
|
||||
|
|
@ -9691,14 +9704,15 @@ plugins/woocommerce/changelog/dev-42360_convert_withreviews_to_ts
|
|||
plugins/woocommerce/changelog/50976-fix-coming-soon-badge
|
||||
plugins/woocommerce/changelog/fix-show-recommendation-on-settings-payment-main-page
|
||||
plugins/woocommerce/changelog/50396-48150-move-products-endpoint
|
||||
plugins/woocommerce/changelog/bugfix-quantity-html-issue
|
||||
plugins/woocommerce/changelog/.gitkeep
|
||||
plugins/woocommerce/changelog/add-stripe-tax-onboarding-tax-task
|
||||
plugins/woocommerce/changelog/fix-50055-compatibility-layer-patterns
|
||||
plugins/woocommerce/changelog/fix-50245-fatal-error-checkout-customer
|
||||
plugins/woocommerce/changelog/fix-42064-product-reviews-endpoint-tests
|
||||
plugins/woocommerce/changelog/fix-conditionally-set-new-order-metafield
|
||||
plugins/woocommerce/changelog/update-block-reference
|
||||
plugins/woocommerce/changelog/fix-lint-warnings
|
||||
plugins/woocommerce/changelog/50923-fix-remove-non-existing-method
|
||||
plugins/woocommerce/changelog/update-contribution-docs
|
||||
plugins/woocommerce/changelog/50969-dev-deprecate-query
|
||||
plugins/woocommerce/changelog/fix-43576
|
||||
|
|
|
|||
|
|
@ -4612,11 +4612,6 @@ js/dist/vendor/react.js
|
|||
dist/vendor/react.js
|
||||
vendor/react.js
|
||||
react.js
|
||||
wp-includes/js/dist/vendor/wp-polyfill-importmap.js
|
||||
js/dist/vendor/wp-polyfill-importmap.js
|
||||
dist/vendor/wp-polyfill-importmap.js
|
||||
vendor/wp-polyfill-importmap.js
|
||||
wp-polyfill-importmap.js
|
||||
wp-includes/js/dist/vendor/wp-polyfill-inert.js
|
||||
js/dist/vendor/wp-polyfill-inert.js
|
||||
dist/vendor/wp-polyfill-inert.js
|
||||
|
|
@ -4647,11 +4642,6 @@ js/dist/vendor/wp-polyfill-node-contains.min.js
|
|||
dist/vendor/wp-polyfill-node-contains.min.js
|
||||
vendor/wp-polyfill-node-contains.min.js
|
||||
wp-polyfill-node-contains.min.js
|
||||
wp-includes/js/dist/vendor/wp-polyfill-importmap.min.js
|
||||
js/dist/vendor/wp-polyfill-importmap.min.js
|
||||
dist/vendor/wp-polyfill-importmap.min.js
|
||||
vendor/wp-polyfill-importmap.min.js
|
||||
wp-polyfill-importmap.min.js
|
||||
wp-includes/js/dist/vendor/react.min.js
|
||||
js/dist/vendor/react.min.js
|
||||
dist/vendor/react.min.js
|
||||
|
|
|
|||
|
|
@ -1239,14 +1239,12 @@ wp-includes/js/dist/vendor/wp-polyfill-node-contains.js
|
|||
wp-includes/js/dist/vendor/react-dom.js
|
||||
wp-includes/js/dist/vendor/wp-polyfill-element-closest.min.js
|
||||
wp-includes/js/dist/vendor/react.js
|
||||
wp-includes/js/dist/vendor/wp-polyfill-importmap.js
|
||||
wp-includes/js/dist/vendor/wp-polyfill-inert.js
|
||||
wp-includes/js/dist/vendor/wp-polyfill.min.js
|
||||
wp-includes/js/dist/vendor/wp-polyfill-fetch.min.js
|
||||
wp-includes/js/dist/vendor/wp-polyfill.js
|
||||
wp-includes/js/dist/vendor/wp-polyfill-url.min.js
|
||||
wp-includes/js/dist/vendor/wp-polyfill-node-contains.min.js
|
||||
wp-includes/js/dist/vendor/wp-polyfill-importmap.min.js
|
||||
wp-includes/js/dist/vendor/react.min.js
|
||||
wp-includes/js/dist/vendor/wp-polyfill-object-fit.min.js
|
||||
wp-includes/js/dist/vendor/regenerator-runtime.min.js
|
||||
|
|
|
|||
|
|
@ -26,10 +26,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
|
|||
.well-known
|
||||
.well-known/assetlinks.json
|
||||
.xml
|
||||
/*/*/_tools
|
||||
/*/*/more_ideas
|
||||
/*/_tools
|
||||
/*/activity
|
||||
/*/branches
|
||||
/*/commits
|
||||
/*/compare
|
||||
|
|
@ -37,11 +33,8 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
|
|||
/*/edit$
|
||||
/*/forks
|
||||
/*/graphs
|
||||
/*/group
|
||||
/*/invite
|
||||
/*/issues/new
|
||||
/*/issues/search
|
||||
/*/more_ideas
|
||||
/*/network
|
||||
/*/projects
|
||||
/*/pulse
|
||||
|
|
@ -52,22 +45,10 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
|
|||
/*source=
|
||||
/.git
|
||||
//wiki/skins
|
||||
/?*amp_client_id
|
||||
/?z=1
|
||||
/MANUALS/*.pdf$
|
||||
/Search/
|
||||
/_
|
||||
/_/rsrc
|
||||
/_activities
|
||||
/_activity
|
||||
/_community
|
||||
/_created
|
||||
/_followers
|
||||
/_following
|
||||
/_quick_saves
|
||||
/_saved
|
||||
/_shop
|
||||
/_shopping_list
|
||||
/album/*/*?i=
|
||||
/api
|
||||
/apis
|
||||
|
|
@ -79,8 +60,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
|
|||
/comments
|
||||
/commits/*?author
|
||||
/commits/*?path
|
||||
/communities
|
||||
/discovered
|
||||
/docs/product
|
||||
/download
|
||||
/download/Browse.aspx?
|
||||
|
|
@ -105,7 +84,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
|
|||
/layout/
|
||||
/leads/*/jsplayer_show_lead_form.html
|
||||
/leads/*/show_form.html
|
||||
/likes
|
||||
/listing/*/favoriters
|
||||
/lookup?
|
||||
/mediaapi/
|
||||
|
|
@ -113,20 +91,15 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
|
|||
/music/*/Search/
|
||||
/music/*/search/
|
||||
/newsearch/
|
||||
/organize
|
||||
/people/*/circle
|
||||
/people/*/favorites
|
||||
/pinned_flashes
|
||||
/pins
|
||||
/podcast/*/*?i=
|
||||
/print$
|
||||
/profile-about
|
||||
/raw
|
||||
/revisions
|
||||
/rg*/mediaviewer/rm*/tr
|
||||
/rss
|
||||
/scheduled-pin
|
||||
/scheduled-pins
|
||||
/search
|
||||
/search/
|
||||
/search/*?q=
|
||||
|
|
@ -142,15 +115,11 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
|
|||
/store/d/groove-music-pass/cfq7ttc0k5dq/0001
|
||||
/store/locations/store-locations-sitemap.xml
|
||||
/store/music/groove-music-pass/*
|
||||
/story_pins
|
||||
/tagged
|
||||
/tarball
|
||||
/tree
|
||||
/tried
|
||||
/tv-season/*/*?i=
|
||||
/unsubscribe/
|
||||
/video-
|
||||
/video_pins
|
||||
/wal/
|
||||
/wiki/Special:
|
||||
/wiki/index.php/Help
|
||||
|
|
@ -224,7 +193,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
|
|||
?order=
|
||||
?pt1=true$
|
||||
?s=
|
||||
?show_error=true
|
||||
?slogin
|
||||
?tab=achievements&achievement=
|
||||
?utm_*=
|
||||
|
|
@ -1016,8 +984,6 @@ ZipCodeLookupAjax
|
|||
[_0-9a-zA-Z]+/status/[0-9]+/likes
|
||||
[_0-9a-zA-Z]+/status/[0-9]+/retweets
|
||||
_
|
||||
_/_
|
||||
_/_/pixel
|
||||
_/aihub_pod
|
||||
_/ain/_/js
|
||||
_/alkali-learn
|
||||
|
|
@ -1079,8 +1045,6 @@ _next/gtm
|
|||
_next/jwt
|
||||
_next/title
|
||||
_next/viewer
|
||||
_ngjs/resource
|
||||
_ngjs/resource/*/get
|
||||
_nimbusJson.json
|
||||
_nimbusJsonp.js
|
||||
_nimbusJsonpStatic.js
|
||||
|
|
@ -1186,12 +1150,10 @@ ad_spice
|
|||
ad_syndication_user_tracking
|
||||
ad_visibility
|
||||
addContacts
|
||||
addboard
|
||||
addressBookExport
|
||||
admin
|
||||
adredir?
|
||||
ads
|
||||
ads.txt
|
||||
ads/gpa/vidgen
|
||||
ads/hotels/partners
|
||||
ads/learn
|
||||
|
|
@ -1210,7 +1172,6 @@ adwords/proposal
|
|||
adx/bin
|
||||
affil
|
||||
affil/pal
|
||||
age-appeal
|
||||
aihub/tfhub
|
||||
ajax
|
||||
ajax/follow_info
|
||||
|
|
@ -1223,7 +1184,6 @@ alkali
|
|||
allanalytics
|
||||
alllocations
|
||||
ambry
|
||||
amp
|
||||
amphtml
|
||||
amphtml/blogs/test
|
||||
amphtml/classic-apps
|
||||
|
|
@ -1251,9 +1211,7 @@ 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=
|
||||
|
|
@ -1425,7 +1383,6 @@ auth/verifychallenge
|
|||
author/following
|
||||
author=
|
||||
authwall
|
||||
autocomplete
|
||||
avis
|
||||
away.php
|
||||
b2bauth
|
||||
|
|
@ -1544,11 +1501,7 @@ blogs/test
|
|||
blogsearch
|
||||
blogsearch_feeds
|
||||
bn
|
||||
board
|
||||
board_activity
|
||||
board_activity_comment
|
||||
bookmark?
|
||||
bookmarklet
|
||||
bookmarks
|
||||
books
|
||||
books/about
|
||||
|
|
@ -1570,38 +1523,17 @@ books?*zoom=1
|
|||
books?*zoom=5
|
||||
booksrightsholders
|
||||
boutique/sitemaps
|
||||
branded-pins
|
||||
browse/reviews/recent
|
||||
business/ad_create
|
||||
business/adshare
|
||||
business/adshare/faqs
|
||||
business/blahblah
|
||||
business/business-access
|
||||
business/business-hierarchy
|
||||
business/business-manager
|
||||
business/catalogs
|
||||
business/commerce-integrations
|
||||
business/community-information
|
||||
business/convert
|
||||
business/create
|
||||
business/create-linked-account
|
||||
business/feedback
|
||||
business/hub
|
||||
business/invite
|
||||
business/leads/jsplayer_show_lead_form.html
|
||||
business/leads/show_form.html
|
||||
business/learning/blog
|
||||
business/onboarding
|
||||
business/pin_create
|
||||
business/premium/is_payment_pending
|
||||
business/promotion
|
||||
business/referral
|
||||
business/sales/blog
|
||||
business/site
|
||||
business/switch-account
|
||||
business/top-ads
|
||||
business/update
|
||||
business/verified-merchant/status
|
||||
businessinfo
|
||||
buyside-e2e-monitor
|
||||
buzz/post
|
||||
|
|
@ -1798,7 +1730,6 @@ checkout
|
|||
checkout/package
|
||||
checkoutnow
|
||||
checkpoint
|
||||
christmas-spotlight
|
||||
chrome/browser/mobile/tour
|
||||
chrome/crlset
|
||||
chrome/webstore/images
|
||||
|
|
@ -1821,7 +1752,6 @@ clickthru
|
|||
client_errors
|
||||
clima/ets
|
||||
clima/sites/registry
|
||||
close-account
|
||||
cloud-launcher/sitemap
|
||||
cloudsourcetools/images
|
||||
cms_content
|
||||
|
|
@ -1843,7 +1773,6 @@ commercesearch/images
|
|||
commercesearch/services
|
||||
commission_2010-2014/katainen
|
||||
commits?author=
|
||||
communities
|
||||
communities/bin.aspx?
|
||||
communities/blogs/PortalResults.mspx?
|
||||
communities/eventdetails.mspx?
|
||||
|
|
@ -1859,15 +1788,12 @@ community/category/*
|
|||
community/comments
|
||||
community/feed
|
||||
community/trackback
|
||||
community_comment
|
||||
community_post
|
||||
community_s
|
||||
companyDir
|
||||
compare
|
||||
compare/*/apply
|
||||
compressiontest
|
||||
config.js
|
||||
connect
|
||||
connections
|
||||
connectivity
|
||||
connector
|
||||
|
|
@ -1875,31 +1801,20 @@ consumers/archive
|
|||
contact_me
|
||||
contactus
|
||||
content
|
||||
content-claiming
|
||||
context_referrer=gig_page
|
||||
context_referrer=user_page
|
||||
control
|
||||
conversation
|
||||
conversations
|
||||
convert-business
|
||||
convert-personal
|
||||
coop/directory
|
||||
coop/manage
|
||||
copy-conductor/crawled
|
||||
copyright-reporting
|
||||
corgi$
|
||||
couchmode
|
||||
counter/*?
|
||||
coupons/visit
|
||||
covid19
|
||||
covid19/mobility
|
||||
create_pin
|
||||
creative-europe/404_en.htm
|
||||
creative-studio
|
||||
creative_editor
|
||||
creator-spotlight
|
||||
creator_hub/_earn
|
||||
creator_hub/_partnerships
|
||||
creatorhub
|
||||
cse/home
|
||||
cse/manage
|
||||
|
|
@ -1908,9 +1823,7 @@ cse?
|
|||
csp
|
||||
csp_block
|
||||
csp_report_only
|
||||
csrf_error
|
||||
ct
|
||||
ct.html
|
||||
ct/log_list
|
||||
culturalinstitute/images
|
||||
culturalinstitute/sitemaps
|
||||
|
|
@ -2025,9 +1938,7 @@ de/teams
|
|||
de/transactions
|
||||
de/treasury
|
||||
de/your
|
||||
deactivate-account
|
||||
default
|
||||
delete_post
|
||||
delight
|
||||
dell/cities-transformed
|
||||
dell/cloud-future-of-medicine
|
||||
|
|
@ -2078,7 +1989,6 @@ digital-single-market/taxonomy
|
|||
digital-single-market/users
|
||||
directory
|
||||
directory/all
|
||||
discover
|
||||
discussion
|
||||
discussion/comment-permalink
|
||||
discussion/edit-profile
|
||||
|
|
@ -2174,8 +2084,6 @@ ebooks?*zoom=1
|
|||
ebooks?*zoom=5
|
||||
ece
|
||||
eclas
|
||||
edit
|
||||
editorial/*
|
||||
edu/cs4hs
|
||||
education/404_en.htm
|
||||
edurec
|
||||
|
|
@ -2187,7 +2095,6 @@ elite?
|
|||
email
|
||||
email-unsubscribe
|
||||
email_actions
|
||||
email_verification_error
|
||||
embed
|
||||
embed/feed/update
|
||||
employment_social/anticipedia/xwiki/bin/attach
|
||||
|
|
@ -2242,7 +2149,6 @@ en/microsoft-viva/
|
|||
en/security
|
||||
en/security/
|
||||
endorsements
|
||||
engagement
|
||||
enterprise-jobs
|
||||
enterprise-partner-search/sitemaps
|
||||
environment/ets
|
||||
|
|
@ -2345,8 +2251,6 @@ exec/obidos/subst/marketplace/sell-your-collection.html
|
|||
exec/obidos/subst/marketplace/sell-your-stuff.html
|
||||
exec/obidos/subst/partners/friends/access.html
|
||||
exec/obidos/tg/cm/member
|
||||
explore
|
||||
explore/*/?p=
|
||||
explore/*/lightbox
|
||||
external
|
||||
external/overture
|
||||
|
|
@ -2356,7 +2260,6 @@ facebook
|
|||
facebook_connect
|
||||
faves-i_love_u_get_away_from_me
|
||||
favorite
|
||||
fb.html
|
||||
fe=true
|
||||
feature/sf-test
|
||||
feed
|
||||
|
|
@ -2437,8 +2340,6 @@ flights
|
|||
flutter-canvaskit
|
||||
folder
|
||||
follow
|
||||
follow_board
|
||||
follow_user
|
||||
following
|
||||
food/archive
|
||||
food/favourites
|
||||
|
|
@ -2550,8 +2451,6 @@ global$
|
|||
globalmarketfinder
|
||||
globalmarketfinder/*.html
|
||||
gog
|
||||
google_gdn.html
|
||||
google_search.html
|
||||
googlebooks/images
|
||||
gp
|
||||
gp/aag
|
||||
|
|
@ -2661,7 +2560,6 @@ gview
|
|||
gwt
|
||||
h5games_gamecenter/images
|
||||
handmade
|
||||
hanukkah-spotlight
|
||||
hashtag/*?src=
|
||||
hd
|
||||
header/channels
|
||||
|
|
@ -2737,18 +2635,15 @@ hk-en/teams
|
|||
hk-en/transactions
|
||||
hk-en/treasury
|
||||
hk-en/your
|
||||
holiday-spotlight
|
||||
holidays-celebrations
|
||||
home
|
||||
homefeed
|
||||
homepage-video-test
|
||||
hosted/images
|
||||
hotelfinder/rpc
|
||||
hotels/rpc
|
||||
hp/video
|
||||
hpc/*/supported-applications.aspx?
|
||||
http://ec.europa.eu/robots.txt
|
||||
http://mozilla.org/robots.txt
|
||||
http://m.facebook.com/robots.txt
|
||||
http://tinyurl.com/robots.txt
|
||||
hub?category=
|
||||
hz/contact-us/ajax/initiate-trusted-contact
|
||||
hz/help/contact/*/message/$
|
||||
|
|
@ -2759,9 +2654,6 @@ i/u
|
|||
ia
|
||||
icons
|
||||
id-id.www.cloudflare.com
|
||||
idea-ads-tool
|
||||
idea-pin-builder
|
||||
idea-pin-invite
|
||||
identity/accountsettingsactivityweb
|
||||
identity/accountsettingssyaf
|
||||
ie*/listing/*/favoriters
|
||||
|
|
@ -2935,14 +2827,11 @@ info/customerror.htm*
|
|||
info/smart404.asp*
|
||||
info/tech-feedback
|
||||
inproduct_help/chatsupport
|
||||
install-shuffles
|
||||
internalPref
|
||||
intl/*/about/views
|
||||
intlkb/
|
||||
invite
|
||||
inviteFromProfile
|
||||
inviteMany
|
||||
invited
|
||||
invites/buy
|
||||
invoice/est
|
||||
invoice/estimate/buyerView
|
||||
|
|
@ -3033,8 +2922,6 @@ johnhancock
|
|||
johnhancock/in-a-lifetime-healthcare
|
||||
johnhancock/in-a-lifetime-sustainability
|
||||
johnhancock/in-a-lifetime-work
|
||||
join/?next=
|
||||
join/signup/?next=
|
||||
jp*/listing/*/favoriters
|
||||
jp*/people/*/circle
|
||||
jp*/people/*/favorites
|
||||
|
|
@ -3102,7 +2989,6 @@ knowmore
|
|||
ko-kr.www.cloudflare.com
|
||||
ko-kr/feedback
|
||||
ko-kr/lp
|
||||
kwanzaa-spotlight
|
||||
labs/popgadget/search
|
||||
lamda/images
|
||||
landing/cmsnext-root
|
||||
|
|
@ -3137,12 +3023,10 @@ learning/search?
|
|||
learning/settings
|
||||
learning/settings$
|
||||
learning/settings?
|
||||
lens-search
|
||||
li/track
|
||||
library/devices
|
||||
licensing-syndication
|
||||
limited-release
|
||||
linked
|
||||
linkedin
|
||||
list
|
||||
list/ls*/_ajax
|
||||
|
|
@ -3150,7 +3034,6 @@ list/ls*/export
|
|||
listing/*/stubs
|
||||
lite
|
||||
lite.publication.PublicationRequestFulltextPromo.requestFulltext.html
|
||||
live-session
|
||||
live_chat
|
||||
lm/R1XIHQVKXSKBNJ
|
||||
lm/R3HQ5WJSZK6QSO
|
||||
|
|
@ -3181,7 +3064,6 @@ location_suggest
|
|||
lochp?
|
||||
login
|
||||
login$
|
||||
login/?next=
|
||||
login?*=
|
||||
logo-maker/brief
|
||||
logo-maker/choose-variation
|
||||
|
|
@ -3428,7 +3310,6 @@ native
|
|||
nb-no.www.cloudflare.com
|
||||
nbubumblebee
|
||||
network
|
||||
new_invite
|
||||
news$
|
||||
news/$
|
||||
news/0
|
||||
|
|
@ -3440,7 +3321,6 @@ news/test
|
|||
news/test-liveblog
|
||||
news?viewArticle
|
||||
newsArticle
|
||||
news_hub
|
||||
newsletter
|
||||
newsroom/dae
|
||||
newssearch
|
||||
|
|
@ -3604,12 +3484,8 @@ nz/teams
|
|||
nz/transactions
|
||||
nz/treasury
|
||||
nz/your
|
||||
oauth/line
|
||||
oauth/login
|
||||
oauth/v2
|
||||
oauth2/v2
|
||||
oauth_error
|
||||
offsite
|
||||
og
|
||||
onebox/media/sports/logos
|
||||
onebox/media/sports/photos/soccer/wc2018
|
||||
|
|
@ -3643,11 +3519,8 @@ pagespeed/insights/ui/logo
|
|||
panel
|
||||
pantheon
|
||||
pantheon-platform
|
||||
parental-consent/confirmation
|
||||
parental-passcode
|
||||
participate/conferences.xml
|
||||
partners
|
||||
password/reset
|
||||
password_expired
|
||||
patent-search/frontend
|
||||
patents/download
|
||||
|
|
@ -3675,6 +3548,7 @@ people
|
|||
people/iweReconnectAction
|
||||
pepe
|
||||
phone/compare/?
|
||||
photo
|
||||
photos/*/lightbox
|
||||
photos/app_store_link
|
||||
photos/archivesact/6011019532/nearby
|
||||
|
|
@ -3683,40 +3557,8 @@ photos/i_love_u_get_away_from_me
|
|||
photos/tags/*/page
|
||||
photos/youpy
|
||||
photosandvideos
|
||||
pin-builder
|
||||
pin-communities
|
||||
pin-creation-tool
|
||||
pin-editor
|
||||
pin/*/activities
|
||||
pin/*/activity
|
||||
pin/*/analytics
|
||||
pin/*/brand-catalog
|
||||
pin/*/comments
|
||||
pin/*/email
|
||||
pin/*/feedback
|
||||
pin/*/idea-pin/related-products
|
||||
pin/*/likes
|
||||
pin/*/promote
|
||||
pin/*/reaction
|
||||
pin/*/related-products
|
||||
pin/*/repin
|
||||
pin/*/repins
|
||||
pin/*/sent
|
||||
pin/*/share
|
||||
pin/*/shop-the-look
|
||||
pin/*/tag
|
||||
pin/*/takes
|
||||
pin/*/visual-search
|
||||
pin/*/visual-shop
|
||||
pin/create
|
||||
pin/find
|
||||
pin/find?url=
|
||||
pin_shop
|
||||
ping?
|
||||
pingback
|
||||
pinterest-predicts
|
||||
pinterest-wellbeing
|
||||
pinterestwellbeing
|
||||
pl*/listing/*/favoriters
|
||||
pl*/people/*/circle
|
||||
pl*/people/*/favorites
|
||||
|
|
@ -3768,7 +3610,6 @@ pl/teams
|
|||
pl/transactions
|
||||
pl/treasury
|
||||
pl/your
|
||||
place
|
||||
plan=
|
||||
platform-telemetry
|
||||
play/store/web
|
||||
|
|
@ -3795,7 +3636,6 @@ ppob/?
|
|||
ppob?
|
||||
pqa
|
||||
preference
|
||||
prefs
|
||||
present
|
||||
presentation
|
||||
prettyearth/assets
|
||||
|
|
@ -3806,8 +3646,6 @@ private
|
|||
pro
|
||||
pro-resources
|
||||
pro/about
|
||||
product-catalogs
|
||||
product-feed
|
||||
product-reviews/B0069IY63Y
|
||||
productPurchaseDone
|
||||
product_
|
||||
|
|
@ -3886,7 +3724,6 @@ publications
|
|||
publicliterature.PublicLiterature.search.html
|
||||
purchases
|
||||
puzzles/leaderboards/invite
|
||||
pw
|
||||
pwapi-proxy/pwproxy
|
||||
pwapiv2
|
||||
px.gif
|
||||
|
|
@ -3894,7 +3731,6 @@ q=
|
|||
qnasearch?
|
||||
qr
|
||||
quality_form?
|
||||
quiz
|
||||
r
|
||||
rackspace/elevating-performance
|
||||
radio/aod
|
||||
|
|
@ -3908,7 +3744,6 @@ rd/search
|
|||
rd/search$
|
||||
rd/search?
|
||||
recensioni
|
||||
recently-viewed
|
||||
recharge/dashboard/car
|
||||
recharge/dashboard/static
|
||||
recipes/search
|
||||
|
|
@ -3926,8 +3761,6 @@ refer
|
|||
refer/pal
|
||||
referrals
|
||||
referrer=
|
||||
refresh_stored_accounts
|
||||
refresh_token
|
||||
register
|
||||
registration
|
||||
registry/wishlist
|
||||
|
|
@ -3937,14 +3770,10 @@ report
|
|||
report-abuse?report=
|
||||
report=
|
||||
report_abuse.gne
|
||||
reports-and-violations
|
||||
request-data
|
||||
requestList
|
||||
requests
|
||||
research/participants/cofund
|
||||
reservations/*/notifyme
|
||||
resource
|
||||
resource/*/get
|
||||
results
|
||||
retail
|
||||
retail/old
|
||||
|
|
@ -3980,7 +3809,6 @@ s2/sitemaps
|
|||
s2/static
|
||||
s3
|
||||
s?
|
||||
safe-redirect
|
||||
safebrowsing/diagnostic
|
||||
safebrowsing/report_badware
|
||||
safebrowsing/report_error
|
||||
|
|
@ -4079,7 +3907,6 @@ searchhistory
|
|||
sections
|
||||
secure
|
||||
seller_onboarding
|
||||
sendHeaderEarly
|
||||
send_to_friend
|
||||
sendarticle
|
||||
services
|
||||
|
|
@ -4153,7 +3980,6 @@ 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
|
||||
|
|
@ -4162,7 +3988,7 @@ shopping/reviewer
|
|||
shopping/seller
|
||||
shopping/suppliers/search
|
||||
shopping?
|
||||
showtimes/location/*http://amazon.com/robots.txt
|
||||
showtimes/location/*http://apis.google.com/robots.txt
|
||||
sidewiki/entry
|
||||
signature
|
||||
signin/inject
|
||||
|
|
@ -4446,13 +4272,11 @@ smart/buttons
|
|||
social/photosui/images
|
||||
social/photosui/sitemap
|
||||
social/social-security-directory/cai
|
||||
socialmanager
|
||||
sounds/player
|
||||
sounds/player$
|
||||
sounds/search
|
||||
sounds/search$
|
||||
sounds/search?
|
||||
source
|
||||
source=
|
||||
source_repo=
|
||||
spain/empresas/
|
||||
|
|
@ -4475,7 +4299,6 @@ ss
|
|||
ss/customer-reviews/lighthouse
|
||||
ss/twister/ajax
|
||||
sslsingle
|
||||
sso
|
||||
stadia/gamers
|
||||
start
|
||||
start_order
|
||||
|
|
@ -4530,10 +4353,6 @@ storefront
|
|||
storepicker
|
||||
stores/page/*visitId=
|
||||
stories
|
||||
story-pin-builder
|
||||
story-pin-invite
|
||||
story_feed
|
||||
story_pins
|
||||
studios
|
||||
styles/js-on.css$
|
||||
subscribe/braintree
|
||||
|
|
@ -4546,6 +4365,8 @@ subscribe/onsiteapi
|
|||
subscribe/paywall
|
||||
subscribe/person
|
||||
subscribe/preferenceapi
|
||||
subscribe/signin
|
||||
subscribe/signup
|
||||
subscribe/subscriptionapi
|
||||
subscribe/user
|
||||
subscription/*?*onboarded=
|
||||
|
|
@ -4556,7 +4377,6 @@ support
|
|||
support/content
|
||||
support/forum/search?
|
||||
surprise
|
||||
suspension-appeal
|
||||
sv-se.www.cloudflare.com
|
||||
svc
|
||||
svc/crosswords
|
||||
|
|
@ -4567,7 +4387,6 @@ svc/spelling-bee
|
|||
svc/vertex
|
||||
svc/wordle
|
||||
svpRecommendations
|
||||
sw-shell.html
|
||||
swg
|
||||
syndicate
|
||||
system1/images
|
||||
|
|
@ -4575,7 +4394,6 @@ t/terms
|
|||
tab=
|
||||
tablet
|
||||
tacms
|
||||
taggingtool
|
||||
tagmanager/containers/xo
|
||||
tagmanager/pptm.js
|
||||
talk
|
||||
|
|
@ -4608,10 +4426,8 @@ test
|
|||
testpage-forhomepage
|
||||
tetro
|
||||
th-th.www.cloudflare.com
|
||||
thanksgiving-spotlight
|
||||
thanx?
|
||||
themacallan/worlds-together
|
||||
theme
|
||||
themes/rss
|
||||
things/search
|
||||
things/search$
|
||||
|
|
@ -4694,7 +4510,6 @@ trustedstores/s
|
|||
trustedstores/tm2
|
||||
trustedstores/verify
|
||||
tucritica
|
||||
tv
|
||||
tv/thumb
|
||||
tvschedule
|
||||
twitter
|
||||
|
|
@ -4760,13 +4575,9 @@ uk/teams
|
|||
uk/transactions
|
||||
uk/treasury
|
||||
uk/your
|
||||
unauth-profile
|
||||
unlink
|
||||
unsub
|
||||
until=
|
||||
updates
|
||||
upload-image-lens-history
|
||||
upload-lens-image
|
||||
uploads
|
||||
urchin_test
|
||||
us-es*/listing/*/favoriters
|
||||
|
|
@ -4841,8 +4652,6 @@ uviewer
|
|||
v1
|
||||
v1/browser-performance
|
||||
v1/stats
|
||||
v1/urls/count.json
|
||||
v3/pidgets/log
|
||||
v4
|
||||
verify_age
|
||||
vi-vn.www.cloudflare.com
|
||||
|
|
@ -4873,13 +4682,10 @@ webapps/xoonboarding
|
|||
webmasters/sitemaps/ping?
|
||||
webscr
|
||||
websearch
|
||||
website/confirm
|
||||
website/confirm/download
|
||||
webstore/search
|
||||
webstore/static/*/wall/js
|
||||
weekly/signup
|
||||
weimg
|
||||
welcome
|
||||
whats-next/planes-trains-and-analytics
|
||||
whsmiths
|
||||
widget_auth.php
|
||||
|
|
@ -5342,7 +5148,6 @@ xml?
|
|||
xoplatform/logger/api/logger
|
||||
xorouter
|
||||
your
|
||||
your-shop
|
||||
youth/404_en.htm
|
||||
youtube/fonts
|
||||
youtube/img/promos
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue