[Github Action] Automated trickest wordlists update.

This commit is contained in:
GitHub Action 2024-04-11 00:19:56 +00:00
parent 8c4aa7fad8
commit 2a564a0911
15 changed files with 745 additions and 1953 deletions

View File

@ -396,150 +396,12 @@ packages/memory/src/cache/lib/create.test.ts
packages/memory/src/cache/lib/create.ts packages/memory/src/cache/lib/create.ts
packages/memory/src/cache/lib/multi.test.ts packages/memory/src/cache/lib/multi.test.ts
packages/memory/src/cache/lib/multi.ts packages/memory/src/cache/lib/multi.ts
packages/data-driver-postgres/package.json
packages/data-driver-postgres/readme.md
packages/data-driver-postgres/tsconfig.json
packages/data-driver-postgres/license
packages/data-driver-postgres/src/utils/functions.test.ts
packages/data-driver-postgres/src/utils/convert-target.ts
packages/data-driver-postgres/src/utils/wrap-column.ts
packages/data-driver-postgres/src/utils/json-path.test.ts
packages/data-driver-postgres/src/utils/escape-identifier.test.ts
packages/data-driver-postgres/src/utils/functions.ts
packages/data-driver-postgres/src/utils/escape-identifier.ts
packages/data-driver-postgres/src/utils/conditions/number-condition.test.ts
packages/data-driver-postgres/src/utils/conditions/index.ts
packages/data-driver-postgres/src/utils/conditions/string-condition.ts
packages/data-driver-postgres/src/utils/conditions/field-condition.ts
packages/data-driver-postgres/src/utils/conditions/index.test.ts
packages/data-driver-postgres/src/utils/conditions/geo-condition.ts
packages/data-driver-postgres/src/utils/conditions/set-number-condition.test.ts
packages/data-driver-postgres/src/utils/conditions/set-string-condition.ts
packages/data-driver-postgres/src/utils/conditions/number-condition.ts
packages/data-driver-postgres/src/utils/conditions/set-number-condition.ts
packages/data-driver-postgres/src/utils/conditions/geo-condition.test.ts
packages/data-driver-postgres/src/utils/conditions/string-condition.test.ts
packages/data-driver-postgres/src/utils/conditions/field-condition.test.ts
packages/data-driver-postgres/src/utils/conditions/set-string-condition.test.ts
packages/data-driver-postgres/src/utils/json-path.ts
packages/data-driver-postgres/src/utils/wrap-column.test.ts
packages/data-driver-postgres/src/index.ts
packages/data-driver-postgres/src/index.test.ts
packages/data-driver-postgres/src/query/orderBy.ts
packages/data-driver-postgres/src/query/where.test.ts
packages/data-driver-postgres/src/query/limit.ts
packages/data-driver-postgres/src/query/parameters.ts
packages/data-driver-postgres/src/query/index.ts
packages/data-driver-postgres/src/query/offset.test.ts
packages/data-driver-postgres/src/query/index.test.ts
packages/data-driver-postgres/src/query/offset.ts
packages/data-driver-postgres/src/query/from.test.ts
packages/data-driver-postgres/src/query/select.ts
packages/data-driver-postgres/src/query/parameters.test.ts
packages/data-driver-postgres/src/query/where.ts
packages/data-driver-postgres/src/query/from.ts
packages/data-driver-postgres/src/query/limit.test.ts
packages/data-driver-postgres/src/query/select.test.ts
packages/data-driver-postgres/src/query/join.ts
packages/data-driver-postgres/src/query/join.test.ts
packages/data-driver-postgres/src/query/orderBy.test.ts
packages/data-driver-postgres/.dependency-cruiser.cjs
packages/storage-driver-local/package.json packages/storage-driver-local/package.json
packages/storage-driver-local/readme.md packages/storage-driver-local/readme.md
packages/storage-driver-local/tsconfig.json packages/storage-driver-local/tsconfig.json
packages/storage-driver-local/license packages/storage-driver-local/license
packages/storage-driver-local/src/index.ts packages/storage-driver-local/src/index.ts
packages/storage-driver-local/src/index.test.ts packages/storage-driver-local/src/index.test.ts
packages/data-sql/package.json
packages/data-sql/readme.md
packages/data-sql/tsconfig.json
packages/data-sql/license
packages/data-sql/src/utils/get-mapped-queries-stream.test.ts
packages/data-sql/src/utils/map-result.test.ts
packages/data-sql/src/utils/numeric-operator-conversion.ts
packages/data-sql/src/utils/index-to-identifier.ts
packages/data-sql/src/utils/index.ts
packages/data-sql/src/utils/index-to-identifier.test.ts
packages/data-sql/src/utils/stream-consumer.ts
packages/data-sql/src/utils/get-mapped-queries-stream.ts
packages/data-sql/src/utils/map-result.ts
packages/data-sql/src/index.ts
packages/data-sql/src/types/index.ts
packages/data-sql/src/types/clauses/order.ts
packages/data-sql/src/types/clauses/index.ts
packages/data-sql/src/types/clauses/common/index.ts
packages/data-sql/src/types/clauses/common/target.ts
packages/data-sql/src/types/clauses/common/primitive.ts
packages/data-sql/src/types/clauses/common/function.ts
packages/data-sql/src/types/clauses/common/json.ts
packages/data-sql/src/types/clauses/select/index.ts
packages/data-sql/src/types/clauses/select/primitive.ts
packages/data-sql/src/types/clauses/select/function.ts
packages/data-sql/src/types/clauses/select/json.ts
packages/data-sql/src/types/clauses/where/index.ts
packages/data-sql/src/types/clauses/where/logical.ts
packages/data-sql/src/types/clauses/where/condition.ts
packages/data-sql/src/types/clauses/where/conditions/index.ts
packages/data-sql/src/types/clauses/where/conditions/string-condition.ts
packages/data-sql/src/types/clauses/where/conditions/field-condition.ts
packages/data-sql/src/types/clauses/where/conditions/geo-condition.ts
packages/data-sql/src/types/clauses/where/conditions/set-string-condition.ts
packages/data-sql/src/types/clauses/where/conditions/number-condition.ts
packages/data-sql/src/types/clauses/where/conditions/set-number-condition.ts
packages/data-sql/src/types/clauses/select.ts
packages/data-sql/src/types/clauses/where.ts
packages/data-sql/src/types/clauses/from.ts
packages/data-sql/src/types/clauses/join.ts
packages/data-sql/src/types/clauses.ts
packages/data-sql/src/types/abstract-sql.ts
packages/data-sql/src/types/parameterized-statement.ts
packages/data-sql/src/query-converter/utils/index.ts
packages/data-sql/src/query-converter/utils/number-generator.test.ts
packages/data-sql/src/query-converter/utils/create-index-generators.ts
packages/data-sql/src/query-converter/utils/number-generator.ts
packages/data-sql/src/query-converter/converter.test.ts
packages/data-sql/src/query-converter/index.ts
packages/data-sql/src/query-converter/modifiers/modifiers.test.ts
packages/data-sql/src/query-converter/modifiers/target.test.ts
packages/data-sql/src/query-converter/modifiers/sort.ts
packages/data-sql/src/query-converter/modifiers/target.ts
packages/data-sql/src/query-converter/modifiers/modifiers.ts
packages/data-sql/src/query-converter/modifiers/filter/utils.ts
packages/data-sql/src/query-converter/modifiers/filter/logical.test.ts
packages/data-sql/src/query-converter/modifiers/filter/logical.ts
packages/data-sql/src/query-converter/modifiers/filter/filter.test.ts
packages/data-sql/src/query-converter/modifiers/filter/filter.ts
packages/data-sql/src/query-converter/modifiers/filter/conditions/conditions.test.ts
packages/data-sql/src/query-converter/modifiers/filter/conditions/string.ts
packages/data-sql/src/query-converter/modifiers/filter/conditions/field.ts
packages/data-sql/src/query-converter/modifiers/filter/conditions/geo.test.ts
packages/data-sql/src/query-converter/modifiers/filter/conditions/number.ts
packages/data-sql/src/query-converter/modifiers/filter/conditions/geo.ts
packages/data-sql/src/query-converter/modifiers/filter/conditions/string.test.ts
packages/data-sql/src/query-converter/modifiers/filter/conditions/number.test.ts
packages/data-sql/src/query-converter/modifiers/filter/conditions/set-string.ts
packages/data-sql/src/query-converter/modifiers/filter/conditions/conditions.ts
packages/data-sql/src/query-converter/modifiers/filter/conditions/field.test.ts
packages/data-sql/src/query-converter/modifiers/filter/conditions/set-number.test.ts
packages/data-sql/src/query-converter/modifiers/filter/conditions/set-string.test.ts
packages/data-sql/src/query-converter/modifiers/filter/conditions/set-number.ts
packages/data-sql/src/query-converter/modifiers/sort.test.ts
packages/data-sql/src/query-converter/common/function.ts
packages/data-sql/src/query-converter/common/function.test.ts
packages/data-sql/src/query-converter/fields/index.ts
packages/data-sql/src/query-converter/fields/fields.test.ts
packages/data-sql/src/query-converter/fields/fields.ts
packages/data-sql/src/query-converter/fields/nodes/json-select.ts
packages/data-sql/src/query-converter/fields/nodes/nested-manys.ts
packages/data-sql/src/query-converter/fields/nodes/function.ts
packages/data-sql/src/query-converter/fields/nodes/nested-manys.test.ts
packages/data-sql/src/query-converter/fields/nodes/json-select.test.ts
packages/data-sql/src/query-converter/fields/nodes/join.ts
packages/data-sql/src/query-converter/fields/nodes/join.test.ts
packages/data-sql/src/query-converter/fields/nodes/primitive-select.ts
packages/data-sql/src/query-converter/fields/nodes/primitive-select.test.ts
packages/data-sql/src/query-converter/converter.ts
packages/data-sql/.dependency-cruiser.cjs
packages/format-title/package.json packages/format-title/package.json
packages/format-title/readme.md packages/format-title/readme.md
packages/format-title/tsconfig.json packages/format-title/tsconfig.json
@ -566,55 +428,6 @@ packages/stores/tsconfig.json
packages/stores/license packages/stores/license
packages/stores/src/index.ts packages/stores/src/index.ts
packages/stores/src/app.ts packages/stores/src/app.ts
packages/data/package.json
packages/data/readme.md
packages/data/tsconfig.json
packages/data/license
packages/data/src/index.ts
packages/data/src/engine.test.ts
packages/data/src/types/abstract-query.ts
packages/data/src/types/index.ts
packages/data/src/types/abstract-query/index.ts
packages/data/src/types/abstract-query/modifiers/limit.ts
packages/data/src/types/abstract-query/modifiers/filters/index.ts
packages/data/src/types/abstract-query/modifiers/filters/logical.ts
packages/data/src/types/abstract-query/modifiers/filters/quantifier.ts
packages/data/src/types/abstract-query/modifiers/filters/negate.ts
packages/data/src/types/abstract-query/modifiers/filters/conditions.ts
packages/data/src/types/abstract-query/modifiers/filters/conditions/index.ts
packages/data/src/types/abstract-query/modifiers/filters/conditions/string-condition.ts
packages/data/src/types/abstract-query/modifiers/filters/conditions/field-condition.ts
packages/data/src/types/abstract-query/modifiers/filters/conditions/geo-condition-bbox.ts
packages/data/src/types/abstract-query/modifiers/filters/conditions/geo-condition.ts
packages/data/src/types/abstract-query/modifiers/filters/conditions/set-string-condition.ts
packages/data/src/types/abstract-query/modifiers/filters/conditions/number-condition.ts
packages/data/src/types/abstract-query/modifiers/filters/conditions/set-number-condition.ts
packages/data/src/types/abstract-query/modifiers/index.ts
packages/data/src/types/abstract-query/modifiers/target/index.ts
packages/data/src/types/abstract-query/modifiers/target/nested.ts
packages/data/src/types/abstract-query/modifiers/sort.ts
packages/data/src/types/abstract-query/modifiers/target.ts
packages/data/src/types/abstract-query/modifiers/offset.ts
packages/data/src/types/abstract-query/modifiers/filters.ts
packages/data/src/types/abstract-query/common/index.ts
packages/data/src/types/abstract-query/common/nested/object.ts
packages/data/src/types/abstract-query/common/nested/index.ts
packages/data/src/types/abstract-query/common/nested/relational.ts
packages/data/src/types/abstract-query/common/primitive.ts
packages/data/src/types/abstract-query/common/function.ts
packages/data/src/types/abstract-query/common/function/extract.ts
packages/data/src/types/abstract-query/common/function/index.ts
packages/data/src/types/abstract-query/common/function/array.ts
packages/data/src/types/abstract-query/fields/index.ts
packages/data/src/types/abstract-query/fields/primitive.ts
packages/data/src/types/abstract-query/fields/function.ts
packages/data/src/types/abstract-query/fields/nested.ts
packages/data/src/types/abstract-query/modifiers.ts
packages/data/src/types/abstract-query/fields.ts
packages/data/src/types/driver.ts
packages/data/src/types/misc.ts
packages/data/src/engine.ts
packages/data/.dependency-cruiser.cjs
packages/validation/package.json packages/validation/package.json
packages/validation/tsconfig.json packages/validation/tsconfig.json
packages/validation/license packages/validation/license
@ -1911,6 +1724,7 @@ cla.md
.changeset/shaggy-readers-approve.md .changeset/shaggy-readers-approve.md
.changeset/stale-fishes-watch.md .changeset/stale-fishes-watch.md
.changeset/forty-cycles-glow.md .changeset/forty-cycles-glow.md
.changeset/good-pumas-drop.md
.changeset/config.json .changeset/config.json
.changeset/nice-windows-brush.md .changeset/nice-windows-brush.md
.eslintrc.js .eslintrc.js

View File

@ -33004,6 +33004,11 @@ Core/Formula/Functions/ContinueType.php
Formula/Functions/ContinueType.php Formula/Functions/ContinueType.php
Functions/ContinueType.php Functions/ContinueType.php
ContinueType.php ContinueType.php
application/Espo/Core/Formula/Variables.php
Espo/Core/Formula/Variables.php
Core/Formula/Variables.php
Formula/Variables.php
Variables.php
application/Espo/Core/Formula/Manager.php application/Espo/Core/Formula/Manager.php
Espo/Core/Formula/Manager.php Espo/Core/Formula/Manager.php
Core/Formula/Manager.php Core/Formula/Manager.php
@ -33158,6 +33163,11 @@ Espo/Core/Formula/Parser.php
Core/Formula/Parser.php Core/Formula/Parser.php
Formula/Parser.php Formula/Parser.php
Parser.php Parser.php
application/Espo/Core/Formula/FuncVariablesAware.php
Espo/Core/Formula/FuncVariablesAware.php
Core/Formula/FuncVariablesAware.php
Formula/FuncVariablesAware.php
FuncVariablesAware.php
application/Espo/Core/ApplicationState.php application/Espo/Core/ApplicationState.php
Espo/Core/ApplicationState.php Espo/Core/ApplicationState.php
Core/ApplicationState.php Core/ApplicationState.php

View File

@ -5109,6 +5109,7 @@ application/Espo/Core/Formula/Functions/ValueType.php
application/Espo/Core/Formula/Functions/ConditionType.php application/Espo/Core/Formula/Functions/ConditionType.php
application/Espo/Core/Formula/Functions/IfThenElseType.php application/Espo/Core/Formula/Functions/IfThenElseType.php
application/Espo/Core/Formula/Functions/ContinueType.php application/Espo/Core/Formula/Functions/ContinueType.php
application/Espo/Core/Formula/Variables.php
application/Espo/Core/Formula/Manager.php application/Espo/Core/Formula/Manager.php
application/Espo/Core/Formula/Evaluatable.php application/Espo/Core/Formula/Evaluatable.php
application/Espo/Core/Formula/ArgumentList.php application/Espo/Core/Formula/ArgumentList.php
@ -5135,6 +5136,7 @@ application/Espo/Core/Formula/Parser/Statement/WhileRef.php
application/Espo/Core/Formula/Parser/Statement/IfRef.php application/Espo/Core/Formula/Parser/Statement/IfRef.php
application/Espo/Core/Formula/Parser/Statement/StatementRef.php application/Espo/Core/Formula/Parser/Statement/StatementRef.php
application/Espo/Core/Formula/Parser.php application/Espo/Core/Formula/Parser.php
application/Espo/Core/Formula/FuncVariablesAware.php
application/Espo/Core/ApplicationState.php application/Espo/Core/ApplicationState.php
application/Espo/Core/ORM/Repository.php application/Espo/Core/ORM/Repository.php
application/Espo/Core/ORM/Helper.php application/Espo/Core/ORM/Helper.php

View File

@ -24899,6 +24899,11 @@ admin/app/services/migrate.js
app/services/migrate.js app/services/migrate.js
services/migrate.js services/migrate.js
migrate.js migrate.js
ghost/admin/app/services/search.js
admin/app/services/search.js
app/services/search.js
services/search.js
search.js
ghost/admin/app/services/navigation.js ghost/admin/app/services/navigation.js
admin/app/services/navigation.js admin/app/services/navigation.js
app/services/navigation.js app/services/navigation.js

View File

@ -3878,6 +3878,7 @@ ghost/admin/app/services/dashboard-mocks.js
ghost/admin/app/services/mention-utils.js ghost/admin/app/services/mention-utils.js
ghost/admin/app/services/notifications.js ghost/admin/app/services/notifications.js
ghost/admin/app/services/migrate.js ghost/admin/app/services/migrate.js
ghost/admin/app/services/search.js
ghost/admin/app/services/navigation.js ghost/admin/app/services/navigation.js
ghost/admin/app/services/slug-generator.js ghost/admin/app/services/slug-generator.js
ghost/admin/app/services/upgrade-status.js ghost/admin/app/services/upgrade-status.js

View File

@ -4734,6 +4734,9 @@ _unreleased/2024-02-01-fix-storefront-account-address-ui.md
changelog/_unreleased/2024-01-23-openapi-id.md changelog/_unreleased/2024-01-23-openapi-id.md
_unreleased/2024-01-23-openapi-id.md _unreleased/2024-01-23-openapi-id.md
2024-01-23-openapi-id.md 2024-01-23-openapi-id.md
changelog/_unreleased/2024-04-09-form-validation-errors-ignored-by-captcha.md
_unreleased/2024-04-09-form-validation-errors-ignored-by-captcha.md
2024-04-09-form-validation-errors-ignored-by-captcha.md
changelog/_unreleased/2024-02-29-add-options-argument-to-recalculate-order.md changelog/_unreleased/2024-02-29-add-options-argument-to-recalculate-order.md
_unreleased/2024-02-29-add-options-argument-to-recalculate-order.md _unreleased/2024-02-29-add-options-argument-to-recalculate-order.md
2024-02-29-add-options-argument-to-recalculate-order.md 2024-02-29-add-options-argument-to-recalculate-order.md
@ -5013,6 +5016,9 @@ _unreleased/2024-02-21-apply-fixes-in-user-permissions.md
changelog/_unreleased/2024-01-22-fixed-reloading-of-customer-order-count.md changelog/_unreleased/2024-01-22-fixed-reloading-of-customer-order-count.md
_unreleased/2024-01-22-fixed-reloading-of-customer-order-count.md _unreleased/2024-01-22-fixed-reloading-of-customer-order-count.md
2024-01-22-fixed-reloading-of-customer-order-count.md 2024-01-22-fixed-reloading-of-customer-order-count.md
changelog/_unreleased/2024-04-04-allow-toggling-the-smart-bar-from-an-app-module.md
_unreleased/2024-04-04-allow-toggling-the-smart-bar-from-an-app-module.md
2024-04-04-allow-toggling-the-smart-bar-from-an-app-module.md
changelog/_unreleased/2024-01-11-reduce-log-level-of-noconfigurationexception.md changelog/_unreleased/2024-01-11-reduce-log-level-of-noconfigurationexception.md
_unreleased/2024-01-11-reduce-log-level-of-noconfigurationexception.md _unreleased/2024-01-11-reduce-log-level-of-noconfigurationexception.md
2024-01-11-reduce-log-level-of-noconfigurationexception.md 2024-01-11-reduce-log-level-of-noconfigurationexception.md
@ -5109,6 +5115,9 @@ _unreleased/2024-01-08-replace-single-quotes-around-json-object-attributes-by-do
changelog/_unreleased/2024-01-04-remove-html-sanitization-from-mail-header-and-mail-footer-fields.md changelog/_unreleased/2024-01-04-remove-html-sanitization-from-mail-header-and-mail-footer-fields.md
_unreleased/2024-01-04-remove-html-sanitization-from-mail-header-and-mail-footer-fields.md _unreleased/2024-01-04-remove-html-sanitization-from-mail-header-and-mail-footer-fields.md
2024-01-04-remove-html-sanitization-from-mail-header-and-mail-footer-fields.md 2024-01-04-remove-html-sanitization-from-mail-header-and-mail-footer-fields.md
changelog/_unreleased/2024-03-22-fix-storefront-webpack.md
_unreleased/2024-03-22-fix-storefront-webpack.md
2024-03-22-fix-storefront-webpack.md
changelog/_unreleased/2024-03-20-snippet-cache-invalidation.md changelog/_unreleased/2024-03-20-snippet-cache-invalidation.md
_unreleased/2024-03-20-snippet-cache-invalidation.md _unreleased/2024-03-20-snippet-cache-invalidation.md
2024-03-20-snippet-cache-invalidation.md 2024-03-20-snippet-cache-invalidation.md
@ -17674,6 +17683,14 @@ PHPUnit/Extension/Datadog/TestRunnerExecutionFinishedSubscriberTest.php
Extension/Datadog/TestRunnerExecutionFinishedSubscriberTest.php Extension/Datadog/TestRunnerExecutionFinishedSubscriberTest.php
Datadog/TestRunnerExecutionFinishedSubscriberTest.php Datadog/TestRunnerExecutionFinishedSubscriberTest.php
TestRunnerExecutionFinishedSubscriberTest.php TestRunnerExecutionFinishedSubscriberTest.php
tests/unit/Core/Test/PHPUnit/Extension/Datadog/TestSkippedSubscriberTest.php
unit/Core/Test/PHPUnit/Extension/Datadog/TestSkippedSubscriberTest.php
Core/Test/PHPUnit/Extension/Datadog/TestSkippedSubscriberTest.php
Test/PHPUnit/Extension/Datadog/TestSkippedSubscriberTest.php
PHPUnit/Extension/Datadog/TestSkippedSubscriberTest.php
Extension/Datadog/TestSkippedSubscriberTest.php
Datadog/TestSkippedSubscriberTest.php
TestSkippedSubscriberTest.php
tests/unit/Core/Test/PHPUnit/Extension/FeatureFlag/FeatureFlagExtensionTest.php tests/unit/Core/Test/PHPUnit/Extension/FeatureFlag/FeatureFlagExtensionTest.php
unit/Core/Test/PHPUnit/Extension/FeatureFlag/FeatureFlagExtensionTest.php unit/Core/Test/PHPUnit/Extension/FeatureFlag/FeatureFlagExtensionTest.php
Core/Test/PHPUnit/Extension/FeatureFlag/FeatureFlagExtensionTest.php Core/Test/PHPUnit/Extension/FeatureFlag/FeatureFlagExtensionTest.php
@ -26783,6 +26800,13 @@ Framework/Twig/Extension/IconCacheTwigFilterTest.php
Twig/Extension/IconCacheTwigFilterTest.php Twig/Extension/IconCacheTwigFilterTest.php
Extension/IconCacheTwigFilterTest.php Extension/IconCacheTwigFilterTest.php
IconCacheTwigFilterTest.php IconCacheTwigFilterTest.php
tests/unit/Storefront/Framework/Routing/Exception/ErrorRedirectRequestEventTest.php
unit/Storefront/Framework/Routing/Exception/ErrorRedirectRequestEventTest.php
Storefront/Framework/Routing/Exception/ErrorRedirectRequestEventTest.php
Framework/Routing/Exception/ErrorRedirectRequestEventTest.php
Routing/Exception/ErrorRedirectRequestEventTest.php
Exception/ErrorRedirectRequestEventTest.php
ErrorRedirectRequestEventTest.php
tests/unit/Storefront/Framework/Routing/SalesChannelMappingExceptionTest.php tests/unit/Storefront/Framework/Routing/SalesChannelMappingExceptionTest.php
unit/Storefront/Framework/Routing/SalesChannelMappingExceptionTest.php unit/Storefront/Framework/Routing/SalesChannelMappingExceptionTest.php
Storefront/Framework/Routing/SalesChannelMappingExceptionTest.php Storefront/Framework/Routing/SalesChannelMappingExceptionTest.php
@ -39483,6 +39507,14 @@ Extension/Datadog/Subscriber/TestRunnerExecutionFinishedSubscriber.php
Datadog/Subscriber/TestRunnerExecutionFinishedSubscriber.php Datadog/Subscriber/TestRunnerExecutionFinishedSubscriber.php
Subscriber/TestRunnerExecutionFinishedSubscriber.php Subscriber/TestRunnerExecutionFinishedSubscriber.php
TestRunnerExecutionFinishedSubscriber.php TestRunnerExecutionFinishedSubscriber.php
src/Core/Test/PHPUnit/Extension/Datadog/Subscriber/TestSkippedSubscriber.php
Core/Test/PHPUnit/Extension/Datadog/Subscriber/TestSkippedSubscriber.php
Test/PHPUnit/Extension/Datadog/Subscriber/TestSkippedSubscriber.php
PHPUnit/Extension/Datadog/Subscriber/TestSkippedSubscriber.php
Extension/Datadog/Subscriber/TestSkippedSubscriber.php
Datadog/Subscriber/TestSkippedSubscriber.php
Subscriber/TestSkippedSubscriber.php
TestSkippedSubscriber.php
src/Core/Test/PHPUnit/Extension/Datadog/Subscriber/TestPreparedSubscriber.php src/Core/Test/PHPUnit/Extension/Datadog/Subscriber/TestPreparedSubscriber.php
Core/Test/PHPUnit/Extension/Datadog/Subscriber/TestPreparedSubscriber.php Core/Test/PHPUnit/Extension/Datadog/Subscriber/TestPreparedSubscriber.php
Test/PHPUnit/Extension/Datadog/Subscriber/TestPreparedSubscriber.php Test/PHPUnit/Extension/Datadog/Subscriber/TestPreparedSubscriber.php
@ -59451,12 +59483,6 @@ Framework/Test/CustomField/CustomFieldServiceTest.php
Test/CustomField/CustomFieldServiceTest.php Test/CustomField/CustomFieldServiceTest.php
CustomField/CustomFieldServiceTest.php CustomField/CustomFieldServiceTest.php
CustomFieldServiceTest.php CustomFieldServiceTest.php
src/Core/Framework/Test/CustomField/CustomFieldEntityRepositoryTest.php
Core/Framework/Test/CustomField/CustomFieldEntityRepositoryTest.php
Framework/Test/CustomField/CustomFieldEntityRepositoryTest.php
Test/CustomField/CustomFieldEntityRepositoryTest.php
CustomField/CustomFieldEntityRepositoryTest.php
CustomFieldEntityRepositoryTest.php
src/Core/Framework/Test/Event/EventData/EventDataCollectionTest.php src/Core/Framework/Test/Event/EventData/EventDataCollectionTest.php
Core/Framework/Test/Event/EventData/EventDataCollectionTest.php Core/Framework/Test/Event/EventData/EventDataCollectionTest.php
Framework/Test/Event/EventData/EventDataCollectionTest.php Framework/Test/Event/EventData/EventDataCollectionTest.php
@ -134018,6 +134044,12 @@ Storefront/Framework/Routing/ResponseHeaderListener.php
Framework/Routing/ResponseHeaderListener.php Framework/Routing/ResponseHeaderListener.php
Routing/ResponseHeaderListener.php Routing/ResponseHeaderListener.php
ResponseHeaderListener.php ResponseHeaderListener.php
src/Storefront/Framework/Routing/Exception/ErrorRedirectRequestEvent.php
Storefront/Framework/Routing/Exception/ErrorRedirectRequestEvent.php
Framework/Routing/Exception/ErrorRedirectRequestEvent.php
Routing/Exception/ErrorRedirectRequestEvent.php
Exception/ErrorRedirectRequestEvent.php
ErrorRedirectRequestEvent.php
src/Storefront/Framework/Routing/Exception/SalesChannelMappingException.php src/Storefront/Framework/Routing/Exception/SalesChannelMappingException.php
Storefront/Framework/Routing/Exception/SalesChannelMappingException.php Storefront/Framework/Routing/Exception/SalesChannelMappingException.php
Framework/Routing/Exception/SalesChannelMappingException.php Framework/Routing/Exception/SalesChannelMappingException.php

View File

@ -1588,6 +1588,7 @@ changelog/_unreleased/2024-01-30-fix-auto-logout-in-safari.md
changelog/_unreleased/2024-03-05-fix-partial-many-to-many-criteria.md changelog/_unreleased/2024-03-05-fix-partial-many-to-many-criteria.md
changelog/_unreleased/2024-02-01-fix-storefront-account-address-ui.md changelog/_unreleased/2024-02-01-fix-storefront-account-address-ui.md
changelog/_unreleased/2024-01-23-openapi-id.md changelog/_unreleased/2024-01-23-openapi-id.md
changelog/_unreleased/2024-04-09-form-validation-errors-ignored-by-captcha.md
changelog/_unreleased/2024-02-29-add-options-argument-to-recalculate-order.md changelog/_unreleased/2024-02-29-add-options-argument-to-recalculate-order.md
changelog/_unreleased/2024-02-09-draco-lib-integration-correctly.md changelog/_unreleased/2024-02-09-draco-lib-integration-correctly.md
changelog/_unreleased/2024-03-14-fix-loaded-template-of-ajax-product-review-route.md changelog/_unreleased/2024-03-14-fix-loaded-template-of-ajax-product-review-route.md
@ -1681,6 +1682,7 @@ changelog/_unreleased/2024-01-22-fix-snippet-default-value-sanitize.md
changelog/_unreleased/2024-01-04-load-all-inherited-snippets.md changelog/_unreleased/2024-01-04-load-all-inherited-snippets.md
changelog/_unreleased/2024-02-21-apply-fixes-in-user-permissions.md changelog/_unreleased/2024-02-21-apply-fixes-in-user-permissions.md
changelog/_unreleased/2024-01-22-fixed-reloading-of-customer-order-count.md changelog/_unreleased/2024-01-22-fixed-reloading-of-customer-order-count.md
changelog/_unreleased/2024-04-04-allow-toggling-the-smart-bar-from-an-app-module.md
changelog/_unreleased/2024-01-11-reduce-log-level-of-noconfigurationexception.md changelog/_unreleased/2024-01-11-reduce-log-level-of-noconfigurationexception.md
changelog/_unreleased/2023-11-28-add-adr-for-insider-preview.md changelog/_unreleased/2023-11-28-add-adr-for-insider-preview.md
changelog/_unreleased/2024-02-12-allow-hmac-jwt.md changelog/_unreleased/2024-02-12-allow-hmac-jwt.md
@ -1713,6 +1715,7 @@ changelog/_unreleased/2024-03-18-add-assigned-pages-to-cms-list.md
changelog/_unreleased/2023-12-15-allow-association_fields-of-media_default_folder-to-be-nullable.md changelog/_unreleased/2023-12-15-allow-association_fields-of-media_default_folder-to-be-nullable.md
changelog/_unreleased/2024-01-08-replace-single-quotes-around-json-object-attributes-by-double-quotes.md changelog/_unreleased/2024-01-08-replace-single-quotes-around-json-object-attributes-by-double-quotes.md
changelog/_unreleased/2024-01-04-remove-html-sanitization-from-mail-header-and-mail-footer-fields.md changelog/_unreleased/2024-01-04-remove-html-sanitization-from-mail-header-and-mail-footer-fields.md
changelog/_unreleased/2024-03-22-fix-storefront-webpack.md
changelog/_unreleased/2024-03-20-snippet-cache-invalidation.md changelog/_unreleased/2024-03-20-snippet-cache-invalidation.md
changelog/_unreleased/2024-03-22-run-blue-green-safe-migrations-in-system-update-finish-command.md changelog/_unreleased/2024-03-22-run-blue-green-safe-migrations-in-system-update-finish-command.md
changelog/_unreleased/2024-02-26-added-serialization-of-the-itemRounding-and-totalRounding-property-of-an-order-entity.md changelog/_unreleased/2024-02-26-added-serialization-of-the-itemRounding-and-totalRounding-property-of-an-order-entity.md
@ -5146,6 +5149,7 @@ tests/unit/Core/DevOps/Test/Command/MakeCoverageTestCommandTest.php
tests/unit/Core/Test/PHPUnit/Extension/DatabaseDiff/DbStateTest.php tests/unit/Core/Test/PHPUnit/Extension/DatabaseDiff/DbStateTest.php
tests/unit/Core/Test/PHPUnit/Extension/Common/TimeKeeperTest.php tests/unit/Core/Test/PHPUnit/Extension/Common/TimeKeeperTest.php
tests/unit/Core/Test/PHPUnit/Extension/Datadog/TestRunnerExecutionFinishedSubscriberTest.php tests/unit/Core/Test/PHPUnit/Extension/Datadog/TestRunnerExecutionFinishedSubscriberTest.php
tests/unit/Core/Test/PHPUnit/Extension/Datadog/TestSkippedSubscriberTest.php
tests/unit/Core/Test/PHPUnit/Extension/FeatureFlag/FeatureFlagExtensionTest.php tests/unit/Core/Test/PHPUnit/Extension/FeatureFlag/FeatureFlagExtensionTest.php
tests/unit/Core/Content/Seo/SeoUrlTwigFactoryTest.php tests/unit/Core/Content/Seo/SeoUrlTwigFactoryTest.php
tests/unit/Core/Content/Seo/SeoUrlPlaceholderHandlerTest.php tests/unit/Core/Content/Seo/SeoUrlPlaceholderHandlerTest.php
@ -6345,6 +6349,7 @@ tests/unit/Storefront/Framework/Captcha/GoogleReCaptchaV2Test.php
tests/unit/Storefront/Framework/Captcha/GoogleReCaptchaV3Test.php tests/unit/Storefront/Framework/Captcha/GoogleReCaptchaV3Test.php
tests/unit/Storefront/Framework/Twig/Extension/fixtures/Storefront/Resources/views/test/base.html.twig tests/unit/Storefront/Framework/Twig/Extension/fixtures/Storefront/Resources/views/test/base.html.twig
tests/unit/Storefront/Framework/Twig/Extension/IconCacheTwigFilterTest.php tests/unit/Storefront/Framework/Twig/Extension/IconCacheTwigFilterTest.php
tests/unit/Storefront/Framework/Routing/Exception/ErrorRedirectRequestEventTest.php
tests/unit/Storefront/Framework/Routing/SalesChannelMappingExceptionTest.php tests/unit/Storefront/Framework/Routing/SalesChannelMappingExceptionTest.php
tests/unit/Storefront/Framework/Routing/NotFound/NotFoundPageTagsEventTest.php tests/unit/Storefront/Framework/Routing/NotFound/NotFoundPageTagsEventTest.php
tests/unit/Storefront/Framework/Routing/NotFound/NotFoundSubscriberTest.php tests/unit/Storefront/Framework/Routing/NotFound/NotFoundSubscriberTest.php
@ -8173,6 +8178,7 @@ src/Core/Test/PHPUnit/Extension/Datadog/DatadogPayload.php
src/Core/Test/PHPUnit/Extension/Datadog/Gateway/DatadogGateway.php src/Core/Test/PHPUnit/Extension/Datadog/Gateway/DatadogGateway.php
src/Core/Test/PHPUnit/Extension/Datadog/DatadogExtension.php src/Core/Test/PHPUnit/Extension/Datadog/DatadogExtension.php
src/Core/Test/PHPUnit/Extension/Datadog/Subscriber/TestRunnerExecutionFinishedSubscriber.php src/Core/Test/PHPUnit/Extension/Datadog/Subscriber/TestRunnerExecutionFinishedSubscriber.php
src/Core/Test/PHPUnit/Extension/Datadog/Subscriber/TestSkippedSubscriber.php
src/Core/Test/PHPUnit/Extension/Datadog/Subscriber/TestPreparedSubscriber.php src/Core/Test/PHPUnit/Extension/Datadog/Subscriber/TestPreparedSubscriber.php
src/Core/Test/PHPUnit/Extension/Datadog/Subscriber/TestFailedSubscriber.php src/Core/Test/PHPUnit/Extension/Datadog/Subscriber/TestFailedSubscriber.php
src/Core/Test/PHPUnit/Extension/Datadog/Subscriber/TestFinishedSubscriber.php src/Core/Test/PHPUnit/Extension/Datadog/Subscriber/TestFinishedSubscriber.php
@ -11248,7 +11254,6 @@ src/Core/Framework/Test/CustomField/CustomFieldRepositoryTest.php
src/Core/Framework/Test/CustomField/CustomFieldSetRepositoryTest.php src/Core/Framework/Test/CustomField/CustomFieldSetRepositoryTest.php
src/Core/Framework/Test/CustomField/Api/CustomFieldSetActionControllerTest.php src/Core/Framework/Test/CustomField/Api/CustomFieldSetActionControllerTest.php
src/Core/Framework/Test/CustomField/CustomFieldServiceTest.php src/Core/Framework/Test/CustomField/CustomFieldServiceTest.php
src/Core/Framework/Test/CustomField/CustomFieldEntityRepositoryTest.php
src/Core/Framework/Test/Event/EventData/EventDataCollectionTest.php src/Core/Framework/Test/Event/EventData/EventDataCollectionTest.php
src/Core/Framework/Test/Event/EventData/EntityTypeTest.php src/Core/Framework/Test/Event/EventData/EntityTypeTest.php
src/Core/Framework/Test/Event/EventData/ScalarValueTypeTest.php src/Core/Framework/Test/Event/EventData/ScalarValueTypeTest.php
@ -19526,6 +19531,7 @@ src/Storefront/Framework/Script/Api/StorefrontHook.php
src/Storefront/Framework/App/Template/IconTemplateLoader.php src/Storefront/Framework/App/Template/IconTemplateLoader.php
src/Storefront/Framework/AffiliateTracking/AffiliateTrackingListener.php src/Storefront/Framework/AffiliateTracking/AffiliateTrackingListener.php
src/Storefront/Framework/Routing/ResponseHeaderListener.php src/Storefront/Framework/Routing/ResponseHeaderListener.php
src/Storefront/Framework/Routing/Exception/ErrorRedirectRequestEvent.php
src/Storefront/Framework/Routing/Exception/SalesChannelMappingException.php src/Storefront/Framework/Routing/Exception/SalesChannelMappingException.php
src/Storefront/Framework/Routing/NotFound/NotFoundPageCacheKeyEvent.php src/Storefront/Framework/Routing/NotFound/NotFoundPageCacheKeyEvent.php
src/Storefront/Framework/Routing/NotFound/NotFoundSubscriber.php src/Storefront/Framework/Routing/NotFound/NotFoundSubscriber.php

View File

@ -559,6 +559,11 @@ js/experimental/changelog/dev-pin-wp-deps-6
experimental/changelog/dev-pin-wp-deps-6 experimental/changelog/dev-pin-wp-deps-6
changelog/dev-pin-wp-deps-6 changelog/dev-pin-wp-deps-6
dev-pin-wp-deps-6 dev-pin-wp-deps-6
packages/js/experimental/changelog/46361-fix-lys-task-not-clickable-once-completed
js/experimental/changelog/46361-fix-lys-task-not-clickable-once-completed
experimental/changelog/46361-fix-lys-task-not-clickable-once-completed
changelog/46361-fix-lys-task-not-clickable-once-completed
46361-fix-lys-task-not-clickable-once-completed
packages/js/experimental/changelog/dev-sync-pnpm packages/js/experimental/changelog/dev-sync-pnpm
js/experimental/changelog/dev-sync-pnpm js/experimental/changelog/dev-sync-pnpm
experimental/changelog/dev-sync-pnpm experimental/changelog/dev-sync-pnpm
@ -20971,9 +20976,6 @@ customizing-endpoint-urls.md
docs/getting-started/debugging.md docs/getting-started/debugging.md
getting-started/debugging.md getting-started/debugging.md
debugging.md debugging.md
docs/getting-started/contributing-to-core-and-marketplace.md
getting-started/contributing-to-core-and-marketplace.md
contributing-to-core-and-marketplace.md
docs/contributing-docs/style-guide.md docs/contributing-docs/style-guide.md
contributing-docs/style-guide.md contributing-docs/style-guide.md
style-guide.md style-guide.md
@ -25258,6 +25260,12 @@ task-lists/fills/experimental-shipping-recommendation/index.tsx
fills/experimental-shipping-recommendation/index.tsx fills/experimental-shipping-recommendation/index.tsx
experimental-shipping-recommendation/index.tsx experimental-shipping-recommendation/index.tsx
index.tsx index.tsx
plugins/woocommerce-admin/client/task-lists/fills/launch-your-store.tsx
woocommerce-admin/client/task-lists/fills/launch-your-store.tsx
client/task-lists/fills/launch-your-store.tsx
task-lists/fills/launch-your-store.tsx
fills/launch-your-store.tsx
launch-your-store.tsx
plugins/woocommerce-admin/client/task-lists/fills/steps/location.tsx plugins/woocommerce-admin/client/task-lists/fills/steps/location.tsx
woocommerce-admin/client/task-lists/fills/steps/location.tsx woocommerce-admin/client/task-lists/fills/steps/location.tsx
client/task-lists/fills/steps/location.tsx client/task-lists/fills/steps/location.tsx
@ -47750,6 +47758,13 @@ e2e/tests/templates/template-customization.block_theme.side_effects.spec.ts
tests/templates/template-customization.block_theme.side_effects.spec.ts tests/templates/template-customization.block_theme.side_effects.spec.ts
templates/template-customization.block_theme.side_effects.spec.ts templates/template-customization.block_theme.side_effects.spec.ts
template-customization.block_theme.side_effects.spec.ts template-customization.block_theme.side_effects.spec.ts
plugins/woocommerce-blocks/tests/e2e/tests/templates/legacy-templates.block_theme.spec.ts
woocommerce-blocks/tests/e2e/tests/templates/legacy-templates.block_theme.spec.ts
tests/e2e/tests/templates/legacy-templates.block_theme.spec.ts
e2e/tests/templates/legacy-templates.block_theme.spec.ts
tests/templates/legacy-templates.block_theme.spec.ts
templates/legacy-templates.block_theme.spec.ts
legacy-templates.block_theme.spec.ts
plugins/woocommerce-blocks/tests/e2e/tests/templates/template-customization.block_theme.spec.ts plugins/woocommerce-blocks/tests/e2e/tests/templates/template-customization.block_theme.spec.ts
woocommerce-blocks/tests/e2e/tests/templates/template-customization.block_theme.spec.ts woocommerce-blocks/tests/e2e/tests/templates/template-customization.block_theme.spec.ts
tests/e2e/tests/templates/template-customization.block_theme.spec.ts tests/e2e/tests/templates/template-customization.block_theme.spec.ts
@ -51691,6 +51706,10 @@ plugins/woocommerce/changelog/fix-43311-fix-query-id-persistence
woocommerce/changelog/fix-43311-fix-query-id-persistence woocommerce/changelog/fix-43311-fix-query-id-persistence
changelog/fix-43311-fix-query-id-persistence changelog/fix-43311-fix-query-id-persistence
fix-43311-fix-query-id-persistence fix-43311-fix-query-id-persistence
plugins/woocommerce/changelog/tweak-lys-settings-page
woocommerce/changelog/tweak-lys-settings-page
changelog/tweak-lys-settings-page
tweak-lys-settings-page
plugins/woocommerce/changelog/dev-update-support-request-not-planned plugins/woocommerce/changelog/dev-update-support-request-not-planned
woocommerce/changelog/dev-update-support-request-not-planned woocommerce/changelog/dev-update-support-request-not-planned
changelog/dev-update-support-request-not-planned changelog/dev-update-support-request-not-planned
@ -51727,6 +51746,10 @@ plugins/woocommerce/changelog/e2e-merchant-shipping-zones
woocommerce/changelog/e2e-merchant-shipping-zones woocommerce/changelog/e2e-merchant-shipping-zones
changelog/e2e-merchant-shipping-zones changelog/e2e-merchant-shipping-zones
e2e-merchant-shipping-zones e2e-merchant-shipping-zones
plugins/woocommerce/changelog/update-e2e-core-critical-flows-doc
woocommerce/changelog/update-e2e-core-critical-flows-doc
changelog/update-e2e-core-critical-flows-doc
update-e2e-core-critical-flows-doc
plugins/woocommerce/changelog/fix-local-pickup-title-sync plugins/woocommerce/changelog/fix-local-pickup-title-sync
woocommerce/changelog/fix-local-pickup-title-sync woocommerce/changelog/fix-local-pickup-title-sync
changelog/fix-local-pickup-title-sync changelog/fix-local-pickup-title-sync
@ -51759,6 +51782,10 @@ plugins/woocommerce/changelog/dev-xstatev5-inspector
woocommerce/changelog/dev-xstatev5-inspector woocommerce/changelog/dev-xstatev5-inspector
changelog/dev-xstatev5-inspector changelog/dev-xstatev5-inspector
dev-xstatev5-inspector dev-xstatev5-inspector
plugins/woocommerce/changelog/e2e-ensure-legacy-template-name-support
woocommerce/changelog/e2e-ensure-legacy-template-name-support
changelog/e2e-ensure-legacy-template-name-support
e2e-ensure-legacy-template-name-support
plugins/woocommerce/changelog/45862-patch-4 plugins/woocommerce/changelog/45862-patch-4
woocommerce/changelog/45862-patch-4 woocommerce/changelog/45862-patch-4
changelog/45862-patch-4 changelog/45862-patch-4
@ -51771,6 +51798,10 @@ plugins/woocommerce/changelog/fix-43879
woocommerce/changelog/fix-43879 woocommerce/changelog/fix-43879
changelog/fix-43879 changelog/fix-43879
fix-43879 fix-43879
plugins/woocommerce/changelog/update-lys-status-badge
woocommerce/changelog/update-lys-status-badge
changelog/update-lys-status-badge
update-lys-status-badge
plugins/woocommerce/changelog/update-woo-com-to-woocommerce-com plugins/woocommerce/changelog/update-woo-com-to-woocommerce-com
woocommerce/changelog/update-woo-com-to-woocommerce-com woocommerce/changelog/update-woo-com-to-woocommerce-com
changelog/update-woo-com-to-woocommerce-com changelog/update-woo-com-to-woocommerce-com
@ -51819,6 +51850,10 @@ plugins/woocommerce/changelog/add-lys-xstate-url-handling
woocommerce/changelog/add-lys-xstate-url-handling woocommerce/changelog/add-lys-xstate-url-handling
changelog/add-lys-xstate-url-handling changelog/add-lys-xstate-url-handling
add-lys-xstate-url-handling add-lys-xstate-url-handling
plugins/woocommerce/changelog/fix-local-pickup-settings-js
woocommerce/changelog/fix-local-pickup-settings-js
changelog/fix-local-pickup-settings-js
fix-local-pickup-settings-js
plugins/woocommerce/changelog/add-coming-soon-editor-link plugins/woocommerce/changelog/add-coming-soon-editor-link
woocommerce/changelog/add-coming-soon-editor-link woocommerce/changelog/add-coming-soon-editor-link
changelog/add-coming-soon-editor-link changelog/add-coming-soon-editor-link
@ -52075,6 +52110,10 @@ plugins/woocommerce/changelog/45828-fix-44405-disable-shipping-logic
woocommerce/changelog/45828-fix-44405-disable-shipping-logic woocommerce/changelog/45828-fix-44405-disable-shipping-logic
changelog/45828-fix-44405-disable-shipping-logic changelog/45828-fix-44405-disable-shipping-logic
45828-fix-44405-disable-shipping-logic 45828-fix-44405-disable-shipping-logic
plugins/woocommerce/changelog/update-shipping-borders
woocommerce/changelog/update-shipping-borders
changelog/update-shipping-borders
update-shipping-borders
plugins/woocommerce/changelog/46227-46193-cys-color-picker-no-gradient-to-choose-when-gutenberg-latest-is-active plugins/woocommerce/changelog/46227-46193-cys-color-picker-no-gradient-to-choose-when-gutenberg-latest-is-active
woocommerce/changelog/46227-46193-cys-color-picker-no-gradient-to-choose-when-gutenberg-latest-is-active woocommerce/changelog/46227-46193-cys-color-picker-no-gradient-to-choose-when-gutenberg-latest-is-active
changelog/46227-46193-cys-color-picker-no-gradient-to-choose-when-gutenberg-latest-is-active changelog/46227-46193-cys-color-picker-no-gradient-to-choose-when-gutenberg-latest-is-active
@ -52087,6 +52126,10 @@ plugins/woocommerce/changelog/46217-disable-header-test
woocommerce/changelog/46217-disable-header-test woocommerce/changelog/46217-disable-header-test
changelog/46217-disable-header-test changelog/46217-disable-header-test
46217-disable-header-test 46217-disable-header-test
plugins/woocommerce/changelog/46361-fix-lys-task-not-clickable-once-completed
woocommerce/changelog/46361-fix-lys-task-not-clickable-once-completed
changelog/46361-fix-lys-task-not-clickable-once-completed
46361-fix-lys-task-not-clickable-once-completed
plugins/woocommerce/changelog/45781-fix-query-non-public-tax plugins/woocommerce/changelog/45781-fix-query-non-public-tax
woocommerce/changelog/45781-fix-query-non-public-tax woocommerce/changelog/45781-fix-query-non-public-tax
changelog/45781-fix-query-non-public-tax changelog/45781-fix-query-non-public-tax
@ -52127,6 +52170,10 @@ plugins/woocommerce/changelog/add-lys-hub-site-preview
woocommerce/changelog/add-lys-hub-site-preview woocommerce/changelog/add-lys-hub-site-preview
changelog/add-lys-hub-site-preview changelog/add-lys-hub-site-preview
add-lys-hub-site-preview add-lys-hub-site-preview
plugins/woocommerce/changelog/update-lys-completion-logic
woocommerce/changelog/update-lys-completion-logic
changelog/update-lys-completion-logic
update-lys-completion-logic
plugins/woocommerce/changelog/45999-add-e2e-add-logo-cys plugins/woocommerce/changelog/45999-add-e2e-add-logo-cys
woocommerce/changelog/45999-add-e2e-add-logo-cys woocommerce/changelog/45999-add-e2e-add-logo-cys
changelog/45999-add-e2e-add-logo-cys changelog/45999-add-e2e-add-logo-cys
@ -52155,6 +52202,10 @@ plugins/woocommerce/changelog/bump-update-wordpress-env-to-9.0.7
woocommerce/changelog/bump-update-wordpress-env-to-9.0.7 woocommerce/changelog/bump-update-wordpress-env-to-9.0.7
changelog/bump-update-wordpress-env-to-9.0.7 changelog/bump-update-wordpress-env-to-9.0.7
bump-update-wordpress-env-to-9.0.7 bump-update-wordpress-env-to-9.0.7
plugins/woocommerce/changelog/fix-e2e-template-modification-tests
woocommerce/changelog/fix-e2e-template-modification-tests
changelog/fix-e2e-template-modification-tests
fix-e2e-template-modification-tests
plugins/woocommerce/changelog/fix-25623 plugins/woocommerce/changelog/fix-25623
woocommerce/changelog/fix-25623 woocommerce/changelog/fix-25623
changelog/fix-25623 changelog/fix-25623
@ -52199,6 +52250,10 @@ plugins/woocommerce/changelog/fix-wccom-19988-double-bubble
woocommerce/changelog/fix-wccom-19988-double-bubble woocommerce/changelog/fix-wccom-19988-double-bubble
changelog/fix-wccom-19988-double-bubble changelog/fix-wccom-19988-double-bubble
fix-wccom-19988-double-bubble fix-wccom-19988-double-bubble
plugins/woocommerce/changelog/ci-add-failed-tests-in-slack-notification
woocommerce/changelog/ci-add-failed-tests-in-slack-notification
changelog/ci-add-failed-tests-in-slack-notification
ci-add-failed-tests-in-slack-notification
plugins/woocommerce/changelog/dont-show-draft-product-in-featured-block plugins/woocommerce/changelog/dont-show-draft-product-in-featured-block
woocommerce/changelog/dont-show-draft-product-in-featured-block woocommerce/changelog/dont-show-draft-product-in-featured-block
changelog/dont-show-draft-product-in-featured-block changelog/dont-show-draft-product-in-featured-block
@ -52207,6 +52262,10 @@ plugins/woocommerce/changelog/46170-fix-featured-category-triple-overlay
woocommerce/changelog/46170-fix-featured-category-triple-overlay woocommerce/changelog/46170-fix-featured-category-triple-overlay
changelog/46170-fix-featured-category-triple-overlay changelog/46170-fix-featured-category-triple-overlay
46170-fix-featured-category-triple-overlay 46170-fix-featured-category-triple-overlay
plugins/woocommerce/changelog/46337-fix-add-create-your-own-color
woocommerce/changelog/46337-fix-add-create-your-own-color
changelog/46337-fix-add-create-your-own-color
46337-fix-add-create-your-own-color
plugins/woocommerce/changelog/46242-fix-broken-hpos-tests plugins/woocommerce/changelog/46242-fix-broken-hpos-tests
woocommerce/changelog/46242-fix-broken-hpos-tests woocommerce/changelog/46242-fix-broken-hpos-tests
changelog/46242-fix-broken-hpos-tests changelog/46242-fix-broken-hpos-tests

View File

@ -118,6 +118,7 @@ packages/js/experimental/changelog/41498-dev-make-lint-output-console
packages/js/experimental/changelog/fix-plugin-installer-ts packages/js/experimental/changelog/fix-plugin-installer-ts
packages/js/experimental/changelog/dev-upgrade-storybook-6-5-17 packages/js/experimental/changelog/dev-upgrade-storybook-6-5-17
packages/js/experimental/changelog/dev-pin-wp-deps-6 packages/js/experimental/changelog/dev-pin-wp-deps-6
packages/js/experimental/changelog/46361-fix-lys-task-not-clickable-once-completed
packages/js/experimental/changelog/dev-sync-pnpm packages/js/experimental/changelog/dev-sync-pnpm
packages/js/experimental/changelog/update-36805-support-direction-prop packages/js/experimental/changelog/update-36805-support-direction-prop
packages/js/experimental/changelog/dev-update-pnpm-8.6.5 packages/js/experimental/changelog/dev-update-pnpm-8.6.5
@ -3557,7 +3558,6 @@ docs/getting-started/README.md
docs/getting-started/development-environment.md docs/getting-started/development-environment.md
docs/getting-started/customizing-endpoint-urls.md docs/getting-started/customizing-endpoint-urls.md
docs/getting-started/debugging.md docs/getting-started/debugging.md
docs/getting-started/contributing-to-core-and-marketplace.md
docs/contributing-docs/style-guide.md docs/contributing-docs/style-guide.md
docs/contributing-docs/contributing-docs.md docs/contributing-docs/contributing-docs.md
docs/contributing-docs/README.md docs/contributing-docs/README.md
@ -4272,6 +4272,7 @@ plugins/woocommerce-admin/client/task-lists/fills/experimental-shipping-recommen
plugins/woocommerce-admin/client/task-lists/fills/experimental-shipping-recommendation/components/plugin-banner.scss plugins/woocommerce-admin/client/task-lists/fills/experimental-shipping-recommendation/components/plugin-banner.scss
plugins/woocommerce-admin/client/task-lists/fills/experimental-shipping-recommendation/shipping-recommendation.tsx plugins/woocommerce-admin/client/task-lists/fills/experimental-shipping-recommendation/shipping-recommendation.tsx
plugins/woocommerce-admin/client/task-lists/fills/experimental-shipping-recommendation/index.tsx plugins/woocommerce-admin/client/task-lists/fills/experimental-shipping-recommendation/index.tsx
plugins/woocommerce-admin/client/task-lists/fills/launch-your-store.tsx
plugins/woocommerce-admin/client/task-lists/fills/steps/location.tsx plugins/woocommerce-admin/client/task-lists/fills/steps/location.tsx
plugins/woocommerce-admin/client/task-lists/fills/Marketing/test/index.tsx plugins/woocommerce-admin/client/task-lists/fills/Marketing/test/index.tsx
plugins/woocommerce-admin/client/task-lists/fills/Marketing/Plugin.tsx plugins/woocommerce-admin/client/task-lists/fills/Marketing/Plugin.tsx
@ -7309,6 +7310,7 @@ plugins/woocommerce-blocks/tests/e2e/tests/product-collection/compatibility-plug
plugins/woocommerce-blocks/tests/e2e/tests/templates/constants.ts plugins/woocommerce-blocks/tests/e2e/tests/templates/constants.ts
plugins/woocommerce-blocks/tests/e2e/tests/templates/cart-template.block_theme.spec.ts plugins/woocommerce-blocks/tests/e2e/tests/templates/cart-template.block_theme.spec.ts
plugins/woocommerce-blocks/tests/e2e/tests/templates/template-customization.block_theme.side_effects.spec.ts plugins/woocommerce-blocks/tests/e2e/tests/templates/template-customization.block_theme.side_effects.spec.ts
plugins/woocommerce-blocks/tests/e2e/tests/templates/legacy-templates.block_theme.spec.ts
plugins/woocommerce-blocks/tests/e2e/tests/templates/template-customization.block_theme.spec.ts plugins/woocommerce-blocks/tests/e2e/tests/templates/template-customization.block_theme.spec.ts
plugins/woocommerce-blocks/tests/e2e/tests/templates/template-customization.block_theme_with_templates.spec.ts plugins/woocommerce-blocks/tests/e2e/tests/templates/template-customization.block_theme_with_templates.spec.ts
plugins/woocommerce-blocks/tests/e2e/tests/templates/checkout-template.block_theme.spec.ts plugins/woocommerce-blocks/tests/e2e/tests/templates/checkout-template.block_theme.spec.ts
@ -7922,6 +7924,7 @@ plugins/woocommerce/changelog/46127-add-e2e-homepage
plugins/woocommerce/changelog/46078-add-45873-track-site-visibility-action plugins/woocommerce/changelog/46078-add-45873-track-site-visibility-action
plugins/woocommerce/changelog/performance-update-get-template-paths plugins/woocommerce/changelog/performance-update-get-template-paths
plugins/woocommerce/changelog/fix-43311-fix-query-id-persistence plugins/woocommerce/changelog/fix-43311-fix-query-id-persistence
plugins/woocommerce/changelog/tweak-lys-settings-page
plugins/woocommerce/changelog/dev-update-support-request-not-planned plugins/woocommerce/changelog/dev-update-support-request-not-planned
plugins/woocommerce/changelog/46095-update-46075-settings-copy-changes-lys plugins/woocommerce/changelog/46095-update-46075-settings-copy-changes-lys
plugins/woocommerce/changelog/46097-update-46071-copy-changes-for-homescreen-lys-badge plugins/woocommerce/changelog/46097-update-46071-copy-changes-for-homescreen-lys-badge
@ -7931,6 +7934,7 @@ plugins/woocommerce/changelog/add-lys-hub-sidebar
plugins/woocommerce/changelog/do-not-assume-megabytes plugins/woocommerce/changelog/do-not-assume-megabytes
plugins/woocommerce/changelog/dev-43282_create_api_endpoint_duplicate_product plugins/woocommerce/changelog/dev-43282_create_api_endpoint_duplicate_product
plugins/woocommerce/changelog/e2e-merchant-shipping-zones plugins/woocommerce/changelog/e2e-merchant-shipping-zones
plugins/woocommerce/changelog/update-e2e-core-critical-flows-doc
plugins/woocommerce/changelog/fix-local-pickup-title-sync plugins/woocommerce/changelog/fix-local-pickup-title-sync
plugins/woocommerce/changelog/45791-tweak-45790 plugins/woocommerce/changelog/45791-tweak-45790
plugins/woocommerce/changelog/pr-46129 plugins/woocommerce/changelog/pr-46129
@ -7939,9 +7943,11 @@ plugins/woocommerce/changelog/43267-add-auto-insert-customer-block
plugins/woocommerce/changelog/dev-change-lys-task-id plugins/woocommerce/changelog/dev-change-lys-task-id
plugins/woocommerce/changelog/45824-add-44400-e2e-test-for-digital-store plugins/woocommerce/changelog/45824-add-44400-e2e-test-for-digital-store
plugins/woocommerce/changelog/dev-xstatev5-inspector plugins/woocommerce/changelog/dev-xstatev5-inspector
plugins/woocommerce/changelog/e2e-ensure-legacy-template-name-support
plugins/woocommerce/changelog/45862-patch-4 plugins/woocommerce/changelog/45862-patch-4
plugins/woocommerce/changelog/46093-fix-current-screen-error-with-lys plugins/woocommerce/changelog/46093-fix-current-screen-error-with-lys
plugins/woocommerce/changelog/fix-43879 plugins/woocommerce/changelog/fix-43879
plugins/woocommerce/changelog/update-lys-status-badge
plugins/woocommerce/changelog/update-woo-com-to-woocommerce-com plugins/woocommerce/changelog/update-woo-com-to-woocommerce-com
plugins/woocommerce/changelog/fix-additional-fields-validation plugins/woocommerce/changelog/fix-additional-fields-validation
plugins/woocommerce/changelog/e2e-woo-com-connection plugins/woocommerce/changelog/e2e-woo-com-connection
@ -7954,6 +7960,7 @@ plugins/woocommerce/changelog/add-change-product-elements-category-to-product-el
plugins/woocommerce/changelog/add-store-connect-to-woocom plugins/woocommerce/changelog/add-store-connect-to-woocom
plugins/woocommerce/changelog/e2e-add-changes-to-test-projects plugins/woocommerce/changelog/e2e-add-changes-to-test-projects
plugins/woocommerce/changelog/add-lys-xstate-url-handling plugins/woocommerce/changelog/add-lys-xstate-url-handling
plugins/woocommerce/changelog/fix-local-pickup-settings-js
plugins/woocommerce/changelog/add-coming-soon-editor-link plugins/woocommerce/changelog/add-coming-soon-editor-link
plugins/woocommerce/changelog/45855-test-42171-add-e2e-tests-for-product-filter-price-block plugins/woocommerce/changelog/45855-test-42171-add-e2e-tests-for-product-filter-price-block
plugins/woocommerce/changelog/fix-41308_home_screen_grey_background plugins/woocommerce/changelog/fix-41308_home_screen_grey_background
@ -8018,9 +8025,11 @@ plugins/woocommerce/changelog/update-rename-generic-product-collection-location-
plugins/woocommerce/changelog/e2e-update-default-theme plugins/woocommerce/changelog/e2e-update-default-theme
plugins/woocommerce/changelog/46333-fix-improve-color-picker-e2e-tests plugins/woocommerce/changelog/46333-fix-improve-color-picker-e2e-tests
plugins/woocommerce/changelog/45828-fix-44405-disable-shipping-logic plugins/woocommerce/changelog/45828-fix-44405-disable-shipping-logic
plugins/woocommerce/changelog/update-shipping-borders
plugins/woocommerce/changelog/46227-46193-cys-color-picker-no-gradient-to-choose-when-gutenberg-latest-is-active plugins/woocommerce/changelog/46227-46193-cys-color-picker-no-gradient-to-choose-when-gutenberg-latest-is-active
plugins/woocommerce/changelog/e2e-new-order-email plugins/woocommerce/changelog/e2e-new-order-email
plugins/woocommerce/changelog/46217-disable-header-test plugins/woocommerce/changelog/46217-disable-header-test
plugins/woocommerce/changelog/46361-fix-lys-task-not-clickable-once-completed
plugins/woocommerce/changelog/45781-fix-query-non-public-tax plugins/woocommerce/changelog/45781-fix-query-non-public-tax
plugins/woocommerce/changelog/fix-40157-styled-post-content plugins/woocommerce/changelog/fix-40157-styled-post-content
plugins/woocommerce/changelog/e2e-fix-make-e2e-theme-agnostic plugins/woocommerce/changelog/e2e-fix-make-e2e-theme-agnostic
@ -8031,6 +8040,7 @@ plugins/woocommerce/changelog/45931-fix-45842-product-collection-block-hand-pick
plugins/woocommerce/changelog/45926-add-e2e-color-picker plugins/woocommerce/changelog/45926-add-e2e-color-picker
plugins/woocommerce/changelog/update-product-editor-register-metadata-block-attribute plugins/woocommerce/changelog/update-product-editor-register-metadata-block-attribute
plugins/woocommerce/changelog/add-lys-hub-site-preview plugins/woocommerce/changelog/add-lys-hub-site-preview
plugins/woocommerce/changelog/update-lys-completion-logic
plugins/woocommerce/changelog/45999-add-e2e-add-logo-cys plugins/woocommerce/changelog/45999-add-e2e-add-logo-cys
plugins/woocommerce/changelog/dev-36777_update_copy_inventory_management plugins/woocommerce/changelog/dev-36777_update_copy_inventory_management
plugins/woocommerce/changelog/45894-45350-transitional-page-e2e-tests plugins/woocommerce/changelog/45894-45350-transitional-page-e2e-tests
@ -8038,6 +8048,7 @@ plugins/woocommerce/changelog/fix-44080
plugins/woocommerce/changelog/fix-product-editor-mis-alignment plugins/woocommerce/changelog/fix-product-editor-mis-alignment
plugins/woocommerce/changelog/perf-hpos-search plugins/woocommerce/changelog/perf-hpos-search
plugins/woocommerce/changelog/bump-update-wordpress-env-to-9.0.7 plugins/woocommerce/changelog/bump-update-wordpress-env-to-9.0.7
plugins/woocommerce/changelog/fix-e2e-template-modification-tests
plugins/woocommerce/changelog/fix-25623 plugins/woocommerce/changelog/fix-25623
plugins/woocommerce/changelog/e2e-fix-create-order-test-fix plugins/woocommerce/changelog/e2e-fix-create-order-test-fix
plugins/woocommerce/changelog/re-44879 plugins/woocommerce/changelog/re-44879
@ -8049,8 +8060,10 @@ plugins/woocommerce/changelog/46353-update-admin-header-icons
plugins/woocommerce/changelog/46011-45344-e2e-tests-cys-header plugins/woocommerce/changelog/46011-45344-e2e-tests-cys-header
plugins/woocommerce/changelog/add-phone-number-to-order-preview plugins/woocommerce/changelog/add-phone-number-to-order-preview
plugins/woocommerce/changelog/fix-wccom-19988-double-bubble plugins/woocommerce/changelog/fix-wccom-19988-double-bubble
plugins/woocommerce/changelog/ci-add-failed-tests-in-slack-notification
plugins/woocommerce/changelog/dont-show-draft-product-in-featured-block plugins/woocommerce/changelog/dont-show-draft-product-in-featured-block
plugins/woocommerce/changelog/46170-fix-featured-category-triple-overlay plugins/woocommerce/changelog/46170-fix-featured-category-triple-overlay
plugins/woocommerce/changelog/46337-fix-add-create-your-own-color
plugins/woocommerce/changelog/46242-fix-broken-hpos-tests plugins/woocommerce/changelog/46242-fix-broken-hpos-tests
plugins/woocommerce/changelog/e2e-add-merchant-insert-patterns plugins/woocommerce/changelog/e2e-add-merchant-insert-patterns
plugins/woocommerce/changelog/46321-update-hide-banner-from-preview plugins/woocommerce/changelog/46321-update-hide-banner-from-preview

View File

@ -6992,6 +6992,13 @@ import/otrs/queue/default.json
otrs/queue/default.json otrs/queue/default.json
queue/default.json queue/default.json
default.json default.json
spec/fixtures/files/import/otrs/queue/child.json
fixtures/files/import/otrs/queue/child.json
files/import/otrs/queue/child.json
import/otrs/queue/child.json
otrs/queue/child.json
queue/child.json
child.json
spec/fixtures/files/import/otrs/customer/default.json spec/fixtures/files/import/otrs/customer/default.json
fixtures/files/import/otrs/customer/default.json fixtures/files/import/otrs/customer/default.json
files/import/otrs/customer/default.json files/import/otrs/customer/default.json
@ -43475,11 +43482,6 @@ core_ext/net/ldap/entry.rb
net/ldap/entry.rb net/ldap/entry.rb
ldap/entry.rb ldap/entry.rb
entry.rb entry.rb
lib/core_ext/net/smtp/auth_xoauth2.rb
core_ext/net/smtp/auth_xoauth2.rb
net/smtp/auth_xoauth2.rb
smtp/auth_xoauth2.rb
auth_xoauth2.rb
lib/core_ext/net/smtp.rb lib/core_ext/net/smtp.rb
core_ext/net/smtp.rb core_ext/net/smtp.rb
net/smtp.rb net/smtp.rb

View File

@ -1799,6 +1799,7 @@ spec/fixtures/files/import/otrs/article/from_capital_case.json
spec/fixtures/files/import/otrs/article/no_content_type.json spec/fixtures/files/import/otrs/article/no_content_type.json
spec/fixtures/files/import/otrs/article/customer_special_chars.json spec/fixtures/files/import/otrs/article/customer_special_chars.json
spec/fixtures/files/import/otrs/queue/default.json spec/fixtures/files/import/otrs/queue/default.json
spec/fixtures/files/import/otrs/queue/child.json
spec/fixtures/files/import/otrs/customer/default.json spec/fixtures/files/import/otrs/customer/default.json
spec/fixtures/files/import/otrs/history/article/default.json spec/fixtures/files/import/otrs/history/article/default.json
spec/fixtures/files/import/otrs/history/move/default.json spec/fixtures/files/import/otrs/history/move/default.json
@ -7942,7 +7943,6 @@ lib/core_ext/mail/fields/common_date_field.rb
lib/core_ext/activesupport/lib/active_support/callbacks.rb lib/core_ext/activesupport/lib/active_support/callbacks.rb
lib/core_ext/activesupport/lib/active_support/tagged_logging/formatter.rb lib/core_ext/activesupport/lib/active_support/tagged_logging/formatter.rb
lib/core_ext/net/ldap/entry.rb lib/core_ext/net/ldap/entry.rb
lib/core_ext/net/smtp/auth_xoauth2.rb
lib/core_ext/net/smtp.rb lib/core_ext/net/smtp.rb
lib/core_ext/object.rb lib/core_ext/object.rb
lib/core_ext/active_record/store/indifferent_coder.rb lib/core_ext/active_record/store/indifferent_coder.rb

View File

@ -30,6 +30,10 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
.well-known .well-known
.well-known/assetlinks.json .well-known/assetlinks.json
.xml .xml
/*/*/_tools
/*/*/more_ideas
/*/_tools
/*/activity
/*/branches /*/branches
/*/commits /*/commits
/*/compare /*/compare
@ -37,8 +41,11 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/*/edit$ /*/edit$
/*/forks /*/forks
/*/graphs /*/graphs
/*/group
/*/invite
/*/issues/new /*/issues/new
/*/issues/search /*/issues/search
/*/more_ideas
/*/network /*/network
/*/projects /*/projects
/*/pulse /*/pulse
@ -48,6 +55,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/*/watchers /*/watchers
/*source= /*source=
/.git /.git
/?z=1
/B00M3E1HJY /B00M3E1HJY
/B00M3E1NYI /B00M3E1NYI
/B00M3E1Q5Y /B00M3E1Q5Y
@ -66,6 +74,16 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/Search/ /Search/
/_ /_
/_/rsrc /_/rsrc
/_activities
/_activity
/_community
/_created
/_followers
/_following
/_quick_saves
/_saved
/_shop
/_shopping_list
/album/*/*?i= /album/*/*?i=
/api /api
/apis /apis
@ -80,6 +98,8 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/comments/*?*sort= /comments/*?*sort=
/commits/*?author /commits/*?author
/commits/*?path /commits/*?path
/communities
/discovered
/docs/product /docs/product
/download /download
/download/Browse.aspx? /download/Browse.aspx?
@ -106,6 +126,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/leads/*/jsplayer_show_lead_form.html /leads/*/jsplayer_show_lead_form.html
/leads/*/show_form.html /leads/*/show_form.html
/liked_by /liked_by
/likes
/listing/*/favoriters /listing/*/favoriters
/lookup? /lookup?
/mediaapi/ /mediaapi/
@ -113,15 +134,20 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/music/*/Search/ /music/*/Search/
/music/*/search/ /music/*/search/
/newsearch/ /newsearch/
/organize
/people/*/circle /people/*/circle
/people/*/favorites /people/*/favorites
/pinned_flashes /pinned_flashes
/pins
/podcast/*/*?i= /podcast/*/*?i=
/print$ /print$
/profile-about
/raw /raw
/revisions /revisions
/rg*/mediaviewer/rm*/tr /rg*/mediaviewer/rm*/tr
/rss /rss
/scheduled-pin
/scheduled-pins
/search /search
/search$ /search$
/search.compact$ /search.compact$
@ -143,11 +169,15 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/store/d/groove-music-pass/cfq7ttc0k5dq/0001 /store/d/groove-music-pass/cfq7ttc0k5dq/0001
/store/locations/store-locations-sitemap.xml /store/locations/store-locations-sitemap.xml
/store/music/groove-music-pass/* /store/music/groove-music-pass/*
/story_pins
/tagged
/tarball /tarball
/tree /tree
/tried
/tv-season/*/*?i= /tv-season/*/*?i=
/unsubscribe/ /unsubscribe/
/video- /video-
/video_pins
/wal/ /wal/
/wiki/Special: /wiki/Special:
/wiki/index.php/Help /wiki/index.php/Help
@ -216,6 +246,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
?order= ?order=
?pt1=true$ ?pt1=true$
?s= ?s=
?show_error=true
?tab=achievements&achievement= ?tab=achievements&achievement=
?utm_*= ?utm_*=
?w=address ?w=address
@ -300,6 +331,8 @@ WebObjects/MZStoreElements.woa
[_0-9a-zA-Z]+/status/[0-9]+/likes [_0-9a-zA-Z]+/status/[0-9]+/likes
[_0-9a-zA-Z]+/status/[0-9]+/retweets [_0-9a-zA-Z]+/status/[0-9]+/retweets
_ _
_/_
_/_/pixel
_/aihub_pod _/aihub_pod
_/ain/_/js _/ain/_/js
_/alkali-learn _/alkali-learn
@ -366,6 +399,8 @@ _next/gtm
_next/jwt _next/jwt
_next/title _next/title
_next/viewer _next/viewer
_ngjs/resource
_ngjs/resource/*/get
_nimbusJson.json _nimbusJson.json
_nimbusJsonp.js _nimbusJsonp.js
_nimbusJsonpStatic.js _nimbusJsonpStatic.js
@ -474,6 +509,7 @@ ad_spice
ad_syndication_user_tracking ad_syndication_user_tracking
ad_visibility ad_visibility
addContacts addContacts
addboard
addressBookExport addressBookExport
admin admin
adredir? adredir?
@ -495,6 +531,7 @@ adwords/proposal
adx/bin adx/bin
affil affil
affil/pal affil/pal
age-appeal
aihub/tfhub aihub/tfhub
ajax ajax
ajax/follow_info ajax/follow_info
@ -532,6 +569,7 @@ api_access_key=
app*_ app*_
app*form_id= app*form_id=
app/updates app/updates
appealed-pin
apple-app-site-association apple-app-site-association
apps apps
apps*&tags= apps*&tags=
@ -649,6 +687,7 @@ auth/verifychallenge
author/following author/following
author= author=
authwall authwall
autocomplete
away.php away.php
b?*node=7454898011 b?*node=7454898011
b?*node=7454917011 b?*node=7454917011
@ -762,7 +801,11 @@ blogs/test
blogsearch blogsearch
blogsearch_feeds blogsearch_feeds
bn bn
board
board_activity
board_activity_comment
bookmark? bookmark?
bookmarklet
bookmarks bookmarks
books books
books/about books/about
@ -784,17 +827,38 @@ books?*zoom=1
books?*zoom=5 books?*zoom=5
booksrightsholders booksrightsholders
boutique/sitemaps boutique/sitemaps
branded-pins
browse/reviews/recent browse/reviews/recent
business/ad_create
business/adshare business/adshare
business/adshare/faqs business/adshare/faqs
business/blahblah 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/feedback
business/hub
business/invite
business/leads/jsplayer_show_lead_form.html business/leads/jsplayer_show_lead_form.html
business/leads/show_form.html business/leads/show_form.html
business/learning/blog business/learning/blog
business/onboarding
business/pin_create
business/premium/is_payment_pending business/premium/is_payment_pending
business/promotion business/promotion
business/referral
business/sales/blog business/sales/blog
business/site
business/switch-account
business/top-ads
business/update
business/verified-merchant/status
buttonlite.js buttonlite.js
buyside-e2e-monitor buyside-e2e-monitor
buzz/post buzz/post
@ -986,6 +1050,7 @@ checkout
checkout/package checkout/package
checkoutnow checkoutnow
checkpoint checkpoint
christmas-spotlight
chrome/browser/mobile/tour chrome/browser/mobile/tour
chrome/crlset chrome/crlset
chrome/webstore/images chrome/webstore/images
@ -1009,6 +1074,7 @@ client_error
client_errors client_errors
clima/ets clima/ets
clima/sites/registry clima/sites/registry
close-account
cloud-launcher/sitemap cloud-launcher/sitemap
cloudsourcetools/images cloudsourcetools/images
cms_content cms_content
@ -1029,6 +1095,7 @@ commercesearch/images
commercesearch/services commercesearch/services
commission_2010-2014/katainen commission_2010-2014/katainen
commits?author= commits?author=
communities
communities/bin.aspx? communities/bin.aspx?
communities/blogs/PortalResults.mspx? communities/blogs/PortalResults.mspx?
communities/eventdetails.mspx? communities/eventdetails.mspx?
@ -1044,24 +1111,32 @@ community/category/*
community/comments community/comments
community/feed community/feed
community/trackback community/trackback
community_comment
community_post
community_s community_s
companyDir companyDir
compare compare
compare/*/apply compare/*/apply
compressiontest compressiontest
config.js config.js
connect
connections connections
connector connector
consumers/archive consumers/archive
contact_me contact_me
contactus contactus
content content
content-claiming
context_referrer=gig_page context_referrer=gig_page
context_referrer=user_page context_referrer=user_page
control control
conversation
conversations conversations
convert-business
convert-personal
coop/directory coop/directory
coop/manage coop/manage
copyright-reporting
corgi$ corgi$
couchmode couchmode
counter/*? counter/*?
@ -1069,7 +1144,13 @@ counters/client-screenview
coupons/visit coupons/visit
covid19 covid19
covid19/mobility covid19/mobility
create_pin
creative-europe/404_en.htm creative-europe/404_en.htm
creative-studio
creative_editor
creator-spotlight
creator_hub/_earn
creator_hub/_partnerships
creatorhub creatorhub
cse/home cse/home
cse/manage cse/manage
@ -1078,7 +1159,9 @@ cse?
csp csp
csp_block csp_block
csp_report_only csp_report_only
csrf_error
ct ct
ct.html
ct/log_list ct/log_list
culturalinstitute/images culturalinstitute/images
culturalinstitute/sitemaps culturalinstitute/sitemaps
@ -1188,7 +1271,9 @@ de/teams
de/transactions de/transactions
de/treasury de/treasury
de/your de/your
deactivate-account
default default
delete_post
delight delight
dell/cities-transformed dell/cities-transformed
dell/cloud-future-of-medicine dell/cloud-future-of-medicine
@ -1238,6 +1323,7 @@ digital-single-market/taxonomy
digital-single-market/users digital-single-market/users
directory directory
directory/all directory/all
discover
discussion discussion
discussion/comment-permalink discussion/comment-permalink
discussion/edit-profile discussion/edit-profile
@ -1335,6 +1421,8 @@ ebooks?*zoom=1
ebooks?*zoom=5 ebooks?*zoom=5
ece ece
eclas eclas
edit
editorial/*
edu/cs4hs edu/cs4hs
education/404_en.htm education/404_en.htm
edurec edurec
@ -1346,6 +1434,7 @@ elite?
email email
email-unsubscribe email-unsubscribe
email_actions email_actions
email_verification_error
embed embed
embed/feed/update embed/feed/update
employment_social/anticipedia/xwiki/bin/attach employment_social/anticipedia/xwiki/bin/attach
@ -1400,6 +1489,7 @@ en/microsoft-viva/
en/security en/security
en/security/ en/security/
endorsements endorsements
engagement
enterprise-jobs enterprise-jobs
enterprise-partner-search/sitemaps enterprise-partner-search/sitemaps
environment/ets environment/ets
@ -1502,6 +1592,8 @@ exec/obidos/subst/marketplace/sell-your-collection.html
exec/obidos/subst/marketplace/sell-your-stuff.html exec/obidos/subst/marketplace/sell-your-stuff.html
exec/obidos/subst/partners/friends/access.html exec/obidos/subst/partners/friends/access.html
exec/obidos/tg/cm/member exec/obidos/tg/cm/member
explore
explore/*/?p=
explore/*/lightbox explore/*/lightbox
external external
external/overture external/overture
@ -1511,6 +1603,7 @@ facebook
facebook_connect facebook_connect
faves-i_love_u_get_away_from_me faves-i_love_u_get_away_from_me
favorite favorite
fb.html
fe=true fe=true
feature/sf-test feature/sf-test
feed feed
@ -1590,6 +1683,8 @@ flights
flutter-canvaskit flutter-canvaskit
folder folder
follow follow
follow_board
follow_user
following following
food/archive food/archive
food/favourites food/favourites
@ -1700,6 +1795,8 @@ globalmarketfinder
globalmarketfinder/*.html globalmarketfinder/*.html
go/awards go/awards
gold? gold?
google_gdn.html
google_search.html
googlebooks/images googlebooks/images
goto goto
gp gp
@ -1810,6 +1907,7 @@ gview
gwt gwt
h5games_gamecenter/images h5games_gamecenter/images
handmade handmade
hanukkah-spotlight
hashtag/*?src= hashtag/*?src=
hd hd
header/channels header/channels
@ -1884,7 +1982,10 @@ hk-en/teams
hk-en/transactions hk-en/transactions
hk-en/treasury hk-en/treasury
hk-en/your hk-en/your
holiday-spotlight
holidays-celebrations
home home
homefeed
homepage-video-test homepage-video-test
hosted/images hosted/images
hotelfinder/rpc hotelfinder/rpc
@ -1903,6 +2004,9 @@ i/u
ia ia
icons icons
id-id.www.cloudflare.com id-id.www.cloudflare.com
idea-ads-tool
idea-pin-builder
idea-pin-invite
identity/accountsettingsactivityweb identity/accountsettingsactivityweb
identity/accountsettingssyaf identity/accountsettingssyaf
ie*/listing/*/favoriters ie*/listing/*/favoriters
@ -2072,11 +2176,14 @@ info/customerror.htm*
info/smart404.asp* info/smart404.asp*
info/tech-feedback info/tech-feedback
inproduct_help/chatsupport inproduct_help/chatsupport
install-shuffles
internalPref internalPref
intl/*/about/views intl/*/about/views
intlkb/ intlkb/
invite
inviteFromProfile inviteFromProfile
inviteMany inviteMany
invited
invites/buy invites/buy
invoice/est invoice/est
invoice/estimate/buyerView invoice/estimate/buyerView
@ -2166,6 +2273,8 @@ johnhancock
johnhancock/in-a-lifetime-healthcare johnhancock/in-a-lifetime-healthcare
johnhancock/in-a-lifetime-sustainability johnhancock/in-a-lifetime-sustainability
johnhancock/in-a-lifetime-work johnhancock/in-a-lifetime-work
join/?next=
join/signup/?next=
jp*/listing/*/favoriters jp*/listing/*/favoriters
jp*/people/*/circle jp*/people/*/circle
jp*/people/*/favorites jp*/people/*/favorites
@ -2228,6 +2337,7 @@ knowmore
ko-kr.www.cloudflare.com ko-kr.www.cloudflare.com
ko-kr/feedback ko-kr/feedback
ko-kr/lp ko-kr/lp
kwanzaa-spotlight
labs/popgadget/search labs/popgadget/search
lamda/images lamda/images
landing/cmsnext-root landing/cmsnext-root
@ -2266,6 +2376,7 @@ li/track
library/devices library/devices
licensing-syndication licensing-syndication
limited-release limited-release
linked
linkedin linkedin
list list
list/ls*/_ajax list/ls*/_ajax
@ -2274,6 +2385,7 @@ listing/*/stubs
lite lite
lite.publication.PublicationRequestFulltextPromo.requestFulltext.html lite.publication.PublicationRequestFulltextPromo.requestFulltext.html
live live
live-session
live_chat live_chat
lm/R1XIHQVKXSKBNJ lm/R1XIHQVKXSKBNJ
lm/R3HQ5WJSZK6QSO lm/R3HQ5WJSZK6QSO
@ -2305,6 +2417,7 @@ lochp?
logging logging
login login
login$ login$
login/?next=
login?*= login?*=
logo-maker/brief logo-maker/brief
logo-maker/choose-variation logo-maker/choose-variation
@ -2483,6 +2596,7 @@ native
nb-no.www.cloudflare.com nb-no.www.cloudflare.com
nbubumblebee nbubumblebee
network network
new_invite
news$ news$
news/$ news/$
news/0 news/0
@ -2494,6 +2608,7 @@ news/test
news/test-liveblog news/test-liveblog
news?viewArticle news?viewArticle
newsArticle newsArticle
news_hub
newsletter newsletter
newsroom/dae newsroom/dae
newsroom/notifications newsroom/notifications
@ -2601,6 +2716,7 @@ no-en/treasury
no-en/your no-en/your
nonprofits/account nonprofits/account
not_recommended_reviews/preview not_recommended_reviews/preview
notifications
ns/hydra/console/? ns/hydra/console/?
nus-trk nus-trk
nwshp$ nwshp$
@ -2653,8 +2769,12 @@ nz/teams
nz/transactions nz/transactions
nz/treasury nz/treasury
nz/your nz/your
oauth/line
oauth/login
oauth/v2 oauth/v2
oauth2/v2 oauth2/v2
oauth_error
offsite
og og
onebox/media/sports/logos onebox/media/sports/logos
onebox/media/sports/photos/soccer/wc2018 onebox/media/sports/photos/soccer/wc2018
@ -2685,8 +2805,11 @@ pages?oid=-
pagespeed/insights/ui/logo pagespeed/insights/ui/logo
pantheon pantheon
pantheon-platform pantheon-platform
parental-consent/confirmation
parental-passcode
participate/conferences.xml participate/conferences.xml
partners partners
password/reset
password_expired password_expired
patent-search/frontend patent-search/frontend
patents/download patents/download
@ -2716,8 +2839,39 @@ photos/gbachelie
photos/i_love_u_get_away_from_me photos/i_love_u_get_away_from_me
photos/tags/*/page photos/tags/*/page
photos/youpy photos/youpy
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/create
pin/find
pin/find?url=
pin_shop
ping? ping?
pingback pingback
pinterest-predicts
pinterest-wellbeing
pinterestwellbeing
pl*/listing/*/favoriters pl*/listing/*/favoriters
pl*/people/*/circle pl*/people/*/circle
pl*/people/*/favorites pl*/people/*/favorites
@ -2768,6 +2922,7 @@ pl/teams
pl/transactions pl/transactions
pl/treasury pl/treasury
pl/your pl/your
place
plan= plan=
platform-telemetry platform-telemetry
play/store/web play/store/web
@ -2797,6 +2952,7 @@ ppob?
pqa pqa
preference preference
preferences preferences
prefs
present present
presentation presentation
prettyearth/assets prettyearth/assets
@ -2807,6 +2963,8 @@ private
pro pro
pro-resources pro-resources
pro/about pro/about
product-catalogs
product-feed
product-reviews/B0069IY63Y product-reviews/B0069IY63Y
productPurchaseDone productPurchaseDone
product_ product_
@ -2884,6 +3042,7 @@ publications
publicliterature.PublicLiterature.search.html publicliterature.PublicLiterature.search.html
purchases purchases
puzzles/leaderboards/invite puzzles/leaderboards/invite
pw
pwapi-proxy/pwproxy pwapi-proxy/pwproxy
pwapiv2 pwapiv2
px.gif px.gif
@ -2893,6 +3052,7 @@ qp/batch_fetch_web
qr qr
quality_form? quality_form?
query query
quiz
r r
r/*.rss r/*.rss
r/*/comments/*.rss r/*/comments/*.rss
@ -2905,6 +3065,7 @@ r/*/comments/*/*/pt
r/*/comments/*/search$ r/*/comments/*/search$
r/*/comments/*/search/$ r/*/comments/*/search/$
r/*/config/*.rss r/*/config/*.rss
r/*/search.rss
r/*/submit$ r/*/submit$
r/*/submit/$ r/*/submit/$
r/*/user r/*/user
@ -2919,6 +3080,7 @@ random
rd/search rd/search
rd/search$ rd/search$
rd/search? rd/search?
recently-viewed
recharge/dashboard/car recharge/dashboard/car
recharge/dashboard/static recharge/dashboard/static
recipes/search recipes/search
@ -2936,6 +3098,8 @@ refer
refer/pal refer/pal
referrals referrals
referrer= referrer=
refresh_stored_accounts
refresh_token
register register
registration registration
registry/wishlist registry/wishlist
@ -2946,10 +3110,14 @@ report
report-abuse?report= report-abuse?report=
report= report=
report_abuse.gne report_abuse.gne
reports-and-violations
request-data
requestList requestList
requests requests
research/participants/cofund research/participants/cofund
reservations/*/notifyme reservations/*/notifyme
resource
resource/*/get
results results
retail retail
retail/old retail/old
@ -2983,6 +3151,7 @@ s2/sitemaps
s2/static s2/static
s3 s3
s? s?
safe-redirect
safebrowsing/diagnostic safebrowsing/diagnostic
safebrowsing/report_badware safebrowsing/report_badware
safebrowsing/report_error safebrowsing/report_error
@ -3078,6 +3247,7 @@ searchhistory
sections sections
secure secure
seller_onboarding seller_onboarding
sendHeaderEarly
send_to_friend send_to_friend
sendarticle sendarticle
services services
@ -3159,6 +3329,7 @@ shop/sign_out
shop/signed_in_account shop/signed_in_account
shop/store/feeds shop/store/feeds
shop_name_search_service shop_name_search_service
shop_pins
shopping-content-api/product_images shopping-content-api/product_images
shopping/product shopping/product
shopping/ratings/account/metrics shopping/ratings/account/metrics
@ -3452,11 +3623,13 @@ smart/buttons
social/photosui/images social/photosui/images
social/photosui/sitemap social/photosui/sitemap
social/social-security-directory/cai social/social-security-directory/cai
socialmanager
sounds/player sounds/player
sounds/player$ sounds/player$
sounds/search sounds/search
sounds/search$ sounds/search$
sounds/search? sounds/search?
source
source= source=
source_repo= source_repo=
spain/empresas/ spain/empresas/
@ -3478,6 +3651,7 @@ ss
ss/customer-reviews/lighthouse ss/customer-reviews/lighthouse
ss/twister/ajax ss/twister/ajax
sslsingle sslsingle
sso
stadia/gamers stadia/gamers
start start
start_order start_order
@ -3532,6 +3706,10 @@ storefront
storepicker storepicker
stores/page/*visitId= stores/page/*visitId=
stories stories
story-pin-builder
story-pin-invite
story_feed
story_pins
studios studios
styles/js-on.css$ styles/js-on.css$
submit submit
@ -3552,6 +3730,7 @@ support
support/content support/content
support/forum/search? support/forum/search?
surprise surprise
suspension-appeal
sv-se.www.cloudflare.com sv-se.www.cloudflare.com
svc svc
svc/crosswords svc/crosswords
@ -3565,12 +3744,14 @@ svc/vertex
svc/web svc/web
svc/wordle svc/wordle
svpRecommendations svpRecommendations
sw-shell.html
swg swg
syndicate syndicate
system1/images system1/images
t/terms t/terms
tab= tab=
tablet tablet
taggingtool
tagmanager/containers/xo tagmanager/containers/xo
tagmanager/pptm.js tagmanager/pptm.js
talk talk
@ -3603,8 +3784,10 @@ test
testpage-forhomepage testpage-forhomepage
tetro tetro
th-th.www.cloudflare.com th-th.www.cloudflare.com
thanksgiving-spotlight
thanx? thanx?
themacallan/worlds-together themacallan/worlds-together
theme
themes/rss themes/rss
things/search things/search
things/search$ things/search$
@ -3679,6 +3862,7 @@ trustedstores/js
trustedstores/s trustedstores/s
trustedstores/tm2 trustedstores/tm2
trustedstores/verify trustedstores/verify
tv
tv/thumb tv/thumb
tvschedule tvschedule
twitter twitter
@ -3743,6 +3927,8 @@ uk/teams
uk/transactions uk/transactions
uk/treasury uk/treasury
uk/your uk/your
unauth-profile
unlink
unsub unsub
until= until=
updates updates
@ -3818,6 +4004,8 @@ utils
uviewer uviewer
v1/browser-performance v1/browser-performance
v1/stats v1/stats
v1/urls/count.json
v3/pidgets/log
v4 v4
verify_age verify_age
vi-vn.www.cloudflare.com vi-vn.www.cloudflare.com
@ -3846,9 +4034,12 @@ watch_queue_ajax
webmasters/sitemaps/ping? webmasters/sitemaps/ping?
webscr webscr
websearch websearch
website/confirm
website/confirm/download
webstore/search webstore/search
webstore/static/*/wall/js webstore/static/*/wall/js
weekly/signup weekly/signup
welcome
whats-next/planes-trains-and-analytics whats-next/planes-trains-and-analytics
whsmiths whsmiths
widget_auth.php widget_auth.php
@ -4310,6 +4501,7 @@ xoonboarding
xoplatform/logger/api/logger xoplatform/logger/api/logger
xorouter xorouter
your your
your-shop
youth/404_en.htm youth/404_en.htm
youtube/fonts youtube/fonts
youtube/img/promos youtube/img/promos

View File

@ -2309,6 +2309,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/B00M3E2J14 /B00M3E2J14
/B00M3E2LOE /B00M3E2LOE
/BucketContent /BucketContent
/C
/CVS /CVS
/Careers/Form /Careers/Form
/Careers/Profiles /Careers/Profiles
@ -2325,6 +2326,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/Ntk /Ntk
/Ntt /Ntt
/Ntx /Ntx
/P
/PWD /PWD
/RedesignBucket /RedesignBucket
/Results.aspx /Results.aspx
@ -3697,8 +3699,10 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
?*pg99.asia ?*pg99.asia
?*plan ?*plan
?*poy-poll ?*poy-poll
?*q=
?*query ?*query
?*query= ?*query=
?*quid=
?*ref ?*ref
?*replies= ?*replies=
?*requestmoney= ?*requestmoney=
@ -5237,7 +5241,6 @@ BillingActivity
BlogInfo.naver BlogInfo.naver
BlogInfo.nhn BlogInfo.nhn
Bpreview= Bpreview=
C
CHANGELOG.txt CHANGELOG.txt
CNCDialer CNCDialer
COAIM/cams COAIM/cams
@ -5383,7 +5386,6 @@ Help
HelpContent HelpContent
Heritrix Heritrix
Home/404Page Home/404Page
HpImageArchive.aspx
HubStyle/static-2.309 HubStyle/static-2.309
HubStyle/static-2.313 HubStyle/static-2.313
HubStyle/static-2.315 HubStyle/static-2.315
@ -5568,6 +5570,7 @@ Meo
MessageRunDetailID= MessageRunDetailID=
MetaURI MetaURI
Microsoft.URL.Control Microsoft.URL.Control
Mobile/EM/
Moreover Moreover
Moreoverbot Moreoverbot
MoviesYouveSeen MoviesYouveSeen
@ -5629,7 +5632,6 @@ OrderItemDisplay=
Orthogaffe Orthogaffe
OtherDisplayView OtherDisplayView
Out-Of-Date Out-Of-Date
P
P.mvc?_escaped_fragment_=/peopletags.aspx P.mvc?_escaped_fragment_=/peopletags.aspx
PDATOI/ PDATOI/
POLLSERVER POLLSERVER
@ -5689,7 +5691,6 @@ ProfilesGate
Project Project
PromotionDetailsDisplayView PromotionDetailsDisplayView
PromotionDisplayView PromotionDisplayView
Proxy.ashx
QUICKNEWS QUICKNEWS
Qinfo Qinfo
Qinfo/cams Qinfo/cams
@ -5748,7 +5749,6 @@ SOImapPriceDisplayView
SametimeWebApp SametimeWebApp
Scripts Scripts
Search Search
Search
Search/* Search/*
Search/Mail/Public Search/Mail/Public
SearchNavigationView SearchNavigationView
@ -6225,8 +6225,6 @@ ac/
ac/globalnav/2.0/*/images/ac-globalnav/globalnav/search ac/globalnav/2.0/*/images/ac-globalnav/globalnav/search
ac2 ac2
academic-subscriptions academic-subscriptions
academic/profile
academic/search
academy academy
academy-free-account academy-free-account
academy/*/results academy/*/results
@ -6283,7 +6281,6 @@ ach/search
ach/user ach/user
ach/users ach/users
achievements achievements
aclick
aclk aclk
acoustic acoustic
acq/nonprofits acq/nonprofits
@ -6552,7 +6549,6 @@ alexa-top-sites/*
alexa-web-search/* alexa-web-search/*
alexa/* alexa/*
alexaforbusiness/ alexaforbusiness/
alink
alkali alkali
all all
all-supported-params all-supported-params
@ -6577,7 +6573,6 @@ amp
amp$ amp$
amp-proxy amp-proxy
amp-tealium amp-tealium
amp/
amp/authorize amp/authorize
amp= amp=
amphtml amphtml
@ -6653,7 +6648,6 @@ api/http://kobo.com/robots.txt
api/internal/analytics/songs api/internal/analytics/songs
api/jobPostings/jobs api/jobPostings/jobs
api/legendary-data/relay api/legendary-data/relay
api/maps/
api/nextsteps/* api/nextsteps/*
api/nicorepo/timeline api/nicorepo/timeline
api/programas/69730/audios.rss api/programas/69730/audios.rss
@ -7709,7 +7703,6 @@ betaem
bfe/apps/website bfe/apps/website
bfl bfl
bfmp bfmp
bfp/search
bg bg
bg-*/ bg-*/
bg-bg/ bg-bg/
@ -7763,7 +7756,6 @@ bin
bin/ bin/
bin/search.go bin/search.go
bin/search.py bin/search.py
bing-site-safety
bingbot bingbot
bipolar-disorder/bipolar-depression-management bipolar-disorder/bipolar-depression-management
bipolar-disorder/video/bipolar-fatherhood bipolar-disorder/video/bipolar-fatherhood
@ -7909,7 +7901,6 @@ blogs/blogpost/preview
blogs/nationals-journal-beta blogs/nationals-journal-beta
blogs/pad$ blogs/pad$
blogs/pad/$ blogs/pad/$
blogs/search/
blogs/slow-ride blogs/slow-ride
blogs/technology.atom blogs/technology.atom
blogs/test blogs/test
@ -8760,6 +8751,7 @@ captcha
car-search-sitemap car-search-sitemap
card card
card_management.php card_management.php
career-academy/programs
careers careers
careers/Phoenix-Hiring-Event/ careers/Phoenix-Hiring-Event/
careers/Sydney-Hiring-Event/ careers/Sydney-Hiring-Event/
@ -9108,7 +9100,6 @@ civis/posts
civis/search civis/search
civis/threads/*in_iframe=1 civis/threads/*in_iframe=1
civis/threads/*wp_data= civis/threads/*wp_data=
ck/
cl cl
cl2/feeds cl2/feeds
cl2/ical cl2/ical
@ -9772,12 +9763,10 @@ cpresources
cpropub/univercd cpropub/univercd
cpspa cpspa
cr cr
cr$
cr/ cr/
cr/$ cr/$
cr/corporate/contact cr/corporate/contact
cr/news cr/news
cr?
craft craft
crash crash
crawler4j crawler4j
@ -10169,6 +10158,7 @@ de/landing
de/listing/*/stubs de/listing/*/stubs
de/locale/overlay de/locale/overlay
de/locale/overlay_secure de/locale/overlay_secure
de/login
de/mailinglist de/mailinglist
de/mailinglist/email de/mailinglist/email
de/market/confederate_flag de/market/confederate_flag
@ -10190,6 +10180,7 @@ de/player
de/plus/r de/plus/r
de/presse de/presse
de/promos de/promos
de/registrieren
de/s/benutzer de/s/benutzer
de/s/kollektionen de/s/kollektionen
de/s/visuell de/s/visuell
@ -11115,9 +11106,6 @@ enterprise/orgs-terms
entertain entertain
entertainment/article/Minerva-s-horoscope entertainment/article/Minerva-s-horoscope
entertainment/bravo entertainment/bravo
entities/search
entityexplore$
entityexplore?
entp entp
entrez entrez
entrez/eutils entrez/eutils
@ -11236,6 +11224,7 @@ es-xl/
es-xl/motivator/ es-xl/motivator/
es/ es/
es/$ es/$
es/%C3%BAnete
es/*?*shpxid= es/*?*shpxid=
es/*?order= es/*?order=
es/*color= es/*color=
@ -11321,6 +11310,7 @@ es/herramientas/generador-de-logos/onboarding
es/historia es/historia
es/homepage-flash-testing.jsp es/homepage-flash-testing.jsp
es/industries es/industries
es/inicia-sesi%C3%B3n
es/invites/buy es/invites/buy
es/it-infrastructure es/it-infrastructure
es/kb/*/discuss es/kb/*/discuss
@ -11663,7 +11653,6 @@ fbl/terms.html
fbpostaction.cms?article= fbpostaction.cms?article=
fcgi- fcgi-
fckeditor fckeditor
fd/
fdbk fdbk
feature/sf-test feature/sf-test
feature_nine_browse-bin= feature_nine_browse-bin=
@ -12089,6 +12078,7 @@ fr/cart
fr/collections fr/collections
fr/communaut%C3%A9 fr/communaut%C3%A9
fr/connect/help/search-results.html fr/connect/help/search-results.html
fr/connexion
fr/conversations fr/conversations
fr/democenter fr/democenter
fr/email-validation fr/email-validation
@ -12151,6 +12141,7 @@ fr/profile/*
fr/promos fr/promos
fr/recrutement fr/recrutement
fr/recrutement/job-posts fr/recrutement/job-posts
fr/s%E2%80%99inscrire
fr/s/collections fr/s/collections
fr/s/utilisateurs fr/s/utilisateurs
fr/s/visuel fr/s/visuel
@ -12229,8 +12220,6 @@ full
fullscreen fullscreen
fullscreen/ReportLinker fullscreen/ReportLinker
fun fun
fun/api/
fun/g/
fundraiser/charity fundraiser/charity
fundraiser/search fundraiser/search
fur/forums fur/forums
@ -13100,14 +13089,12 @@ hosted
hosted/images hosted/images
hosting/search hosting/search
hotel/index.hi. hotel/index.hi.
hotel/reviews?
hotel/us/the-airstream-van.*.html hotel/us/the-airstream-van.*.html
hotel_attractions hotel_attractions
hotel_rt_onview hotel_rt_onview
hotelfinder/rpc hotelfinder/rpc
hotels hotels
hotels/rpc hotels/rpc
hotels/search
hotelsonmap.*.json hotelsonmap.*.json
hotfix/ hotfix/
houseads houseads
@ -13121,8 +13108,6 @@ howto
howtobuy/ howtobuy/
hp/focus-retrocompatibile$ hp/focus-retrocompatibile$
hp/video hp/video
hpm
hpmob
hr hr
hr-*/ hr-*/
hr-hr/ hr-hr/
@ -13207,7 +13192,6 @@ http://behance.net/robots.txt
http://census.gov/robots.txt http://census.gov/robots.txt
http://euronews.com/robots.txt http://euronews.com/robots.txt
http://extension.purdue.edu/robots.txt http://extension.purdue.edu/robots.txt
http://giphy.com/robots.txt
http://graphisoft.com/robots.txt http://graphisoft.com/robots.txt
http://hubspot.com/robots.txt http://hubspot.com/robots.txt
http://ie.edu/robots.txt http://ie.edu/robots.txt
@ -13614,16 +13598,11 @@ images/$
images/* images/*
images/? images/?
images/Podcasts images/Podcasts
images/async/?
images/async?
images/carBlogsimages images/carBlogsimages
images/chart_gifs images/chart_gifs
images/chart_pdfs images/chart_pdfs
images/chart_png300 images/chart_png300
images/chart_png460 images/chart_png460
images/hosted/?
images/hosted/search?
images/hosted?
images/interview_pdfs images/interview_pdfs
images/li.gif images/li.gif
images/logging_requests.gif images/logging_requests.gif
@ -13632,12 +13611,8 @@ images/ndtvvideo/*
images/pad/search?rpt=imageview images/pad/search?rpt=imageview
images/pad/search?text=*&source=morda images/pad/search?text=*&source=morda
images/resume images/resume
images/search%3F
images/search/?
images/search?
images/search?rpt=imageview images/search?rpt=imageview
images/search?text=*&source=morda images/search?text=*&source=morda
images/searchbyimage
images/showroomimages images/showroomimages
images/smart/$ images/smart/$
images/touch/$ images/touch/$
@ -13648,7 +13623,6 @@ images/usedcarimages
images/userprofileimg images/userprofileimg
images/v$ images/v$
images/viewconfig$ images/viewconfig$
images?
imagine/ imagine/
imesync imesync
img img
@ -13768,7 +13742,6 @@ inapp
inbox inbox
inbox$ inbox$
inbox$ inbox$
inboxcommerce
inc5000dev inc5000dev
include include
include/ include/
@ -13896,8 +13869,7 @@ info/jobs/showmaster.html
info/jobs/social-media.html info/jobs/social-media.html
info/jobs/support.html info/jobs/support.html
info/jobs/texterin-uxwriterin.html info/jobs/texterin-uxwriterin.html
info/jobs/werkstudentin-demokratie-botschafterin.html info/jobs/werkstudi-social-media.html
info/jobs/werkstudentin-social-media.html
info/tech-feedback info/tech-feedback
infoods/biodiversity infoods/biodiversity
informa informa
@ -14064,6 +14036,7 @@ it/*max=
it/*min= it/*min=
it/*my_etsy= it/*my_etsy=
it/@ it/@
it/accedi
it/account it/account
it/admin it/admin
it/android/collections it/android/collections
@ -14150,6 +14123,7 @@ it/player
it/plus/r it/plus/r
it/press-room it/press-room
it/promos it/promos
it/registrati
it/s/collezioni it/s/collezioni
it/s/immagini it/s/immagini
it/s/utenti it/s/utenti
@ -14240,11 +14214,13 @@ ja-jp/search/$
ja/ ja/
ja/%E3%82%B3%E3%83%9F%E3%83%A5%E3%83%8B%E3%83%86%E3%82%A3 ja/%E3%82%B3%E3%83%9F%E3%83%A5%E3%83%8B%E3%83%86%E3%82%A3
ja/%E3%82%B3%E3%83%AC%E3%82%AF%E3%82%B7%E3%83%A7%E3%83%B3 ja/%E3%82%B3%E3%83%AC%E3%82%AF%E3%82%B7%E3%83%A7%E3%83%B3
ja/%E3%82%B5%E3%82%A4%E3%83%B3%E3%82%A4%E3%83%B3
ja/%E3%83%97%E3%83%AC%E3%82%B9 ja/%E3%83%97%E3%83%AC%E3%82%B9
ja/%E5%B1%A5%E6%AD%B4 ja/%E5%B1%A5%E6%AD%B4
ja/%E5%BA%83%E5%91%8A ja/%E5%BA%83%E5%91%8A
ja/%E6%A1%88%E4%BB%B6%E4%BE%9D%E9%A0%BC%E4%B8%AD ja/%E6%A1%88%E4%BB%B6%E4%BE%9D%E9%A0%BC%E4%B8%AD
ja/%E6%A1%88%E4%BB%B6%E4%BE%9D%E9%A0%BC%E4%B8%AD/job-posts ja/%E6%A1%88%E4%BB%B6%E4%BE%9D%E9%A0%BC%E4%B8%AD/job-posts
ja/%E7%99%BB%E9%8C%B2
ja/@ ja/@
ja/account ja/account
ja/android/collections ja/android/collections
@ -14651,9 +14627,11 @@ ko-kr/lp
ko-kr/search ko-kr/search
ko-kr/search/$ ko-kr/search/$
ko/ ko/
ko/%EA%B0%80%EC%9E%85
ko/%EA%B3%A0%EC%9A%A9-%EC%A4%91 ko/%EA%B3%A0%EC%9A%A9-%EC%A4%91
ko/%EA%B3%A0%EC%9A%A9-%EC%A4%91/job-posts ko/%EA%B3%A0%EC%9A%A9-%EC%A4%91/job-posts
ko/%EA%B4%91%EA%B3%A0 ko/%EA%B4%91%EA%B3%A0
ko/%EB%A1%9C%EA%B7%B8%EC%9D%B8
ko/%EB%B3%B4%EB%8F%84%EC%9E%90%EB%A3%8C ko/%EB%B3%B4%EB%8F%84%EC%9E%90%EB%A3%8C
ko/%EC%97%AD%EC%82%AC ko/%EC%97%AD%EC%82%AC
ko/%EC%BB%A4%EB%AE%A4%EB%8B%88%ED%8B%B0 ko/%EC%BB%A4%EB%AE%A4%EB%8B%88%ED%8B%B0
@ -15004,7 +14982,6 @@ loader.cfm*
loc/volunteers loc/volunteers
loc= loc=
local local
local
local-services-ads local-services-ads
local/ajax local/ajax
local/blogsandcolumns/slow-ride-front local/blogsandcolumns/slow-ride-front
@ -15302,7 +15279,6 @@ maps/*?lang=uk$
maps/*?lang=uz$ maps/*?lang=uz$
maps/*?ll= maps/*?ll=
maps/about maps/about
maps/adsendpoint
maps/api/js maps/api/js
maps/api/place/js maps/api/place/js
maps/api/staticmap maps/api/staticmap
@ -15693,7 +15669,6 @@ merchant/directions
merchant/imageUploadPreview merchant/imageUploadPreview
merchant/loc merchant/loc
merchant/moreProducts? merchant/moreProducts?
merchant/reviews?
merchant/update merchant/update
merchantapps merchantapps
mes mes
@ -16664,7 +16639,6 @@ notificarelacionadas
notifications notifications
notifications notifications
notifications$ notifications$
notifications/
notifications/* notifications/*
nova nova
now/mt3 now/mt3
@ -16826,8 +16800,6 @@ offers/nonprofits
offers/nonprofits$ offers/nonprofits$
offers/nonprofits% offers/nonprofits%
offers/nonprofits? offers/nonprofits?
offers/proxy/dealsserver/api/log
offers/proxy/dealsserver/buy
offline offline
offlinenotice.xml offlinenotice.xml
offsite offsite
@ -17859,7 +17831,6 @@ pro-resources
pro-site pro-site
pro/about pro/about
pro2 pro2
proFile/history?
proMatch proMatch
proProjects proProjects
proVideoWidget proVideoWidget
@ -17878,7 +17849,6 @@ product-reviews/B0069IY63Y
product/electrode/api/logger product/electrode/api/logger
product/electrode/api/wpa product/electrode/api/wpa
product/recommended product/recommended
product/reviews?
productBrand= productBrand=
productId= productId=
productPurchaseDone productPurchaseDone
@ -17927,7 +17897,6 @@ profile/*/followers
profile/*/following profile/*/following
profile/*/map$ profile/*/map$
profile/downloads_limit profile/downloads_limit
profile/history?
profile/license profile/license
profile/payment/getstarted profile/payment/getstarted
profile/view profile/view
@ -18087,12 +18056,14 @@ pt-br/account
pt-br/anunciar pt-br/anunciar
pt-br/b pt-br/b
pt-br/backgrounds pt-br/backgrounds
pt-br/cadastre-se
pt-br/cole%C3%A7%C3%B5es pt-br/cole%C3%A7%C3%B5es
pt-br/comunidade pt-br/comunidade
pt-br/contratando pt-br/contratando
pt-br/contratando/job-posts pt-br/contratando/job-posts
pt-br/feedback pt-br/feedback
pt-br/imprensa pt-br/imprensa
pt-br/login
pt-br/lp pt-br/lp
pt-br/motivator/ pt-br/motivator/
pt-br/nossa-hist%C3%B3ria pt-br/nossa-hist%C3%B3ria
@ -18349,6 +18320,7 @@ r/*/comments/*/*/pt
r/*/comments/*/search$ r/*/comments/*/search$
r/*/comments/*/search/$ r/*/comments/*/search/$
r/*/config/*.rss r/*/config/*.rss
r/*/search.rss
r/*/submit$ r/*/submit$
r/*/submit/$ r/*/submit/$
r/*/user r/*/user
@ -18589,7 +18561,6 @@ resources/xml/sitemaps
responder responder
rest rest
results results
results
results-export-email-by-search-data results-export-email-by-search-data
results-export-ids results-export-ids
results-export-search-by-year results-export-search-by-year
@ -18637,7 +18608,6 @@ reviews/seller
reviews/top-reviewers reviews/top-reviewers
reviews_page= reviews_page=
rewards rewards
rewardsapp/
rf=* rf=*
rfcdiff* rfcdiff*
rh-cong3-fragment rh-cong3-fragment
@ -19472,7 +19442,6 @@ set_cookie.pl
setbucket setbucket
setprefs setprefs
settings settings
settings
settings/* settings/*
settings/deactivated settings/deactivated
settings/linkaccount settings/linkaccount
@ -19600,7 +19569,6 @@ sharing/files
sharing/folders sharing/folders
sheet/help/search-results.html sheet/help/search-results.html
shelf/user_shelves shelf/user_shelves
shenghuo
shenghuo/search? shenghuo/search?
shihui shihui
shihui? shihui?
@ -19610,8 +19578,6 @@ shipping-payment
shippingassistant shippingassistant
shippinginformation shippinginformation
shop shop
shop$
shop/
shop/bag shop/bag
shop/browse/campaigns/mobile_overlay shop/browse/campaigns/mobile_overlay
shop/browse/overlay shop/browse/overlay
@ -19625,7 +19591,6 @@ shop/sign_in
shop/sign_out shop/sign_out
shop/signed_in_account shop/signed_in_account
shop/store/feeds shop/store/feeds
shop?
shop_name_search_service shop_name_search_service
shop_pins shop_pins
shopfront-api shopfront-api
@ -20224,7 +20189,6 @@ social-connect/send
social/help/search-results.html social/help/search-results.html
social/photosui/images social/photosui/images
social/photosui/sitemap social/photosui/sitemap
social/search?
social/social-security-directory/cai social/social-security-directory/cai
social_media social_media
socialapp/ socialapp/
@ -20316,7 +20280,6 @@ spanish/thewto_s/minist_s/mc10_s/coordinator_guide_s.pdf
spanish/thewto_s/minist_s/mc10_s/participant_guide_s.pdf spanish/thewto_s/minist_s/mc10_s/participant_guide_s.pdf
spartan spartan
spatl spatl
spbasic
spbot spbot
spc-source= spc-source=
special-promo/2for1 special-promo/2for1
@ -20394,7 +20357,6 @@ sports/xyz123
sports_fp_ms sports_fp_ms
spp/ spp/
spreadsheet spreadsheet
spresults
sprint_wml sprint_wml
sprint_xhtml sprint_xhtml
sprints/help/search-results.html sprints/help/search-results.html
@ -20478,7 +20440,6 @@ statement
static static
static-assets/documents/PwnedPasswordsTop100k.txt static-assets/documents/PwnedPasswordsTop100k.txt
static-assets/images/collection static-assets/images/collection
static/
static/button/button1.html static/button/button1.html
static/button/button1.js static/button/button1.js
static/button/button2.html static/button/button2.html
@ -20595,8 +20556,6 @@ storeclick
storefront storefront
storepicker storepicker
storerequest storerequest
stores$
stores/
stores/page/*visitId= stores/page/*visitId=
stories stories
story story
@ -21149,7 +21108,6 @@ text
textedition textedition
tfemail tfemail
th th
th$
th-*/ th-*/
th-th.www.cloudflare.com th-th.www.cloudflare.com
th-th/ th-th/
@ -21172,7 +21130,6 @@ th/solutions/case-studies/
th/solutions/case-studies/innovators/innovators-eu/ th/solutions/case-studies/innovators/innovators-eu/
th/user th/user
th/users th/users
th?
th_en th_en
th_th/templates/M th_th/templates/M
thank-you thank-you
@ -21436,7 +21393,6 @@ translate_static
translate_suggestion translate_suggestion
translate_t translate_t
translation translation
translator/?ref=
transmute/static-1.85 transmute/static-1.85
transmute/static-2.6 transmute/static-2.6
transmute/static-2.8 transmute/static-2.8
@ -21464,24 +21420,10 @@ travel/
travel/2013/aug/22/been-there-readers-competition? travel/2013/aug/22/been-there-readers-competition?
travel/8711559/The-Telegraph-Travel-Awards-2011.html travel/8711559/The-Telegraph-Travel-Awards-2011.html
travel/clk travel/clk
travel/css
travel/flight/flightSearch
travel/flight/flightSearchAction
travel/flight/search/?
travel/flight/search?
travel/flights/s travel/flights/s
travel/hotel-search
travel/hotel/e travel/hotel/e
travel/hotel/hotelMiniSearchRequest
travel/hotel/hotelSearch
travel/hotels/checkout
travel/hotels/detail
travel/hotels/hotel-finder travel/hotels/hotel-finder
travel/hotels/hotel-finder/$ travel/hotels/hotel-finder/$
travel/hotels/search/?
travel/hotels/search?
travel/scripts
travel/secure
travelnevadahighway95tc travelnevadahighway95tc
treasury treasury
treasury/treasdocuments treasury/treasdocuments
@ -21947,7 +21889,6 @@ ur/user
ur/users ur/users
urbanag urbanag
urchin_test urchin_test
url
urlinator/static-1.54 urlinator/static-1.54
urlinator/static-1.55 urlinator/static-1.55
urlinator/static-1.57 urlinator/static-1.57
@ -22452,21 +22393,11 @@ video_passthrough
video_passthrough.php video_passthrough.php
videorequest videorequest
videos videos
videos/?
videos/assets videos/assets
videos/browsing
videos/e videos/e
videos/explore
videos/favorites
videos/feed
videos/feedcontent
videos/get_video_by_uid/ videos/get_video_by_uid/
videos/images videos/images
videos/js videos/js
videos/music
videos/music/
videos/music/?
videos/music?
videos/search.php videos/search.php
videos/search.php?filter=*&s=Fight+Compilation$ videos/search.php?filter=*&s=Fight+Compilation$
videos/search.php?filter=*&s=Fight+Compilation*&start=*$ videos/search.php?filter=*&s=Fight+Compilation*&start=*$
@ -22511,13 +22442,8 @@ videos/search.php?s=street+fight$
videos/search.php?s=street+fight*&start=*$ videos/search.php?s=street+fight*&start=*$
videos/search.php?s=woman+fight$ videos/search.php?s=woman+fight$
videos/search.php?s=woman+fight*&start=*$ videos/search.php?s=woman+fight*&start=*$
videos/search/?
videos/search?
videos/trending
videos/trendingcontent
videos/viewmeta/ videos/viewmeta/
videos/week videos/week
videos?
videosearch videosearch
view view
viewAll= viewAll=
@ -22767,10 +22693,6 @@ whysecure
whythisad whythisad
widget widget
widget-landing-page.html widget-landing-page.html
widget/cr
widget/entity/search/?
widget/render
widget/snapshot
widget_auth.php widget_auth.php
widget_chunks widget_chunks
widgets widgets
@ -23535,7 +23457,6 @@ word/download
word/embed word/embed
wordpress/wp-admin wordpress/wp-admin
wordpress/wp-admin/admin-ajax.php wordpress/wp-admin/admin-ajax.php
work
work/_ work/_
work/acceptinvitation work/acceptinvitation
work/account work/account