[Github Action] Automated trickest wordlists update.

This commit is contained in:
github-actions[bot] 2026-03-17 10:21:33 +00:00
parent 35ba3f2f99
commit 3a2a3e8cc7
18 changed files with 2459 additions and 4525 deletions

View file

@ -3,6 +3,6 @@
"last_update": 1773649736
},
"Trickest wordlist update": {
"last_update": 1773656853
"last_update": 1773742883
}
}

View file

@ -67546,12 +67546,12 @@ fixtures/default_content/block_content/d9b72b2f-a5ea-4a3f-b10c-28deb7b3b7bf.yml
default_content/block_content/d9b72b2f-a5ea-4a3f-b10c-28deb7b3b7bf.yml
block_content/d9b72b2f-a5ea-4a3f-b10c-28deb7b3b7bf.yml
d9b72b2f-a5ea-4a3f-b10c-28deb7b3b7bf.yml
core/tests/fixtures/default_content/media/344b943c-b231-4d73-9669-0b0a2be12aa5.yml
tests/fixtures/default_content/media/344b943c-b231-4d73-9669-0b0a2be12aa5.yml
fixtures/default_content/media/344b943c-b231-4d73-9669-0b0a2be12aa5.yml
default_content/media/344b943c-b231-4d73-9669-0b0a2be12aa5.yml
media/344b943c-b231-4d73-9669-0b0a2be12aa5.yml
344b943c-b231-4d73-9669-0b0a2be12aa5.yml
core/tests/fixtures/default_content/media/344b943c-b231-4d73-9669-0b0a2be12aa5.json
tests/fixtures/default_content/media/344b943c-b231-4d73-9669-0b0a2be12aa5.json
fixtures/default_content/media/344b943c-b231-4d73-9669-0b0a2be12aa5.json
default_content/media/344b943c-b231-4d73-9669-0b0a2be12aa5.json
media/344b943c-b231-4d73-9669-0b0a2be12aa5.json
344b943c-b231-4d73-9669-0b0a2be12aa5.json
core/tests/fixtures/default_content/node/e1714f23-70c0-4493-8e92-af1901771921.yml
tests/fixtures/default_content/node/e1714f23-70c0-4493-8e92-af1901771921.yml
fixtures/default_content/node/e1714f23-70c0-4493-8e92-af1901771921.yml

View file

@ -9513,7 +9513,7 @@ core/tests/fixtures/default_content/user/94503467-be7f-406c-9795-fc25baa22203.ym
core/tests/fixtures/default_content/workspace/test_workspace.yml
core/tests/fixtures/default_content/workspace/inner_test.yml
core/tests/fixtures/default_content/block_content/d9b72b2f-a5ea-4a3f-b10c-28deb7b3b7bf.yml
core/tests/fixtures/default_content/media/344b943c-b231-4d73-9669-0b0a2be12aa5.yml
core/tests/fixtures/default_content/media/344b943c-b231-4d73-9669-0b0a2be12aa5.json
core/tests/fixtures/default_content/node/e1714f23-70c0-4493-8e92-af1901771921.yml
core/tests/fixtures/default_content/node/7f1dd75a-0be2-4d3b-be5d-9d1a868b9267.yml
core/tests/fixtures/default_content/node/48475954-e878-439c-9d3d-226724a44269.yml

View file

@ -36409,6 +36409,11 @@ Espo/Core/HttpClient/Client.php
Core/HttpClient/Client.php
HttpClient/Client.php
Client.php
application/Espo/Core/HttpClient/RequestCreator.php
Espo/Core/HttpClient/RequestCreator.php
Core/HttpClient/RequestCreator.php
HttpClient/RequestCreator.php
RequestCreator.php
application/Espo/Core/HttpClient/Options.php
Espo/Core/HttpClient/Options.php
Core/HttpClient/Options.php

View file

@ -6097,6 +6097,7 @@ application/Espo/Core/Htmlizer/Helper.php
application/Espo/Core/Htmlizer/Htmlizer.php
application/Espo/Core/Htmlizer/CreateForUserParams.php
application/Espo/Core/HttpClient/Client.php
application/Espo/Core/HttpClient/RequestCreator.php
application/Espo/Core/HttpClient/Options.php
application/Espo/Core/HttpClient/Exceptions/SendException.php
application/Espo/Core/HttpClient/Exceptions/TooManyRedirectsException.php

View file

@ -7671,6 +7671,12 @@ tests/unit/User/AbstractPolicyTest.php
unit/User/AbstractPolicyTest.php
User/AbstractPolicyTest.php
AbstractPolicyTest.php
framework/core/tests/unit/User/LoginProviderTest.php
core/tests/unit/User/LoginProviderTest.php
tests/unit/User/LoginProviderTest.php
unit/User/LoginProviderTest.php
User/LoginProviderTest.php
LoginProviderTest.php
framework/core/tests/unit/Settings/MemoryCacheSettingsRepositoryTest.php
core/tests/unit/Settings/MemoryCacheSettingsRepositoryTest.php
tests/unit/Settings/MemoryCacheSettingsRepositoryTest.php
@ -7695,6 +7701,20 @@ tests/unit/Http/RouteCollectionTest.php
unit/Http/RouteCollectionTest.php
Http/RouteCollectionTest.php
RouteCollectionTest.php
framework/core/tests/unit/Forum/Auth/ResponseFactoryTest.php
core/tests/unit/Forum/Auth/ResponseFactoryTest.php
tests/unit/Forum/Auth/ResponseFactoryTest.php
unit/Forum/Auth/ResponseFactoryTest.php
Forum/Auth/ResponseFactoryTest.php
Auth/ResponseFactoryTest.php
ResponseFactoryTest.php
framework/core/tests/unit/Forum/Auth/RegistrationTest.php
core/tests/unit/Forum/Auth/RegistrationTest.php
tests/unit/Forum/Auth/RegistrationTest.php
unit/Forum/Auth/RegistrationTest.php
Forum/Auth/RegistrationTest.php
Auth/RegistrationTest.php
RegistrationTest.php
framework/core/tests/unit/Mail/PostmarkDriverTest.php
core/tests/unit/Mail/PostmarkDriverTest.php
tests/unit/Mail/PostmarkDriverTest.php
@ -7821,6 +7841,13 @@ tests/integration/forum/GlobalLogoutTest.php
integration/forum/GlobalLogoutTest.php
forum/GlobalLogoutTest.php
GlobalLogoutTest.php
framework/core/tests/integration/forum/Auth/ResponseFactoryTest.php
core/tests/integration/forum/Auth/ResponseFactoryTest.php
tests/integration/forum/Auth/ResponseFactoryTest.php
integration/forum/Auth/ResponseFactoryTest.php
forum/Auth/ResponseFactoryTest.php
Auth/ResponseFactoryTest.php
ResponseFactoryTest.php
framework/core/tests/integration/forum/IndexTest.php
core/tests/integration/forum/IndexTest.php
tests/integration/forum/IndexTest.php
@ -7893,6 +7920,13 @@ integration/api/settings/MailSettingsTest.php
api/settings/MailSettingsTest.php
settings/MailSettingsTest.php
MailSettingsTest.php
framework/core/tests/integration/api/registration_tokens/ResolveTest.php
core/tests/integration/api/registration_tokens/ResolveTest.php
tests/integration/api/registration_tokens/ResolveTest.php
integration/api/registration_tokens/ResolveTest.php
api/registration_tokens/ResolveTest.php
registration_tokens/ResolveTest.php
ResolveTest.php
framework/core/tests/integration/api/access_tokens/DeleteTest.php
core/tests/integration/api/access_tokens/DeleteTest.php
tests/integration/api/access_tokens/DeleteTest.php
@ -11219,6 +11253,12 @@ core/src/Search/SearchServiceProvider.php
src/Search/SearchServiceProvider.php
Search/SearchServiceProvider.php
SearchServiceProvider.php
framework/core/src/Api/Controller/UploadLogoDarkModeController.php
core/src/Api/Controller/UploadLogoDarkModeController.php
src/Api/Controller/UploadLogoDarkModeController.php
Api/Controller/UploadLogoDarkModeController.php
Controller/UploadLogoDarkModeController.php
UploadLogoDarkModeController.php
framework/core/src/Api/Controller/ExtensionBisectController.php
core/src/Api/Controller/ExtensionBisectController.php
src/Api/Controller/ExtensionBisectController.php
@ -11279,6 +11319,12 @@ src/Api/Controller/ReadAllNotificationsController.php
Api/Controller/ReadAllNotificationsController.php
Controller/ReadAllNotificationsController.php
ReadAllNotificationsController.php
framework/core/src/Api/Controller/DeleteLogoDarkModeController.php
core/src/Api/Controller/DeleteLogoDarkModeController.php
src/Api/Controller/DeleteLogoDarkModeController.php
Api/Controller/DeleteLogoDarkModeController.php
Controller/DeleteLogoDarkModeController.php
DeleteLogoDarkModeController.php
framework/core/src/Api/Controller/DeleteLogoController.php
core/src/Api/Controller/DeleteLogoController.php
src/Api/Controller/DeleteLogoController.php
@ -11291,6 +11337,12 @@ src/Api/Controller/UploadLogoController.php
Api/Controller/UploadLogoController.php
Controller/UploadLogoController.php
UploadLogoController.php
framework/core/src/Api/Controller/ResolveRegistrationTokenController.php
core/src/Api/Controller/ResolveRegistrationTokenController.php
src/Api/Controller/ResolveRegistrationTokenController.php
Api/Controller/ResolveRegistrationTokenController.php
Controller/ResolveRegistrationTokenController.php
ResolveRegistrationTokenController.php
framework/core/src/Api/Controller/TerminateAllOtherSessionsController.php
core/src/Api/Controller/TerminateAllOtherSessionsController.php
src/Api/Controller/TerminateAllOtherSessionsController.php

View file

@ -1442,10 +1442,13 @@ framework/core/tests/unit/Install/Prerequisite/WritablePathsTest.php
framework/core/tests/unit/Install/Steps/PublishAssetsTest.php
framework/core/tests/unit/User/AvatarUploaderTest.php
framework/core/tests/unit/User/AbstractPolicyTest.php
framework/core/tests/unit/User/LoginProviderTest.php
framework/core/tests/unit/Settings/MemoryCacheSettingsRepositoryTest.php
framework/core/tests/unit/Settings/DatabaseSettingsRepositoryTest.php
framework/core/tests/unit/Http/CookieFactoryTest.php
framework/core/tests/unit/Http/RouteCollectionTest.php
framework/core/tests/unit/Forum/Auth/ResponseFactoryTest.php
framework/core/tests/unit/Forum/Auth/RegistrationTest.php
framework/core/tests/unit/Mail/PostmarkDriverTest.php
framework/core/tests/unit/Mail/SmtpDriverTest.php
framework/core/tests/unit/Mail/NullDriverTest.php
@ -1468,6 +1471,7 @@ framework/core/tests/integration/queue/QueueServiceProviderTest.php
framework/core/tests/integration/queue/QueueScheduleTest.php
framework/core/tests/integration/admin/IndexTest.php
framework/core/tests/integration/forum/GlobalLogoutTest.php
framework/core/tests/integration/forum/Auth/ResponseFactoryTest.php
framework/core/tests/integration/forum/IndexTest.php
framework/core/tests/integration/forum/LogoutTest.php
framework/core/tests/integration/forum/LoginTest.php
@ -1479,6 +1483,7 @@ framework/core/tests/integration/api/posts/CreateTest.php
framework/core/tests/integration/api/posts/ShowTest.php
framework/core/tests/integration/api/settings/SetTest.php
framework/core/tests/integration/api/settings/MailSettingsTest.php
framework/core/tests/integration/api/registration_tokens/ResolveTest.php
framework/core/tests/integration/api/access_tokens/DeleteTest.php
framework/core/tests/integration/api/access_tokens/ListTest.php
framework/core/tests/integration/api/access_tokens/CreateTest.php
@ -2077,6 +2082,7 @@ framework/core/src/Search/Listener/ModelObserver.php
framework/core/src/Search/AbstractFulltextFilter.php
framework/core/src/Search/SearchState.php
framework/core/src/Search/SearchServiceProvider.php
framework/core/src/Api/Controller/UploadLogoDarkModeController.php
framework/core/src/Api/Controller/ExtensionBisectController.php
framework/core/src/Api/Controller/UploadFaviconController.php
framework/core/src/Api/Controller/DeleteAllNotificationsController.php
@ -2087,8 +2093,10 @@ framework/core/src/Api/Controller/ShowForumController.php
framework/core/src/Api/Controller/ClearCacheController.php
framework/core/src/Api/Controller/SetSettingsController.php
framework/core/src/Api/Controller/ReadAllNotificationsController.php
framework/core/src/Api/Controller/DeleteLogoDarkModeController.php
framework/core/src/Api/Controller/DeleteLogoController.php
framework/core/src/Api/Controller/UploadLogoController.php
framework/core/src/Api/Controller/ResolveRegistrationTokenController.php
framework/core/src/Api/Controller/TerminateAllOtherSessionsController.php
framework/core/src/Api/Controller/SendTestMailController.php
framework/core/src/Api/Controller/ForgotPasswordController.php

View file

@ -2558,6 +2558,14 @@ data/seeders/importers/members-created-events-importer.js
seeders/importers/members-created-events-importer.js
importers/members-created-events-importer.js
members-created-events-importer.js
ghost/core/core/server/data/seeders/importers/offer-redemptions-importer.js
core/core/server/data/seeders/importers/offer-redemptions-importer.js
core/server/data/seeders/importers/offer-redemptions-importer.js
server/data/seeders/importers/offer-redemptions-importer.js
data/seeders/importers/offer-redemptions-importer.js
seeders/importers/offer-redemptions-importer.js
importers/offer-redemptions-importer.js
offer-redemptions-importer.js
ghost/core/core/server/data/seeders/importers/posts-tags-importer.js
core/core/server/data/seeders/importers/posts-tags-importer.js
core/server/data/seeders/importers/posts-tags-importer.js

View file

@ -458,6 +458,7 @@ ghost/core/core/server/data/seeders/importers/comments-importer.js
ghost/core/core/server/data/seeders/importers/benefits-importer.js
ghost/core/core/server/data/seeders/importers/emails-importer.js
ghost/core/core/server/data/seeders/importers/members-created-events-importer.js
ghost/core/core/server/data/seeders/importers/offer-redemptions-importer.js
ghost/core/core/server/data/seeders/importers/posts-tags-importer.js
ghost/core/core/server/data/seeders/importers/members-stripe-customers-subscriptions-importer.js
ghost/core/core/server/data/seeders/importers/recommendation-click-events-importer.js

View file

@ -20003,6 +20003,13 @@ Content/Product/Subscriber/CustomFieldSearchableSubscriberTest.php
Product/Subscriber/CustomFieldSearchableSubscriberTest.php
Subscriber/CustomFieldSearchableSubscriberTest.php
CustomFieldSearchableSubscriberTest.php
tests/unit/Core/Content/Product/Subscriber/RepairDigitalProductStatesSubscriberTest.php
unit/Core/Content/Product/Subscriber/RepairDigitalProductStatesSubscriberTest.php
Core/Content/Product/Subscriber/RepairDigitalProductStatesSubscriberTest.php
Content/Product/Subscriber/RepairDigitalProductStatesSubscriberTest.php
Product/Subscriber/RepairDigitalProductStatesSubscriberTest.php
Subscriber/RepairDigitalProductStatesSubscriberTest.php
RepairDigitalProductStatesSubscriberTest.php
tests/unit/Core/Content/Product/Subscriber/ProductSubscriberTest.php
unit/Core/Content/Product/Subscriber/ProductSubscriberTest.php
Core/Content/Product/Subscriber/ProductSubscriberTest.php
@ -36977,6 +36984,11 @@ migration/Core/V6_7/Migration1754398573ChangeAllLineItemsRuleValueTypeTest.php
Core/V6_7/Migration1754398573ChangeAllLineItemsRuleValueTypeTest.php
V6_7/Migration1754398573ChangeAllLineItemsRuleValueTypeTest.php
Migration1754398573ChangeAllLineItemsRuleValueTypeTest.php
tests/migration/Core/V6_7/Migration1773647849AlignFlowNameWithEventNameTest.php
migration/Core/V6_7/Migration1773647849AlignFlowNameWithEventNameTest.php
Core/V6_7/Migration1773647849AlignFlowNameWithEventNameTest.php
V6_7/Migration1773647849AlignFlowNameWithEventNameTest.php
Migration1773647849AlignFlowNameWithEventNameTest.php
tests/migration/Core/V6_7/Migration1756068709FixCustomerAddressFirstNameLengthTest.php
migration/Core/V6_7/Migration1756068709FixCustomerAddressFirstNameLengthTest.php
Core/V6_7/Migration1756068709FixCustomerAddressFirstNameLengthTest.php
@ -106826,6 +106838,12 @@ Content/Product/Subscriber/ProductSubscriber.php
Product/Subscriber/ProductSubscriber.php
Subscriber/ProductSubscriber.php
ProductSubscriber.php
src/Core/Content/Product/Subscriber/RepairDigitalProductStatesSubscriber.php
Core/Content/Product/Subscriber/RepairDigitalProductStatesSubscriber.php
Content/Product/Subscriber/RepairDigitalProductStatesSubscriber.php
Product/Subscriber/RepairDigitalProductStatesSubscriber.php
Subscriber/RepairDigitalProductStatesSubscriber.php
RepairDigitalProductStatesSubscriber.php
src/Core/Content/Product/SearchKeyword/KeywordLoader.php
Core/Content/Product/SearchKeyword/KeywordLoader.php
Content/Product/SearchKeyword/KeywordLoader.php
@ -140940,6 +140958,11 @@ Core/Migration/V6_7/Migration1763125902AddOrderLineItemProductTypePayload.php
Migration/V6_7/Migration1763125902AddOrderLineItemProductTypePayload.php
V6_7/Migration1763125902AddOrderLineItemProductTypePayload.php
Migration1763125902AddOrderLineItemProductTypePayload.php
src/Core/Migration/V6_7/Migration1773647849AlignFlowNameWithEventName.php
Core/Migration/V6_7/Migration1773647849AlignFlowNameWithEventName.php
Migration/V6_7/Migration1773647849AlignFlowNameWithEventName.php
V6_7/Migration1773647849AlignFlowNameWithEventName.php
Migration1773647849AlignFlowNameWithEventName.php
src/Core/Migration/V6_7/Migration1767861589AddOpenOffcanvasAfterAddToCartConfigSetting.php
Core/Migration/V6_7/Migration1767861589AddOpenOffcanvasAfterAddToCartConfigSetting.php
Migration/V6_7/Migration1767861589AddOpenOffcanvasAfterAddToCartConfigSetting.php
@ -142988,6 +143011,14 @@ storefront/page/content/detail.html.twig
page/content/detail.html.twig
content/detail.html.twig
detail.html.twig
src/Storefront/Resources/views/storefront/page/content/meta.html.twig
Storefront/Resources/views/storefront/page/content/meta.html.twig
Resources/views/storefront/page/content/meta.html.twig
views/storefront/page/content/meta.html.twig
storefront/page/content/meta.html.twig
page/content/meta.html.twig
content/meta.html.twig
meta.html.twig
src/Storefront/Resources/views/storefront/page/content/product-detail.html.twig
Storefront/Resources/views/storefront/page/content/product-detail.html.twig
Resources/views/storefront/page/content/product-detail.html.twig
@ -143124,6 +143155,14 @@ storefront/page/search/search-pagelet.html.twig
page/search/search-pagelet.html.twig
search/search-pagelet.html.twig
search-pagelet.html.twig
src/Storefront/Resources/views/storefront/page/search/meta.html.twig
Storefront/Resources/views/storefront/page/search/meta.html.twig
Resources/views/storefront/page/search/meta.html.twig
views/storefront/page/search/meta.html.twig
storefront/page/search/meta.html.twig
page/search/meta.html.twig
search/meta.html.twig
meta.html.twig
src/Storefront/Resources/views/storefront/page/search/index.html.twig
Storefront/Resources/views/storefront/page/search/index.html.twig
Resources/views/storefront/page/search/index.html.twig
@ -144553,6 +144592,54 @@ storefront/layout/cookie/cookie-permission.html.twig
layout/cookie/cookie-permission.html.twig
cookie/cookie-permission.html.twig
cookie-permission.html.twig
src/Storefront/Resources/views/storefront/layout/structured-data/json-ld-website.html.twig
Storefront/Resources/views/storefront/layout/structured-data/json-ld-website.html.twig
Resources/views/storefront/layout/structured-data/json-ld-website.html.twig
views/storefront/layout/structured-data/json-ld-website.html.twig
storefront/layout/structured-data/json-ld-website.html.twig
layout/structured-data/json-ld-website.html.twig
structured-data/json-ld-website.html.twig
json-ld-website.html.twig
src/Storefront/Resources/views/storefront/layout/structured-data/json-ld-webpage.html.twig
Storefront/Resources/views/storefront/layout/structured-data/json-ld-webpage.html.twig
Resources/views/storefront/layout/structured-data/json-ld-webpage.html.twig
views/storefront/layout/structured-data/json-ld-webpage.html.twig
storefront/layout/structured-data/json-ld-webpage.html.twig
layout/structured-data/json-ld-webpage.html.twig
structured-data/json-ld-webpage.html.twig
json-ld-webpage.html.twig
src/Storefront/Resources/views/storefront/layout/structured-data/json-ld-breadcrumb.html.twig
Storefront/Resources/views/storefront/layout/structured-data/json-ld-breadcrumb.html.twig
Resources/views/storefront/layout/structured-data/json-ld-breadcrumb.html.twig
views/storefront/layout/structured-data/json-ld-breadcrumb.html.twig
storefront/layout/structured-data/json-ld-breadcrumb.html.twig
layout/structured-data/json-ld-breadcrumb.html.twig
structured-data/json-ld-breadcrumb.html.twig
json-ld-breadcrumb.html.twig
src/Storefront/Resources/views/storefront/layout/structured-data/json-ld-product.html.twig
Storefront/Resources/views/storefront/layout/structured-data/json-ld-product.html.twig
Resources/views/storefront/layout/structured-data/json-ld-product.html.twig
views/storefront/layout/structured-data/json-ld-product.html.twig
storefront/layout/structured-data/json-ld-product.html.twig
layout/structured-data/json-ld-product.html.twig
structured-data/json-ld-product.html.twig
json-ld-product.html.twig
src/Storefront/Resources/views/storefront/layout/structured-data/json-ld-organization.html.twig
Storefront/Resources/views/storefront/layout/structured-data/json-ld-organization.html.twig
Resources/views/storefront/layout/structured-data/json-ld-organization.html.twig
views/storefront/layout/structured-data/json-ld-organization.html.twig
storefront/layout/structured-data/json-ld-organization.html.twig
layout/structured-data/json-ld-organization.html.twig
structured-data/json-ld-organization.html.twig
json-ld-organization.html.twig
src/Storefront/Resources/views/storefront/layout/structured-data/json-ld-item-list.html.twig
Storefront/Resources/views/storefront/layout/structured-data/json-ld-item-list.html.twig
Resources/views/storefront/layout/structured-data/json-ld-item-list.html.twig
views/storefront/layout/structured-data/json-ld-item-list.html.twig
storefront/layout/structured-data/json-ld-item-list.html.twig
layout/structured-data/json-ld-item-list.html.twig
structured-data/json-ld-item-list.html.twig
json-ld-item-list.html.twig
src/Storefront/Resources/views/storefront/layout/header.html.twig
Storefront/Resources/views/storefront/layout/header.html.twig
Resources/views/storefront/layout/header.html.twig

View file

@ -6164,6 +6164,7 @@ tests/unit/Core/Content/Product/DataAbstractionLayer/UpdatedStatesTest.php
tests/unit/Core/Content/Product/ProductMaxPurchaseCalculatorTest.php
tests/unit/Core/Content/Product/Aggregate/ProductConfiguratorSetting/ProductConfiguratorSettingExceptionHandlerTest.php
tests/unit/Core/Content/Product/Subscriber/CustomFieldSearchableSubscriberTest.php
tests/unit/Core/Content/Product/Subscriber/RepairDigitalProductStatesSubscriberTest.php
tests/unit/Core/Content/Product/Subscriber/ProductSubscriberTest.php
tests/unit/Core/Content/Product/SearchKeyword/ProductSearchKeywordAnalyzerTest.php
tests/unit/Core/Content/Product/SearchKeyword/ProductSearchTermInterpreterTest.php
@ -8461,6 +8462,7 @@ tests/migration/Core/V6_7/Migration1765376847SetDefaultSystemConfigLoadPreviewsO
tests/migration/Core/V6_7/Migration1768545322AssignRevocationPageToSystemConfigSettingTest.php
tests/migration/Core/V6_7/Migration1753191228AddMediaThumbnailSizeIdToMediaThumbnailTest.php
tests/migration/Core/V6_7/Migration1754398573ChangeAllLineItemsRuleValueTypeTest.php
tests/migration/Core/V6_7/Migration1773647849AlignFlowNameWithEventNameTest.php
tests/migration/Core/V6_7/Migration1756068709FixCustomerAddressFirstNameLengthTest.php
tests/migration/Core/V6_7/Migration1740563553AddAppRequestedPrivilegesTest.php
tests/migration/Core/V6_7/Migration1768986102AddInternalColumnToProductStreamTest.php
@ -15913,6 +15915,7 @@ src/Core/Content/Product/Aggregate/ProductConfiguratorSetting/ProductConfigurato
src/Core/Content/Product/Aggregate/ProductConfiguratorSetting/ProductConfiguratorSettingEntity.php
src/Core/Content/Product/Subscriber/CustomFieldSearchableSubscriber.php
src/Core/Content/Product/Subscriber/ProductSubscriber.php
src/Core/Content/Product/Subscriber/RepairDigitalProductStatesSubscriber.php
src/Core/Content/Product/SearchKeyword/KeywordLoader.php
src/Core/Content/Product/SearchKeyword/ProductSearchBuilder.php
src/Core/Content/Product/SearchKeyword/ProductSearchTermInterpreterInterface.php
@ -21295,6 +21298,7 @@ src/Core/Migration/V6_7/Migration1697112044PaymentAndShippingTechnicalNameRequir
src/Core/Migration/V6_7/Migration1740563553AddAppRequestedPrivileges.php
src/Core/Migration/V6_7/Migration1754295570DocumentActivateReturnAddress.php
src/Core/Migration/V6_7/Migration1763125902AddOrderLineItemProductTypePayload.php
src/Core/Migration/V6_7/Migration1773647849AlignFlowNameWithEventName.php
src/Core/Migration/V6_7/Migration1767861589AddOpenOffcanvasAfterAddToCartConfigSetting.php
src/Core/Migration/V6_7/Migration1756068709FixCustomerAddressFirstNameLength.php
src/Core/Migration/V6_7/Migration1756068712FixOrderAddressLastNameLength.php
@ -21635,6 +21639,7 @@ src/Storefront/Resources/views/storefront/page/account/profile/recover-password.
src/Storefront/Resources/views/storefront/page/account/profile/reset-password.html.twig
src/Storefront/Resources/views/storefront/page/account/profile/index.html.twig
src/Storefront/Resources/views/storefront/page/content/detail.html.twig
src/Storefront/Resources/views/storefront/page/content/meta.html.twig
src/Storefront/Resources/views/storefront/page/content/product-detail.html.twig
src/Storefront/Resources/views/storefront/page/content/single-cms-page.html.twig
src/Storefront/Resources/views/storefront/page/content/index.html.twig
@ -21652,6 +21657,7 @@ src/Storefront/Resources/views/storefront/page/wishlist/wishlist-pagelet.html.tw
src/Storefront/Resources/views/storefront/page/wishlist/index.html.twig
src/Storefront/Resources/views/storefront/page/sitemap/sitemap.xml.twig
src/Storefront/Resources/views/storefront/page/search/search-pagelet.html.twig
src/Storefront/Resources/views/storefront/page/search/meta.html.twig
src/Storefront/Resources/views/storefront/page/search/index.html.twig
src/Storefront/Resources/views/storefront/page/product-detail/meta.html.twig
src/Storefront/Resources/views/storefront/page/robots/robots.txt.twig
@ -21832,6 +21838,12 @@ src/Storefront/Resources/views/storefront/layout/cookie/cookie-consent-offcanvas
src/Storefront/Resources/views/storefront/layout/cookie/cookie-configuration-parent.html.twig
src/Storefront/Resources/views/storefront/layout/cookie/cookie-configuration-child.html.twig
src/Storefront/Resources/views/storefront/layout/cookie/cookie-permission.html.twig
src/Storefront/Resources/views/storefront/layout/structured-data/json-ld-website.html.twig
src/Storefront/Resources/views/storefront/layout/structured-data/json-ld-webpage.html.twig
src/Storefront/Resources/views/storefront/layout/structured-data/json-ld-breadcrumb.html.twig
src/Storefront/Resources/views/storefront/layout/structured-data/json-ld-product.html.twig
src/Storefront/Resources/views/storefront/layout/structured-data/json-ld-organization.html.twig
src/Storefront/Resources/views/storefront/layout/structured-data/json-ld-item-list.html.twig
src/Storefront/Resources/views/storefront/layout/header.html.twig
src/Storefront/Resources/views/storefront/layout/navbar/categories.html.twig
src/Storefront/Resources/views/storefront/layout/navbar/content.html.twig

View file

@ -7569,6 +7569,11 @@ tests/Umbraco.Tests.UnitTests/Umbraco.Core/AttemptTests.cs
Umbraco.Tests.UnitTests/Umbraco.Core/AttemptTests.cs
Umbraco.Core/AttemptTests.cs
AttemptTests.cs
tests/Umbraco.Tests.UnitTests/Umbraco.Core/Strings/DefaultUrlSegmentProviderTests.cs
Umbraco.Tests.UnitTests/Umbraco.Core/Strings/DefaultUrlSegmentProviderTests.cs
Umbraco.Core/Strings/DefaultUrlSegmentProviderTests.cs
Strings/DefaultUrlSegmentProviderTests.cs
DefaultUrlSegmentProviderTests.cs
tests/Umbraco.Tests.UnitTests/Umbraco.Core/CoreXml/FrameworkXmlTests.cs
Umbraco.Tests.UnitTests/Umbraco.Core/CoreXml/FrameworkXmlTests.cs
Umbraco.Core/CoreXml/FrameworkXmlTests.cs

View file

@ -1394,6 +1394,7 @@ tests/Umbraco.Tests.UnitTests/Umbraco.Core/ShortStringHelper/CmsHelperCasingTest
tests/Umbraco.Tests.UnitTests/Umbraco.Core/ShortStringHelper/StringExtensionsTests.cs
tests/Umbraco.Tests.UnitTests/Umbraco.Core/ShortStringHelper/MockShortStringHelper.cs
tests/Umbraco.Tests.UnitTests/Umbraco.Core/AttemptTests.cs
tests/Umbraco.Tests.UnitTests/Umbraco.Core/Strings/DefaultUrlSegmentProviderTests.cs
tests/Umbraco.Tests.UnitTests/Umbraco.Core/CoreXml/FrameworkXmlTests.cs
tests/Umbraco.Tests.UnitTests/Umbraco.Core/Scheduling/ContentVersionCleanupTest.cs
tests/Umbraco.Tests.UnitTests/Umbraco.Core/EnumerableExtensionsTests.cs

View file

@ -3733,6 +3733,10 @@ plugins/woocommerce/changelog/fix-62340
woocommerce/changelog/fix-62340
changelog/fix-62340
fix-62340
plugins/woocommerce/changelog/fix-refund-float-compare
woocommerce/changelog/fix-refund-float-compare
changelog/fix-refund-float-compare
fix-refund-float-compare
plugins/woocommerce/changelog/63405-add-store-api-formatted-weight-dimensions
woocommerce/changelog/63405-add-store-api-formatted-weight-dimensions
changelog/63405-add-store-api-formatted-weight-dimensions
@ -3773,6 +3777,10 @@ plugins/woocommerce/changelog/deprecate-hpos-sync-on-read
woocommerce/changelog/deprecate-hpos-sync-on-read
changelog/deprecate-hpos-sync-on-read
deprecate-hpos-sync-on-read
plugins/woocommerce/changelog/performance-add-indexes-on-shipping-tables
woocommerce/changelog/performance-add-indexes-on-shipping-tables
changelog/performance-add-indexes-on-shipping-tables
performance-add-indexes-on-shipping-tables
plugins/woocommerce/changelog/wooprd-1726-customer-creation-issue-depending-on-password-settings
woocommerce/changelog/wooprd-1726-customer-creation-issue-depending-on-password-settings
changelog/wooprd-1726-customer-creation-issue-depending-on-password-settings

View file

@ -852,6 +852,7 @@ plugins/woocommerce/changelog/fix-63486-dashboard-status-widget-contrast
plugins/woocommerce/changelog/63014-fix-mini-cart-badge-iapi-navigation
plugins/woocommerce/changelog/63383-add-wooplug-6269-shipping-settings-update-partner-integration-placements
plugins/woocommerce/changelog/fix-62340
plugins/woocommerce/changelog/fix-refund-float-compare
plugins/woocommerce/changelog/63405-add-store-api-formatted-weight-dimensions
plugins/woocommerce/changelog/62603-add-issue-62601
plugins/woocommerce/changelog/.gitkeep
@ -862,6 +863,7 @@ plugins/woocommerce/changelog/fix-xss-order-notes-v4
plugins/woocommerce/changelog/63404-fix-delete-cart-coupons-performance
plugins/woocommerce/changelog/wooprd-2809-woo_email-posts-deleted-via-wp-cli-dont-clean-up
plugins/woocommerce/changelog/deprecate-hpos-sync-on-read
plugins/woocommerce/changelog/performance-add-indexes-on-shipping-tables
plugins/woocommerce/changelog/wooprd-1726-customer-creation-issue-depending-on-password-settings
plugins/woocommerce/changelog/63485-update-wooplug-6287-order-fulfillments-use-wc_data_store-to-register
plugins/woocommerce/changelog/performance-63118-reduce-sqls-number-iteration-6

View file

@ -88,6 +88,10 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
.well-known
.well-known/assetlinks.json
.xml
/*/*/_tools
/*/*/more_ideas
/*/_tools
/*/activity
/*/branches
/*/commits
/*/compare
@ -95,9 +99,12 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/*/edit$
/*/forks
/*/graphs
/*/group
/*/invite
/*/issues/new
/*/issues/search
/*/milestones/new
/*/more_ideas
/*/network
/*/projects
/*/pulse
@ -106,10 +113,23 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/*/watchers
/*source=
/.git
/?*amp_client_id
/?z=1
/MANUALS/*.pdf$
/Search/
/_
/_/rsrc
/__wishlist__
/_activities
/_activity
/_community
/_created
/_followers
/_following
/_quick_saves
/_saved
/_shop
/_shopping_list
/_widget
/album/*/*?i=
/analytics
@ -133,10 +153,12 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/comments
/commits/*?author
/commits/*?path
/communities
/contact/menu*
/contact/partner*
/contactus/mwaas*
/directory
/discovered
/docs/product
/download
/download/Browse.aspx?
@ -179,10 +201,13 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/newest/*rss
/newest/*xml
/newsearch/
/organize
/partials
/pins
/plugins
/podcast/*/*?i=
/print$
/profile-about
/raw
/report_abuse
/revisions
@ -190,6 +215,8 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/rsvps/*atom
/rsvps/*rss
/rsvps/*xml
/scheduled-pin
/scheduled-pins
/search
/search/
/search/*?q=
@ -219,11 +246,15 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/store/new/*?*&*&*
/store/top-free/*?*&*&*
/store/top-paid/*?*&*&*
/story_pins
/tagged
/tarball
/tree
/tried
/tv-season/*/*?i=
/unsubscribe/
/video-
/video_pins
/wal/
/widget_
/zipball
@ -338,6 +369,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
?search_forum=
?set_mobile=
?showAllGroups=
?show_error=true
?slogin
?sort=
?sortBy=
@ -431,6 +463,8 @@ WebObjects/MZStoreElements.woa
[_0-9a-zA-Z]+/status/[0-9]+/likes
[_0-9a-zA-Z]+/status/[0-9]+/retweets
_
_/_
_/_/pixel
_/aihub_pod
_/ain/_/js
_/alkali-learn
@ -497,6 +531,8 @@ _next/data
_next/jwt
_next/title
_next/viewer
_ngjs/resource
_ngjs/resource/*/get
_nimbusJson.json
_nimbusJsonp.js
_nimbusJsonpStatic.js
@ -595,10 +631,12 @@ actions/news/rss
ad_id=
addContacts
add_favorite
addboard
addressBookExport
admin
admin/
ads
ads.txt
ads/gpa/vidgen
ads/learn
ads/local
@ -609,6 +647,7 @@ advisor/*zx1fa
adx/bin
affil
affil/pal
age-appeal
agreements/approve
ai-sandbox-internal/generated_images
aihub/tfhub
@ -665,7 +704,9 @@ api?
api_access_key=
app*_
app*form_id=
app-ads.txt
app/
appealed-pin
apple-app-site-association
apps
apps*&tags=
@ -742,6 +783,7 @@ author/following
author=
authoring/
authwall
autocomplete
away.php
awmp/data/images
b?*node=7454898011
@ -792,6 +834,10 @@ blogs/nationals-journal-beta
blogs/search/
blogs/slow-ride
blogs/test
board
board_activity
board_activity_comment
bookmarklet
bookmarks
books
books/NBK
@ -812,19 +858,40 @@ books?*zoom=
books?*zoom=1
books?*zoom=5
boutique/sitemaps
branded-pins
bricks/image
business
business/ad_create
business/adshare
business/adshare/faqs
business/blahblah
business/business-access
business/business-hierarchy
business/business-manager
business/catalogs
business/commerce-integrations
business/community-information
business/convert
business/create
business/create-linked-account
business/feedback
business/hub
business/invite
business/leads/jsplayer_show_lead_form.html
business/leads/show_form.html
business/learning/blog
business/onboarding
business/pin_create
business/pos-system/shop
business/premium/is_payment_pending
business/promotion
business/referral
business/sales/blog
business/site
business/switch-account
business/top-ads
business/update
business/verified-merchant/status
buyside-e2e-monitor
cai
call
@ -853,6 +920,7 @@ checkout
checkout-external
checkoutnow
checkpoint
christmas-spotlight
chrome/crlset
chrome/webstore/images
chwilio
@ -872,6 +940,7 @@ clickthru
clima/ets
clima/sites/registry
clone/library/genomic/organisms
close-account
cloud-launcher/sitemap
cloudsourcetools/images
cms_content
@ -890,6 +959,7 @@ commission_2010-2014/katainen
commits?author=
common/
common/survey.aspx*
communities
communities/bin.aspx?
communities/blogs/PortalResults.mspx?
communities/eventdetails.mspx?
@ -897,11 +967,14 @@ communities/rss.aspx*
communities/sitemap
community
community-guidelines
community_comment
community_post
companyDir
compare
compressiontest
concussion/HeadsUp/training/
config.js
connect
connections
consumers/archive
contact/menu*
@ -909,13 +982,19 @@ contact/partner*
contact_importer
contactus
contactus/mwaas*
content-claiming
content-guest/rss/channels
control
conversation
conversations
convert-business
convert-personal
cookie-policy
copilot
copilot/c
copilotsearch?q=
copy-conductor/crawled
copyright-reporting
core/
core/*.css$
core/*.css?
@ -933,11 +1012,19 @@ covid19/mobility
cr$
cr?
create
create_pin
creative-europe/404_en.htm
creative-studio
creative_editor
creativegroup
creator-spotlight
creator_hub/_earn
creator_hub/_partnerships
creatorhub
csp
csrf_error
ct
ct.html
ct/log_list
culturalinstitute/images
culturalinstitute/sitemaps
@ -963,8 +1050,10 @@ de/ott
de/solutions
de/upload
de/vimeo-academy
deactivate-account
default.aspx/kb/
default.aspx/ph/
delete_post
delight
dell/cities-transformed
dell/cloud-future-of-medicine
@ -1054,6 +1143,8 @@ earth/social
ebook
ece
eclas
edit
editorial/*
edu/cs4hs
education/404_en.htm
education/blocks
@ -1066,6 +1157,7 @@ ekansa/Open-Context-Data
ekansa/opencontext-
email
email-unsubscribe
email_verification_error
embed
embed/@
embed/curated
@ -1127,6 +1219,7 @@ en/microsoft-viva/
en/security
en/security/
endorsements
engagement
enterprise
enterprise-jobs
enterprise-partner-search/sitemaps
@ -1212,14 +1305,18 @@ exec/obidos/subst/marketplace/sell-your-collection.html
exec/obidos/subst/marketplace/sell-your-stuff.html
exec/obidos/subst/partners/friends/access.html
exec/obidos/tg/cm/member
explore
explore/*/?p=
explore/*/lightbox
external
external/overture
external_hosted
f/healthcheck
facebook
faves-i_love_u_get_away_from_me
favorite
fb
fb.html
fbml/ajax/dialog
fd/
fe=true
@ -1257,6 +1354,8 @@ flu/espanol/
flutter-canvaskit
folder
follow
follow_board
follow_user
following
food/archive
food/favourites
@ -1338,6 +1437,8 @@ global$
gog
google.internal.maps.gmpsdksbackend.v1.GmpSdksBackendService
google.internal.maps.mapsjs.v1.MapsJsInternalService
google_gdn.html
google_search.html
googlebooks/images
gorf
gp
@ -1452,6 +1553,7 @@ gtp/stir
guidebooks
gview
h5games_gamecenter/images
hanukkah-spotlight
hashtag/*?src=
hd
header/channels
@ -1475,9 +1577,12 @@ help/zendesk_sso
hex
history
history/static
holiday-spotlight
holidays-celebrations
home
home$
home?
homefeed
homepage-video-test
hosted/images
hotel/reviews?
@ -1489,10 +1594,10 @@ hp/video
hpc/*/supported-applications.aspx?
hpm
hpmob
http://discord.gg/robots.txt
http://ncbi.nlm.nih.gov/robots.txt
http://npr.org/robots.txt
http://wa.me/robots.txt
http://archive.org/robots.txt
http://cdc.gov/robots.txt
http://de.wikipedia.org/robots.txt
http://slideshare.net/robots.txt
hub?category=
hz/contact-us/ajax/initiate-trusted-contact
hz/help/contact/*/message/$
@ -1507,6 +1612,9 @@ id-id.www.cloudflare.com
id-id/feedback
id-id/lp
id-id/searchresults
idea-ads-tool
idea-pin-builder
idea-pin-invite
identity/accountsettingsactivityweb
identity/accountsettingssyaf
ie/ie40/
@ -1550,14 +1658,17 @@ info/customerror.htm*
info/smart404.asp*
info/tech-feedback
inproduct_help/chatsupport
install-shuffles
integrations
internalPref
intl
intl/*/search/?
intl/*/search?
intlkb/
invite
inviteFromProfile
inviteMany
invited
invoice/est
invoice/estimate/buyerView
invoice/estimate/buyerView/attachments
@ -1594,6 +1705,8 @@ johnhancock
johnhancock/in-a-lifetime-healthcare
johnhancock/in-a-lifetime-sustainability
johnhancock/in-a-lifetime-work
join/?next=
join/signup/?next=
jp/$
jp/about
jp/blog
@ -1636,6 +1749,7 @@ ko/ott
ko/solutions
ko/upload
ko/vimeo-academy
kwanzaa-spotlight
l.php
labs-code
labs/pmc
@ -1672,12 +1786,15 @@ learning/settings
learning/settings$
learning/settings?
legal
lens-search
li/track
library/devices
licensing-syndication
limited-release
link
linked
lite
live-session
live_chat
llms.txt
lm/R1XIHQVKXSKBNJ
@ -1856,6 +1973,7 @@ narrative-
native
nbubumblebee
network
new_invite
news-events/events-calendar/2018/03/ninth-annual-african-consumer-protection-dialogue-conference
news-events/events-calendar/2018/03/ninth-annual-african-consumer-protection-dialogue-conference/RSVP
news-events/events-calendar/2019/05/tenth-annual-african-consumer-protection-dialogue-conference
@ -1865,6 +1983,7 @@ news/test
news/test-liveblog
news?viewArticle
newsArticle
news_hub
newsletter
newsroom/dae
newsround
@ -1878,17 +1997,22 @@ nl-nl/lp
nl-nl/searchresults
node/add/
nonprofits/account
notifications
notifications/
nus-trk
nwshp$
o/di
o/dt
oas/
oauth/line
oauth/login
oauth/v2
oauth2
oauth2/v2
oauth_error
offers/proxy/dealsserver/api/log
offers/proxy/dealsserver/buy
offsite
og
okxbet.com
onebox/media/sports/logos
@ -1918,8 +2042,11 @@ pagespeed/insights/ui/logo
panel
pantheon
pantheon-platform
parental-consent/confirmation
parental-passcode
partner-program
partners
password/reset
password_expired
patent-search/frontend
patents/download
@ -1952,12 +2079,46 @@ photos/gbachelie
photos/i_love_u_get_away_from_me
photos/tags/*/page
photos/youpy
pin
pin-builder
pin-communities
pin-creation-tool
pin-editor
pin/*/activities
pin/*/activity
pin/*/analytics
pin/*/brand-catalog
pin/*/comments
pin/*/email
pin/*/feedback
pin/*/idea-pin/related-products
pin/*/likes
pin/*/promote
pin/*/reaction
pin/*/related-products
pin/*/repin
pin/*/repins
pin/*/sent
pin/*/share
pin/*/shop-the-look
pin/*/tag
pin/*/takes
pin/*/visual-search
pin/*/visual-shop
pin/create
pin/find
pin/find?url=
pin_shop
ping
pingback
pinterest-predicts
pinterest-wellbeing
pinterestwellbeing
pl-pl.www.cloudflare.com
pl-pl/feedback
pl-pl/lp
pl-pl/searchresults
place
plan=
platform-telemetry
play/store/web
@ -2004,6 +2165,7 @@ posttv/posttv/trendex
posttv/sponsored-video
ppl
preference
prefs
present
presentation
prettyearth/assets
@ -2013,6 +2175,8 @@ print
privacy-policy
private
proFile/history?
product-catalogs
product-feed
product-reviews/B0069IY63Y
product/reviews?
productPurchaseDone
@ -2068,11 +2232,13 @@ pt-br/vimeo-academy
public-profile
publications
puzzles/leaderboards/invite
pw
pwapi-proxy/pwproxy
pwapiv2
q=
qr
quality_form?
quiz
r
rackspace/elevating-performance
radio/imda
@ -2081,6 +2247,7 @@ rating
rd/search
rd/search$
rd/search?
recently-viewed
recipes/*?q=
recipes/search
reconnect
@ -2095,6 +2262,9 @@ refer
refer/pal
referrals
referrer=
refresh_stored_accounts
refresh_token
register
registry/wishlist
remotelogout
rep=hc
@ -2102,9 +2272,13 @@ report
report-abuse?report=
report=
report_abuse.gne
reports-and-violations
request-data
requestList
requests
research/participants/cofund
resource
resource/*/get
results
results
retail
@ -2144,6 +2318,7 @@ s2/search/social
s2/sitemaps
s2/static
s?
safe-redirect
safety
safetycheck
salary-explorer/api
@ -2189,6 +2364,7 @@ sections/health-shots/2013/03/11/173816690/new-voices-for-the-voiceless-syntheti
sections/ombudsman/2008/01/frequently_asked_questions_1.html
sections/parallels/2016/08/15/480128005/for-french-teens-smoking-still-has-more-allure-than-stigma
secure
sendHeaderEarly
sendarticle
services/oauth
setprefs
@ -2220,6 +2396,7 @@ shop/productpage
shop/topics
shop/view/product
shop?*
shop_pins
shopping-content-api/product_images
shopping/deals
shopping/product
@ -2523,10 +2700,12 @@ social/photosui/images
social/photosui/sitemap
social/search?
social/social-security-directory/cai
socialmanager
solutions
sounds/search
sounds/search$
sounds/search?
source
source=
source_repo=
spain/empresas/
@ -2543,6 +2722,7 @@ ss
ss/customer-reviews/lighthouse
ss/twister/ajax
sslsingle
sso
stadia/gamers
start
stat
@ -2601,6 +2781,10 @@ storefront
storepicker
stores/page/*visitId=
stories
story-pin-builder
story-pin-invite
story_feed
story_pins
storyworks/preview
styles/js-on.css$
subscribe/braintree
@ -2626,6 +2810,7 @@ support/content
support/forum/search?
sureroute
surprise
suspension-appeal
sutils
sv-se.www.cloudflare.com
sv-se/feedback
@ -2643,6 +2828,7 @@ svc/strands
svc/sudoku
svc/wordle
svpRecommendations
sw-shell.html
swg
system1/images
t/privacy
@ -2650,6 +2836,7 @@ t/terms
tab=
tablet
tag
taggingtool
tagmanager/containers/xo
tagmanager/pptm.js
talk
@ -2697,7 +2884,9 @@ th-th/feedback
th-th/lp
th-th/searchresults
th?
thanksgiving-spotlight
themacallan/worlds-together
theme
tickets-external?
timedtext_video
title
@ -2789,6 +2978,7 @@ trustedstores/js
trustedstores/s
trustedstores/tm2
trustedstores/verify
tv
tv/thumb
typeahead
u
@ -2805,9 +2995,14 @@ ugc$
ugcsupport
ugcsupport$
ui
unauth-profile
unlink
unsub
until=
upload
upload-lens-image
upload-lens-image-history
upload-shuffle-draft
uploads
urchin_test
url
@ -2825,9 +3020,11 @@ using
utils
uviewer
v1
v1/urls/count.json
v2
v3
v3/openapi
v3/pidgets/log
valkyrie-playground
verified-authors
verify_age
@ -2873,6 +3070,9 @@ webapps/xo/html/cookiecheck.html
webapps/xoonboarding
webscr
websearch
website/confirm
website/confirm/download
welcome
whats-next/planes-trains-and-analytics
whsmiths
widget/cr
@ -3258,7 +3458,7 @@ wiki/Wikipedia_Diskussion:Checkuser%2F
wiki/Wikipedia_Diskussion:Spam-Blacklist-Log
wiki/Wikipedia_talk%3AAbuse_reports
wiki/Wikipedia_talk%3AAbuse_response
wiki/Wikipedia_talk%3AAdministrator_electionshttp://drive.google.com/robots.txt
wiki/Wikipedia_talk%3AAdministrator_electionshttp://itunes.apple.com/robots.txt
wiki/Wikipedia_talk%3AAdministrator_recall
wiki/Wikipedia_talk%3AAdministrator_review
wiki/Wikipedia_talk%3AAdministrators%27_noticeboard
@ -3470,6 +3670,7 @@ xhtml?
xml?
xoplatform/logger/api/logger
xorouter
your-shop
youth/404_en.htm
youtube/fonts
youtube/img/branding/favicon