[Github Action] Automated trickest wordlists update.

This commit is contained in:
github-actions[bot] 2025-11-10 10:08:37 +00:00
parent 60da6bb566
commit c75088bdaf
12 changed files with 4334 additions and 1388 deletions

View file

@ -3,6 +3,6 @@
"last_update": 1762742349 "last_update": 1762742349
}, },
"Trickest wordlist update": { "Trickest wordlist update": {
"last_update": 1762682784 "last_update": 1762769307
} }
} }

View file

@ -6395,11 +6395,23 @@ tests/unit/Foundation/PathsTest.php
unit/Foundation/PathsTest.php unit/Foundation/PathsTest.php
Foundation/PathsTest.php Foundation/PathsTest.php
PathsTest.php PathsTest.php
framework/core/tests/unit/Foundation/FontAwesomeTest.php
core/tests/unit/Foundation/FontAwesomeTest.php
tests/unit/Foundation/FontAwesomeTest.php
unit/Foundation/FontAwesomeTest.php
Foundation/FontAwesomeTest.php
FontAwesomeTest.php
framework/core/tests/unit/.gitkeep framework/core/tests/unit/.gitkeep
core/tests/unit/.gitkeep core/tests/unit/.gitkeep
tests/unit/.gitkeep tests/unit/.gitkeep
unit/.gitkeep unit/.gitkeep
.gitkeep .gitkeep
framework/core/tests/unit/Queue/DatabaseWorkerArgsTest.php
core/tests/unit/Queue/DatabaseWorkerArgsTest.php
tests/unit/Queue/DatabaseWorkerArgsTest.php
unit/Queue/DatabaseWorkerArgsTest.php
Queue/DatabaseWorkerArgsTest.php
DatabaseWorkerArgsTest.php
framework/core/tests/unit/Install/Prerequisite/WritablePathsTest.php framework/core/tests/unit/Install/Prerequisite/WritablePathsTest.php
core/tests/unit/Install/Prerequisite/WritablePathsTest.php core/tests/unit/Install/Prerequisite/WritablePathsTest.php
tests/unit/Install/Prerequisite/WritablePathsTest.php tests/unit/Install/Prerequisite/WritablePathsTest.php
@ -6449,6 +6461,12 @@ tests/unit/User/AvatarUploaderTest.php
unit/User/AvatarUploaderTest.php unit/User/AvatarUploaderTest.php
User/AvatarUploaderTest.php User/AvatarUploaderTest.php
AvatarUploaderTest.php AvatarUploaderTest.php
framework/core/tests/integration/frontend/FontAwesomeLoadingTest.php
core/tests/integration/frontend/FontAwesomeLoadingTest.php
tests/integration/frontend/FontAwesomeLoadingTest.php
integration/frontend/FontAwesomeLoadingTest.php
frontend/FontAwesomeLoadingTest.php
FontAwesomeLoadingTest.php
framework/core/tests/integration/policy/DiscussionPolicyTest.php framework/core/tests/integration/policy/DiscussionPolicyTest.php
core/tests/integration/policy/DiscussionPolicyTest.php core/tests/integration/policy/DiscussionPolicyTest.php
tests/integration/policy/DiscussionPolicyTest.php tests/integration/policy/DiscussionPolicyTest.php
@ -6461,6 +6479,24 @@ tests/integration/policy/PostPolicyTest.php
integration/policy/PostPolicyTest.php integration/policy/PostPolicyTest.php
policy/PostPolicyTest.php policy/PostPolicyTest.php
PostPolicyTest.php PostPolicyTest.php
framework/core/tests/integration/queue/QueueServiceProviderTest.php
core/tests/integration/queue/QueueServiceProviderTest.php
tests/integration/queue/QueueServiceProviderTest.php
integration/queue/QueueServiceProviderTest.php
queue/QueueServiceProviderTest.php
QueueServiceProviderTest.php
framework/core/tests/integration/queue/QueueCommandTest.php
core/tests/integration/queue/QueueCommandTest.php
tests/integration/queue/QueueCommandTest.php
integration/queue/QueueCommandTest.php
queue/QueueCommandTest.php
QueueCommandTest.php
framework/core/tests/integration/queue/QueueScheduleTest.php
core/tests/integration/queue/QueueScheduleTest.php
tests/integration/queue/QueueScheduleTest.php
integration/queue/QueueScheduleTest.php
queue/QueueScheduleTest.php
QueueScheduleTest.php
framework/core/tests/integration/slugger/SlugDriverTest.php framework/core/tests/integration/slugger/SlugDriverTest.php
core/tests/integration/slugger/SlugDriverTest.php core/tests/integration/slugger/SlugDriverTest.php
tests/integration/slugger/SlugDriverTest.php tests/integration/slugger/SlugDriverTest.php
@ -12176,6 +12212,11 @@ core/src/Foundation/UninstalledSite.php
src/Foundation/UninstalledSite.php src/Foundation/UninstalledSite.php
Foundation/UninstalledSite.php Foundation/UninstalledSite.php
UninstalledSite.php UninstalledSite.php
framework/core/src/Foundation/FontAwesome.php
core/src/Foundation/FontAwesome.php
src/Foundation/FontAwesome.php
Foundation/FontAwesome.php
FontAwesome.php
framework/core/src/Foundation/EventGeneratorTrait.php framework/core/src/Foundation/EventGeneratorTrait.php
core/src/Foundation/EventGeneratorTrait.php core/src/Foundation/EventGeneratorTrait.php
src/Foundation/EventGeneratorTrait.php src/Foundation/EventGeneratorTrait.php
@ -12731,6 +12772,11 @@ core/src/Update/UpdateServiceProvider.php
src/Update/UpdateServiceProvider.php src/Update/UpdateServiceProvider.php
Update/UpdateServiceProvider.php Update/UpdateServiceProvider.php
UpdateServiceProvider.php UpdateServiceProvider.php
framework/core/src/Queue/DatabaseUuidFailedJobProvider.php
core/src/Queue/DatabaseUuidFailedJobProvider.php
src/Queue/DatabaseUuidFailedJobProvider.php
Queue/DatabaseUuidFailedJobProvider.php
DatabaseUuidFailedJobProvider.php
framework/core/src/Queue/QueueServiceProvider.php framework/core/src/Queue/QueueServiceProvider.php
core/src/Queue/QueueServiceProvider.php core/src/Queue/QueueServiceProvider.php
src/Queue/QueueServiceProvider.php src/Queue/QueueServiceProvider.php
@ -12756,6 +12802,18 @@ core/src/Queue/QueueRestarter.php
src/Queue/QueueRestarter.php src/Queue/QueueRestarter.php
Queue/QueueRestarter.php Queue/QueueRestarter.php
QueueRestarter.php QueueRestarter.php
framework/core/src/Queue/Console/WorkCommand.php
core/src/Queue/Console/WorkCommand.php
src/Queue/Console/WorkCommand.php
Queue/Console/WorkCommand.php
Console/WorkCommand.php
WorkCommand.php
framework/core/src/Queue/Console/DatabaseWorkerArgs.php
core/src/Queue/Console/DatabaseWorkerArgs.php
src/Queue/Console/DatabaseWorkerArgs.php
Queue/Console/DatabaseWorkerArgs.php
Console/DatabaseWorkerArgs.php
DatabaseWorkerArgs.php
framework/core/src/Queue/Console/ListenCommand.php framework/core/src/Queue/Console/ListenCommand.php
core/src/Queue/Console/ListenCommand.php core/src/Queue/Console/ListenCommand.php
src/Queue/Console/ListenCommand.php src/Queue/Console/ListenCommand.php
@ -15282,6 +15340,10 @@ framework/core/migrations/2019_10_12_195349_change_posts_add_discussion_foreign_
core/migrations/2019_10_12_195349_change_posts_add_discussion_foreign_key.php core/migrations/2019_10_12_195349_change_posts_add_discussion_foreign_key.php
migrations/2019_10_12_195349_change_posts_add_discussion_foreign_key.php migrations/2019_10_12_195349_change_posts_add_discussion_foreign_key.php
2019_10_12_195349_change_posts_add_discussion_foreign_key.php 2019_10_12_195349_change_posts_add_discussion_foreign_key.php
framework/core/migrations/2025_10_11_000001_create_queue_failed_jobs.php
core/migrations/2025_10_11_000001_create_queue_failed_jobs.php
migrations/2025_10_11_000001_create_queue_failed_jobs.php
2025_10_11_000001_create_queue_failed_jobs.php
framework/core/migrations/2018_01_11_095000_change_api_keys_columns.php framework/core/migrations/2018_01_11_095000_change_api_keys_columns.php
core/migrations/2018_01_11_095000_change_api_keys_columns.php core/migrations/2018_01_11_095000_change_api_keys_columns.php
migrations/2018_01_11_095000_change_api_keys_columns.php migrations/2018_01_11_095000_change_api_keys_columns.php
@ -15450,6 +15512,10 @@ framework/core/migrations/2018_01_18_134600_change_password_tokens_created_at_to
core/migrations/2018_01_18_134600_change_password_tokens_created_at_to_datetime.php core/migrations/2018_01_18_134600_change_password_tokens_created_at_to_datetime.php
migrations/2018_01_18_134600_change_password_tokens_created_at_to_datetime.php migrations/2018_01_18_134600_change_password_tokens_created_at_to_datetime.php
2018_01_18_134600_change_password_tokens_created_at_to_datetime.php 2018_01_18_134600_change_password_tokens_created_at_to_datetime.php
framework/core/migrations/2025_10_11_000000_create_queue_jobs.php
core/migrations/2025_10_11_000000_create_queue_jobs.php
migrations/2025_10_11_000000_create_queue_jobs.php
2025_10_11_000000_create_queue_jobs.php
framework/core/migrations/2015_02_24_000000_create_permissions_table.php framework/core/migrations/2015_02_24_000000_create_permissions_table.php
core/migrations/2015_02_24_000000_create_permissions_table.php core/migrations/2015_02_24_000000_create_permissions_table.php
migrations/2015_02_24_000000_create_permissions_table.php migrations/2015_02_24_000000_create_permissions_table.php

View file

@ -1245,7 +1245,9 @@ framework/core/tests/unit/Foundation/ErrorHandling/ExceptionHandler/ValidationEx
framework/core/tests/unit/Foundation/RouteCollectionTest.php framework/core/tests/unit/Foundation/RouteCollectionTest.php
framework/core/tests/unit/Foundation/ContainerUtilTest.php framework/core/tests/unit/Foundation/ContainerUtilTest.php
framework/core/tests/unit/Foundation/PathsTest.php framework/core/tests/unit/Foundation/PathsTest.php
framework/core/tests/unit/Foundation/FontAwesomeTest.php
framework/core/tests/unit/.gitkeep framework/core/tests/unit/.gitkeep
framework/core/tests/unit/Queue/DatabaseWorkerArgsTest.php
framework/core/tests/unit/Install/Prerequisite/WritablePathsTest.php framework/core/tests/unit/Install/Prerequisite/WritablePathsTest.php
framework/core/tests/unit/Install/BaseUrlTest.php framework/core/tests/unit/Install/BaseUrlTest.php
framework/core/tests/unit/Settings/MemoryCacheSettingsRepositoryTest.php framework/core/tests/unit/Settings/MemoryCacheSettingsRepositoryTest.php
@ -1254,8 +1256,12 @@ framework/core/tests/unit/Http/CookieFactoryTest.php
framework/core/tests/unit/Http/RouteCollectionTest.php framework/core/tests/unit/Http/RouteCollectionTest.php
framework/core/tests/unit/User/AbstractPolicyTest.php framework/core/tests/unit/User/AbstractPolicyTest.php
framework/core/tests/unit/User/AvatarUploaderTest.php framework/core/tests/unit/User/AvatarUploaderTest.php
framework/core/tests/integration/frontend/FontAwesomeLoadingTest.php
framework/core/tests/integration/policy/DiscussionPolicyTest.php framework/core/tests/integration/policy/DiscussionPolicyTest.php
framework/core/tests/integration/policy/PostPolicyTest.php framework/core/tests/integration/policy/PostPolicyTest.php
framework/core/tests/integration/queue/QueueServiceProviderTest.php
framework/core/tests/integration/queue/QueueCommandTest.php
framework/core/tests/integration/queue/QueueScheduleTest.php
framework/core/tests/integration/slugger/SlugDriverTest.php framework/core/tests/integration/slugger/SlugDriverTest.php
framework/core/tests/integration/middleware/ReferrerPolicyTest.php framework/core/tests/integration/middleware/ReferrerPolicyTest.php
framework/core/tests/integration/middleware/ContentTypeOptionsTest.php framework/core/tests/integration/middleware/ContentTypeOptionsTest.php
@ -2108,6 +2114,7 @@ framework/core/src/Extend/ErrorHandling.php
framework/core/src/Foundation/ErrorServiceProvider.php framework/core/src/Foundation/ErrorServiceProvider.php
framework/core/src/Foundation/HighMaintenanceModeHandler.php framework/core/src/Foundation/HighMaintenanceModeHandler.php
framework/core/src/Foundation/UninstalledSite.php framework/core/src/Foundation/UninstalledSite.php
framework/core/src/Foundation/FontAwesome.php
framework/core/src/Foundation/EventGeneratorTrait.php framework/core/src/Foundation/EventGeneratorTrait.php
framework/core/src/Foundation/Config.php framework/core/src/Foundation/Config.php
framework/core/src/Foundation/AbstractValidator.php framework/core/src/Foundation/AbstractValidator.php
@ -2207,11 +2214,14 @@ framework/core/src/Extension/Command/ToggleExtension.php
framework/core/src/Update/Controller/IndexController.php framework/core/src/Update/Controller/IndexController.php
framework/core/src/Update/Controller/UpdateController.php framework/core/src/Update/Controller/UpdateController.php
framework/core/src/Update/UpdateServiceProvider.php framework/core/src/Update/UpdateServiceProvider.php
framework/core/src/Queue/DatabaseUuidFailedJobProvider.php
framework/core/src/Queue/QueueServiceProvider.php framework/core/src/Queue/QueueServiceProvider.php
framework/core/src/Queue/QueueFactory.php framework/core/src/Queue/QueueFactory.php
framework/core/src/Queue/ExceptionHandler.php framework/core/src/Queue/ExceptionHandler.php
framework/core/src/Queue/AbstractJob.php framework/core/src/Queue/AbstractJob.php
framework/core/src/Queue/QueueRestarter.php framework/core/src/Queue/QueueRestarter.php
framework/core/src/Queue/Console/WorkCommand.php
framework/core/src/Queue/Console/DatabaseWorkerArgs.php
framework/core/src/Queue/Console/ListenCommand.php framework/core/src/Queue/Console/ListenCommand.php
framework/core/src/Queue/Listener.php framework/core/src/Queue/Listener.php
framework/core/src/Install/BaseUrl.php framework/core/src/Install/BaseUrl.php
@ -2664,6 +2674,7 @@ framework/core/migrations/2022_07_14_000000_add_type_index_to_posts.php
framework/core/migrations/2022_08_06_000000_change_access_tokens_last_activity_at_to_nullable.php framework/core/migrations/2022_08_06_000000_change_access_tokens_last_activity_at_to_nullable.php
framework/core/migrations/2020_04_21_130500_change_permission_groups_add_is_hidden.php framework/core/migrations/2020_04_21_130500_change_permission_groups_add_is_hidden.php
framework/core/migrations/2019_10_12_195349_change_posts_add_discussion_foreign_key.php framework/core/migrations/2019_10_12_195349_change_posts_add_discussion_foreign_key.php
framework/core/migrations/2025_10_11_000001_create_queue_failed_jobs.php
framework/core/migrations/2018_01_11_095000_change_api_keys_columns.php framework/core/migrations/2018_01_11_095000_change_api_keys_columns.php
framework/core/migrations/2021_03_02_040500_change_access_tokens_add_id.php framework/core/migrations/2021_03_02_040500_change_access_tokens_add_id.php
framework/core/migrations/2018_01_30_112238_add_fulltext_index_to_discussions_title.php framework/core/migrations/2018_01_30_112238_add_fulltext_index_to_discussions_title.php
@ -2706,6 +2717,7 @@ framework/core/migrations/2018_10_08_144700_add_shim_prefix_to_group_icons.php
framework/core/migrations/2018_01_18_135000_change_posts_rename_columns.php framework/core/migrations/2018_01_18_135000_change_posts_rename_columns.php
framework/core/migrations/2018_09_15_043337_add_notifications_indices.php framework/core/migrations/2018_09_15_043337_add_notifications_indices.php
framework/core/migrations/2018_01_18_134600_change_password_tokens_created_at_to_datetime.php framework/core/migrations/2018_01_18_134600_change_password_tokens_created_at_to_datetime.php
framework/core/migrations/2025_10_11_000000_create_queue_jobs.php
framework/core/migrations/2015_02_24_000000_create_permissions_table.php framework/core/migrations/2015_02_24_000000_create_permissions_table.php
framework/core/migrations/2015_02_24_000000_create_api_keys_table.php framework/core/migrations/2015_02_24_000000_create_api_keys_table.php
framework/core/migrations/2018_01_11_101800_rename_auth_tokens_to_registration_tokens.php framework/core/migrations/2018_01_11_101800_rename_auth_tokens_to_registration_tokens.php

View file

@ -4138,11 +4138,6 @@ system/library/cart/tax.php
library/cart/tax.php library/cart/tax.php
cart/tax.php cart/tax.php
tax.php tax.php
upload/system/library/cart/api.php
system/library/cart/api.php
library/cart/api.php
cart/api.php
api.php
upload/system/library/cart/currency.php upload/system/library/cart/currency.php
system/library/cart/currency.php system/library/cart/currency.php
library/cart/currency.php library/cart/currency.php
@ -37293,9 +37288,119 @@ upload/assets/jquery/jquery-3.7.1.min.js
assets/jquery/jquery-3.7.1.min.js assets/jquery/jquery-3.7.1.min.js
jquery/jquery-3.7.1.min.js jquery/jquery-3.7.1.min.js
jquery-3.7.1.min.js jquery-3.7.1.min.js
upload/assets/liquid.browser.umd.js upload/assets/framework/library/webcomponent.js
assets/liquid.browser.umd.js assets/framework/library/webcomponent.js
framework/library/webcomponent.js
library/webcomponent.js
webcomponent.js
upload/assets/framework/library/tax.js
assets/framework/library/tax.js
framework/library/tax.js
library/tax.js
tax.js
upload/assets/framework/library/template.js
assets/framework/library/template.js
framework/library/template.js
library/template.js
template.js
upload/assets/framework/library/currency.js
assets/framework/library/currency.js
framework/library/currency.js
library/currency.js
currency.js
upload/assets/framework/library/registry.js
assets/framework/library/registry.js
framework/library/registry.js
library/registry.js
registry.js
upload/assets/framework/library/cart.js
assets/framework/library/cart.js
framework/library/cart.js
library/cart.js
cart.js
upload/assets/framework/library/language.js
assets/framework/library/language.js
framework/library/language.js
library/language.js
language.js
upload/assets/framework/library/storage.js
assets/framework/library/storage.js
framework/library/storage.js
library/storage.js
storage.js
upload/assets/framework/liquid.browser.umd.js
assets/framework/liquid.browser.umd.js
framework/liquid.browser.umd.js
liquid.browser.umd.js liquid.browser.umd.js
upload/assets/framework/component/datetime.js
assets/framework/component/datetime.js
framework/component/datetime.js
component/datetime.js
datetime.js
upload/assets/framework/component/form.js
assets/framework/component/form.js
framework/component/form.js
component/form.js
form.js
upload/assets/framework/component/autocomplete.js
assets/framework/component/autocomplete.js
framework/component/autocomplete.js
component/autocomplete.js
autocomplete.js
upload/assets/framework/component/currency.js
assets/framework/component/currency.js
framework/component/currency.js
component/currency.js
currency.js
upload/assets/framework/component/country.js
assets/framework/component/country.js
framework/component/country.js
component/country.js
country.js
upload/assets/framework/component/pagination.js
assets/framework/component/pagination.js
framework/component/pagination.js
component/pagination.js
pagination.js
upload/assets/framework/component/alert.js
assets/framework/component/alert.js
framework/component/alert.js
component/alert.js
alert.js
upload/assets/framework/component/cart.js
assets/framework/component/cart.js
framework/component/cart.js
component/cart.js
cart.js
upload/assets/framework/component/ckeditor.js
assets/framework/component/ckeditor.js
framework/component/ckeditor.js
component/ckeditor.js
ckeditor.js
upload/assets/framework/component/switch.js
assets/framework/component/switch.js
framework/component/switch.js
component/switch.js
switch.js
upload/assets/framework/component/modal.js
assets/framework/component/modal.js
framework/component/modal.js
component/modal.js
modal.js
upload/assets/framework/component/zone.js
assets/framework/component/zone.js
framework/component/zone.js
component/zone.js
zone.js
upload/assets/framework/component/upload.js
assets/framework/component/upload.js
framework/component/upload.js
component/upload.js
upload.js
upload/assets/framework/framework.js
assets/framework/framework.js
framework/framework.js
framework.js
upload/assets/codemirror/lib/codemirror.js upload/assets/codemirror/lib/codemirror.js
assets/codemirror/lib/codemirror.js assets/codemirror/lib/codemirror.js
codemirror/lib/codemirror.js codemirror/lib/codemirror.js
@ -41888,95 +41993,6 @@ assets/bootstrap/js/bootstrap.bundle.js.map
bootstrap/js/bootstrap.bundle.js.map bootstrap/js/bootstrap.bundle.js.map
js/bootstrap.bundle.js.map js/bootstrap.bundle.js.map
bootstrap.bundle.js.map bootstrap.bundle.js.map
upload/assets/webcomponent/library/template.js
assets/webcomponent/library/template.js
webcomponent/library/template.js
library/template.js
template.js
upload/assets/webcomponent/library/registry.js
assets/webcomponent/library/registry.js
webcomponent/library/registry.js
library/registry.js
registry.js
upload/assets/webcomponent/library/language.js
assets/webcomponent/library/language.js
webcomponent/library/language.js
library/language.js
language.js
upload/assets/webcomponent/library/storage.js
assets/webcomponent/library/storage.js
webcomponent/library/storage.js
library/storage.js
storage.js
upload/assets/webcomponent/webcomponent.js
assets/webcomponent/webcomponent.js
webcomponent/webcomponent.js
webcomponent.js
upload/assets/webcomponent/component/datetime.js
assets/webcomponent/component/datetime.js
webcomponent/component/datetime.js
component/datetime.js
datetime.js
upload/assets/webcomponent/component/form.js
assets/webcomponent/component/form.js
webcomponent/component/form.js
component/form.js
form.js
upload/assets/webcomponent/component/autocomplete.js
assets/webcomponent/component/autocomplete.js
webcomponent/component/autocomplete.js
component/autocomplete.js
autocomplete.js
upload/assets/webcomponent/component/currency.js
assets/webcomponent/component/currency.js
webcomponent/component/currency.js
component/currency.js
currency.js
upload/assets/webcomponent/component/country.js
assets/webcomponent/component/country.js
webcomponent/component/country.js
component/country.js
country.js
upload/assets/webcomponent/component/pagination.js
assets/webcomponent/component/pagination.js
webcomponent/component/pagination.js
component/pagination.js
pagination.js
upload/assets/webcomponent/component/alert.js
assets/webcomponent/component/alert.js
webcomponent/component/alert.js
component/alert.js
alert.js
upload/assets/webcomponent/component/cart.js
assets/webcomponent/component/cart.js
webcomponent/component/cart.js
component/cart.js
cart.js
upload/assets/webcomponent/component/ckeditor.js
assets/webcomponent/component/ckeditor.js
webcomponent/component/ckeditor.js
component/ckeditor.js
ckeditor.js
upload/assets/webcomponent/component/switch.js
assets/webcomponent/component/switch.js
webcomponent/component/switch.js
component/switch.js
switch.js
upload/assets/webcomponent/component/modal.js
assets/webcomponent/component/modal.js
webcomponent/component/modal.js
component/modal.js
modal.js
upload/assets/webcomponent/component/zone.js
assets/webcomponent/component/zone.js
webcomponent/component/zone.js
component/zone.js
zone.js
upload/assets/webcomponent/component/upload.js
assets/webcomponent/component/upload.js
webcomponent/component/upload.js
component/upload.js
upload.js
upload/error.html upload/error.html
error.html error.html
upload/php.ini upload/php.ini

View file

@ -671,7 +671,6 @@ upload/system/library/mail/smtp.php
upload/system/library/request.php upload/system/library/request.php
upload/system/library/cart/user.php upload/system/library/cart/user.php
upload/system/library/cart/tax.php upload/system/library/cart/tax.php
upload/system/library/cart/api.php
upload/system/library/cart/currency.php upload/system/library/cart/currency.php
upload/system/library/cart/customer.php upload/system/library/cart/customer.php
upload/system/library/cart/cart.php upload/system/library/cart/cart.php
@ -4053,7 +4052,29 @@ upload/assets/jquery/magnific/jquery.magnific-popup.js
upload/assets/jquery/magnific/jquery.magnific-popup.min.js upload/assets/jquery/magnific/jquery.magnific-popup.min.js
upload/assets/jquery/jquery-3.7.1.min.map upload/assets/jquery/jquery-3.7.1.min.map
upload/assets/jquery/jquery-3.7.1.min.js upload/assets/jquery/jquery-3.7.1.min.js
upload/assets/liquid.browser.umd.js upload/assets/framework/library/webcomponent.js
upload/assets/framework/library/tax.js
upload/assets/framework/library/template.js
upload/assets/framework/library/currency.js
upload/assets/framework/library/registry.js
upload/assets/framework/library/cart.js
upload/assets/framework/library/language.js
upload/assets/framework/library/storage.js
upload/assets/framework/liquid.browser.umd.js
upload/assets/framework/component/datetime.js
upload/assets/framework/component/form.js
upload/assets/framework/component/autocomplete.js
upload/assets/framework/component/currency.js
upload/assets/framework/component/country.js
upload/assets/framework/component/pagination.js
upload/assets/framework/component/alert.js
upload/assets/framework/component/cart.js
upload/assets/framework/component/ckeditor.js
upload/assets/framework/component/switch.js
upload/assets/framework/component/modal.js
upload/assets/framework/component/zone.js
upload/assets/framework/component/upload.js
upload/assets/framework/framework.js
upload/assets/codemirror/lib/codemirror.js upload/assets/codemirror/lib/codemirror.js
upload/assets/codemirror/addon/runmode/runmode-standalone.js upload/assets/codemirror/addon/runmode/runmode-standalone.js
upload/assets/codemirror/addon/runmode/colorize.js upload/assets/codemirror/addon/runmode/colorize.js
@ -4770,24 +4791,6 @@ upload/assets/bootstrap/js/bootstrap.min.js
upload/assets/bootstrap/js/bootstrap.bundle.min.js.map upload/assets/bootstrap/js/bootstrap.bundle.min.js.map
upload/assets/bootstrap/js/bootstrap.esm.js.map upload/assets/bootstrap/js/bootstrap.esm.js.map
upload/assets/bootstrap/js/bootstrap.bundle.js.map upload/assets/bootstrap/js/bootstrap.bundle.js.map
upload/assets/webcomponent/library/template.js
upload/assets/webcomponent/library/registry.js
upload/assets/webcomponent/library/language.js
upload/assets/webcomponent/library/storage.js
upload/assets/webcomponent/webcomponent.js
upload/assets/webcomponent/component/datetime.js
upload/assets/webcomponent/component/form.js
upload/assets/webcomponent/component/autocomplete.js
upload/assets/webcomponent/component/currency.js
upload/assets/webcomponent/component/country.js
upload/assets/webcomponent/component/pagination.js
upload/assets/webcomponent/component/alert.js
upload/assets/webcomponent/component/cart.js
upload/assets/webcomponent/component/ckeditor.js
upload/assets/webcomponent/component/switch.js
upload/assets/webcomponent/component/modal.js
upload/assets/webcomponent/component/zone.js
upload/assets/webcomponent/component/upload.js
upload/error.html upload/error.html
upload/php.ini upload/php.ini
upload/index.php upload/index.php

View file

@ -6658,6 +6658,13 @@ Core/Framework/JWT/JWTDecoderTest.php
Framework/JWT/JWTDecoderTest.php Framework/JWT/JWTDecoderTest.php
JWT/JWTDecoderTest.php JWT/JWTDecoderTest.php
JWTDecoderTest.php JWTDecoderTest.php
tests/unit/Core/Framework/JWT/SalesChannel/JWTGeneratorTest.php
unit/Core/Framework/JWT/SalesChannel/JWTGeneratorTest.php
Core/Framework/JWT/SalesChannel/JWTGeneratorTest.php
Framework/JWT/SalesChannel/JWTGeneratorTest.php
JWT/SalesChannel/JWTGeneratorTest.php
SalesChannel/JWTGeneratorTest.php
JWTGeneratorTest.php
tests/unit/Core/Framework/JWT/_fixtures/valid-jwks.json tests/unit/Core/Framework/JWT/_fixtures/valid-jwks.json
unit/Core/Framework/JWT/_fixtures/valid-jwks.json unit/Core/Framework/JWT/_fixtures/valid-jwks.json
Core/Framework/JWT/_fixtures/valid-jwks.json Core/Framework/JWT/_fixtures/valid-jwks.json
@ -120736,6 +120743,18 @@ Core/Framework/JWT/JWTDecoder.php
Framework/JWT/JWTDecoder.php Framework/JWT/JWTDecoder.php
JWT/JWTDecoder.php JWT/JWTDecoder.php
JWTDecoder.php JWTDecoder.php
src/Core/Framework/JWT/SalesChannel/JWTGenerator.php
Core/Framework/JWT/SalesChannel/JWTGenerator.php
Framework/JWT/SalesChannel/JWTGenerator.php
JWT/SalesChannel/JWTGenerator.php
SalesChannel/JWTGenerator.php
JWTGenerator.php
src/Core/Framework/JWT/Struct/JWTStruct.php
Core/Framework/JWT/Struct/JWTStruct.php
Framework/JWT/Struct/JWTStruct.php
JWT/Struct/JWTStruct.php
Struct/JWTStruct.php
JWTStruct.php
src/Core/Framework/JWT/Struct/JWKCollection.php src/Core/Framework/JWT/Struct/JWKCollection.php
Core/Framework/JWT/Struct/JWKCollection.php Core/Framework/JWT/Struct/JWKCollection.php
Framework/JWT/Struct/JWKCollection.php Framework/JWT/Struct/JWKCollection.php
@ -132731,6 +132750,12 @@ Checkout/Customer/SalesChannel/AbstractCustomerGroupRegistrationSettingsRoute.ph
Customer/SalesChannel/AbstractCustomerGroupRegistrationSettingsRoute.php Customer/SalesChannel/AbstractCustomerGroupRegistrationSettingsRoute.php
SalesChannel/AbstractCustomerGroupRegistrationSettingsRoute.php SalesChannel/AbstractCustomerGroupRegistrationSettingsRoute.php
AbstractCustomerGroupRegistrationSettingsRoute.php AbstractCustomerGroupRegistrationSettingsRoute.php
src/Core/Checkout/Customer/Struct/ImitateCustomerToken.php
Core/Checkout/Customer/Struct/ImitateCustomerToken.php
Checkout/Customer/Struct/ImitateCustomerToken.php
Customer/Struct/ImitateCustomerToken.php
Struct/ImitateCustomerToken.php
ImitateCustomerToken.php
src/Core/Checkout/Customer/Password/LegacyPasswordVerifier.php src/Core/Checkout/Customer/Password/LegacyPasswordVerifier.php
Core/Checkout/Customer/Password/LegacyPasswordVerifier.php Core/Checkout/Customer/Password/LegacyPasswordVerifier.php
Checkout/Customer/Password/LegacyPasswordVerifier.php Checkout/Customer/Password/LegacyPasswordVerifier.php

View file

@ -951,6 +951,7 @@ tests/unit/Core/Framework/DataAbstractionLayer/FieldSerializer/UpdatedByFieldSer
tests/unit/Core/Framework/DataAbstractionLayer/FieldSerializer/PriceFieldSerializerTest.php tests/unit/Core/Framework/DataAbstractionLayer/FieldSerializer/PriceFieldSerializerTest.php
tests/unit/Core/Framework/DataAbstractionLayer/FieldSerializer/DateIntervalFieldSerializerTest.php tests/unit/Core/Framework/DataAbstractionLayer/FieldSerializer/DateIntervalFieldSerializerTest.php
tests/unit/Core/Framework/JWT/JWTDecoderTest.php tests/unit/Core/Framework/JWT/JWTDecoderTest.php
tests/unit/Core/Framework/JWT/SalesChannel/JWTGeneratorTest.php
tests/unit/Core/Framework/JWT/_fixtures/valid-jwks.json tests/unit/Core/Framework/JWT/_fixtures/valid-jwks.json
tests/unit/Core/Framework/JWT/_fixtures/valid-jwt.txt tests/unit/Core/Framework/JWT/_fixtures/valid-jwt.txt
tests/unit/Core/Framework/JWT/_fixtures/public.pem tests/unit/Core/Framework/JWT/_fixtures/public.pem
@ -18245,6 +18246,8 @@ src/Core/Framework/DataAbstractionLayer/FieldSerializer/FloatFieldSerializer.php
src/Core/Framework/DataAbstractionLayer/FieldSerializer/FkFieldSerializer.php src/Core/Framework/DataAbstractionLayer/FieldSerializer/FkFieldSerializer.php
src/Core/Framework/DataAbstractionLayer/FieldSerializer/EnumFieldSerializer.php src/Core/Framework/DataAbstractionLayer/FieldSerializer/EnumFieldSerializer.php
src/Core/Framework/JWT/JWTDecoder.php src/Core/Framework/JWT/JWTDecoder.php
src/Core/Framework/JWT/SalesChannel/JWTGenerator.php
src/Core/Framework/JWT/Struct/JWTStruct.php
src/Core/Framework/JWT/Struct/JWKCollection.php src/Core/Framework/JWT/Struct/JWKCollection.php
src/Core/Framework/JWT/Struct/JWKStruct.php src/Core/Framework/JWT/Struct/JWKStruct.php
src/Core/Framework/JWT/Constraints/HasValidRSAJWKSignature.php src/Core/Framework/JWT/Constraints/HasValidRSAJWKSignature.php
@ -20048,6 +20051,7 @@ src/Core/Checkout/Customer/SalesChannel/ChangeCustomerProfileRoute.php
src/Core/Checkout/Customer/SalesChannel/AbstractChangePasswordRoute.php src/Core/Checkout/Customer/SalesChannel/AbstractChangePasswordRoute.php
src/Core/Checkout/Customer/SalesChannel/SendPasswordRecoveryMailRoute.php src/Core/Checkout/Customer/SalesChannel/SendPasswordRecoveryMailRoute.php
src/Core/Checkout/Customer/SalesChannel/AbstractCustomerGroupRegistrationSettingsRoute.php src/Core/Checkout/Customer/SalesChannel/AbstractCustomerGroupRegistrationSettingsRoute.php
src/Core/Checkout/Customer/Struct/ImitateCustomerToken.php
src/Core/Checkout/Customer/Password/LegacyPasswordVerifier.php src/Core/Checkout/Customer/Password/LegacyPasswordVerifier.php
src/Core/Checkout/Customer/Password/LegacyEncoder/Sha256.php src/Core/Checkout/Customer/Password/LegacyEncoder/Sha256.php
src/Core/Checkout/Customer/Password/LegacyEncoder/LegacyEncoderInterface.php src/Core/Checkout/Customer/Password/LegacyEncoder/LegacyEncoderInterface.php

View file

@ -32491,6 +32491,14 @@ src/Blocks/BlockTypes/Checkout.php
Blocks/BlockTypes/Checkout.php Blocks/BlockTypes/Checkout.php
BlockTypes/Checkout.php BlockTypes/Checkout.php
Checkout.php Checkout.php
plugins/woocommerce/tests/php/src/Blocks/BlockTypes/MiniCartFooterBlock.php
woocommerce/tests/php/src/Blocks/BlockTypes/MiniCartFooterBlock.php
tests/php/src/Blocks/BlockTypes/MiniCartFooterBlock.php
php/src/Blocks/BlockTypes/MiniCartFooterBlock.php
src/Blocks/BlockTypes/MiniCartFooterBlock.php
Blocks/BlockTypes/MiniCartFooterBlock.php
BlockTypes/MiniCartFooterBlock.php
MiniCartFooterBlock.php
plugins/woocommerce/tests/php/src/Blocks/BlockTypes/ProductGallery.php plugins/woocommerce/tests/php/src/Blocks/BlockTypes/ProductGallery.php
woocommerce/tests/php/src/Blocks/BlockTypes/ProductGallery.php woocommerce/tests/php/src/Blocks/BlockTypes/ProductGallery.php
tests/php/src/Blocks/BlockTypes/ProductGallery.php tests/php/src/Blocks/BlockTypes/ProductGallery.php
@ -35933,6 +35941,10 @@ plugins/woocommerce/changelog/WOOPLUG-2074-load-wc-admin-api-on-demand
woocommerce/changelog/WOOPLUG-2074-load-wc-admin-api-on-demand woocommerce/changelog/WOOPLUG-2074-load-wc-admin-api-on-demand
changelog/WOOPLUG-2074-load-wc-admin-api-on-demand changelog/WOOPLUG-2074-load-wc-admin-api-on-demand
WOOPLUG-2074-load-wc-admin-api-on-demand WOOPLUG-2074-load-wc-admin-api-on-demand
plugins/woocommerce/changelog/61861-fix-wooplug-1937-mini-cart-tells-the-customer-shipping-will-be-calculated-at
woocommerce/changelog/61861-fix-wooplug-1937-mini-cart-tells-the-customer-shipping-will-be-calculated-at
changelog/61861-fix-wooplug-1937-mini-cart-tells-the-customer-shipping-will-be-calculated-at
61861-fix-wooplug-1937-mini-cart-tells-the-customer-shipping-will-be-calculated-at
plugins/woocommerce/changelog/fix-isdiscount-check plugins/woocommerce/changelog/fix-isdiscount-check
woocommerce/changelog/fix-isdiscount-check woocommerce/changelog/fix-isdiscount-check
changelog/fix-isdiscount-check changelog/fix-isdiscount-check

View file

@ -5176,6 +5176,7 @@ plugins/woocommerce/tests/php/src/Blocks/Helpers/FixtureData.php
plugins/woocommerce/tests/php/src/Blocks/Bootstrap/MainFile.php plugins/woocommerce/tests/php/src/Blocks/Bootstrap/MainFile.php
plugins/woocommerce/tests/php/src/Blocks/BlockTypes/ProductSaleBadge.php plugins/woocommerce/tests/php/src/Blocks/BlockTypes/ProductSaleBadge.php
plugins/woocommerce/tests/php/src/Blocks/BlockTypes/Checkout.php plugins/woocommerce/tests/php/src/Blocks/BlockTypes/Checkout.php
plugins/woocommerce/tests/php/src/Blocks/BlockTypes/MiniCartFooterBlock.php
plugins/woocommerce/tests/php/src/Blocks/BlockTypes/ProductGallery.php plugins/woocommerce/tests/php/src/Blocks/BlockTypes/ProductGallery.php
plugins/woocommerce/tests/php/src/Blocks/BlockTypes/Cart.php plugins/woocommerce/tests/php/src/Blocks/BlockTypes/Cart.php
plugins/woocommerce/tests/php/src/Blocks/BlockTypes/MiniCart.php plugins/woocommerce/tests/php/src/Blocks/BlockTypes/MiniCart.php
@ -5655,6 +5656,7 @@ plugins/woocommerce/changelog/e2e-qao-127-enhance-playwright-junit-report
plugins/woocommerce/changelog/add-rest-api-v4-actions plugins/woocommerce/changelog/add-rest-api-v4-actions
plugins/woocommerce/changelog/61347-update-paypal-standard-method-desc plugins/woocommerce/changelog/61347-update-paypal-standard-method-desc
plugins/woocommerce/changelog/WOOPLUG-2074-load-wc-admin-api-on-demand plugins/woocommerce/changelog/WOOPLUG-2074-load-wc-admin-api-on-demand
plugins/woocommerce/changelog/61861-fix-wooplug-1937-mini-cart-tells-the-customer-shipping-will-be-calculated-at
plugins/woocommerce/changelog/fix-isdiscount-check plugins/woocommerce/changelog/fix-isdiscount-check
plugins/woocommerce/changelog/61554-wooplug-5672-featured-product-and-featured-category-in-tt4-title-should plugins/woocommerce/changelog/61554-wooplug-5672-featured-product-and-featured-category-in-tt4-title-should
plugins/woocommerce/changelog/WOOMOB-1455-pos-catalog-api-skeleton plugins/woocommerce/changelog/WOOMOB-1455-pos-catalog-api-skeleton

View file

@ -88,6 +88,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
@ -95,9 +99,12 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/*/edit$ /*/edit$
/*/forks /*/forks
/*/graphs /*/graphs
/*/group
/*/invite
/*/issues/new /*/issues/new
/*/issues/search /*/issues/search
/*/milestones/new /*/milestones/new
/*/more_ideas
/*/network /*/network
/*/projects /*/projects
/*/pulse /*/pulse
@ -106,10 +113,23 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/*/watchers /*/watchers
/*source= /*source=
/.git /.git
/?*amp_client_id
/?z=1
/MANUALS/*.pdf$ /MANUALS/*.pdf$
/Search/ /Search/
/_ /_
/_/rsrc /_/rsrc
/__wishlist__
/_activities
/_activity
/_community
/_created
/_followers
/_following
/_quick_saves
/_saved
/_shop
/_shopping_list
/_widget /_widget
/album/*/*?i= /album/*/*?i=
/analytics /analytics
@ -132,10 +152,12 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/comments /comments
/commits/*?author /commits/*?author
/commits/*?path /commits/*?path
/communities
/contact/menu* /contact/menu*
/contact/partner* /contact/partner*
/contactus/mwaas* /contactus/mwaas*
/directory /directory
/discovered
/docs/product /docs/product
/download /download
/download/Browse.aspx? /download/Browse.aspx?
@ -165,6 +187,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/layout/ /layout/
/leads/*/jsplayer_show_lead_form.html /leads/*/jsplayer_show_lead_form.html
/leads/*/show_form.html /leads/*/show_form.html
/likes
/login /login
/lookup? /lookup?
/mediaapi/ /mediaapi/
@ -177,10 +200,13 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/newest/*rss /newest/*rss
/newest/*xml /newest/*xml
/newsearch/ /newsearch/
/organize
/partials /partials
/pins
/plugins /plugins
/podcast/*/*?i= /podcast/*/*?i=
/print$ /print$
/profile-about
/raw /raw
/report_abuse /report_abuse
/revisions /revisions
@ -188,6 +214,8 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/rsvps/*atom /rsvps/*atom
/rsvps/*rss /rsvps/*rss
/rsvps/*xml /rsvps/*xml
/scheduled-pin
/scheduled-pins
/search /search
/search/ /search/
/search/*?q= /search/*?q=
@ -217,11 +245,15 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/store/new/*?*&*&* /store/new/*?*&*&*
/store/top-free/*?*&*&* /store/top-free/*?*&*&*
/store/top-paid/*?*&*&* /store/top-paid/*?*&*&*
/story_pins
/tagged
/tarball /tarball
/tree /tree
/tried
/tv-season/*/*?i= /tv-season/*/*?i=
/unsubscribe/ /unsubscribe/
/video- /video-
/video_pins
/wal/ /wal/
/widget_ /widget_
/wiki/*/edit /wiki/*/edit
@ -352,6 +384,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
?search_forum= ?search_forum=
?set_mobile= ?set_mobile=
?showAllGroups= ?showAllGroups=
?show_error=true
?slogin ?slogin
?sort= ?sort=
?sortBy= ?sortBy=
@ -477,6 +510,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
@ -541,6 +576,8 @@ _next/data
_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
@ -570,7 +607,7 @@ _vti_pvt
_vti_txt _vti_txt
a a
a/bz? a/bz?
aaut/*http://amazon.co.uk/robots.txt aaut/*http://mozilla.org/robots.txt
ab_tests ab_tests
about about
about$ about$
@ -639,10 +676,12 @@ actions/news/rss
ad_id= ad_id=
addContacts addContacts
add_favorite add_favorite
addboard
addressBookExport addressBookExport
admin admin
admin/ admin/
ads ads
ads.txt
ads/gpa/vidgen ads/gpa/vidgen
ads/learn ads/learn
ads/local ads/local
@ -653,6 +692,7 @@ advisor/*zx1fa
adx/bin adx/bin
affil affil
affil/pal affil/pal
age-appeal
agreements/approve agreements/approve
ai-sandbox-internal/generated_images ai-sandbox-internal/generated_images
aihub/tfhub aihub/tfhub
@ -709,7 +749,9 @@ api?
api_access_key= api_access_key=
app*_ app*_
app*form_id= app*form_id=
app-ads.txt
app/ app/
appealed-pin
apple-app-site-association apple-app-site-association
apps apps
apps*&tags= apps*&tags=
@ -787,6 +829,7 @@ author/following
author= author=
authoring/ authoring/
authwall authwall
autocomplete
away.php away.php
awmp/data/images awmp/data/images
b?*node=7454898011 b?*node=7454898011
@ -844,6 +887,10 @@ blogs/nationals-journal-beta
blogs/search/ blogs/search/
blogs/slow-ride blogs/slow-ride
blogs/test blogs/test
board
board_activity
board_activity_comment
bookmarklet
bookmarks bookmarks
books books
books/NBK books/NBK
@ -865,19 +912,40 @@ books?*zoom=
books?*zoom=1 books?*zoom=1
books?*zoom=5 books?*zoom=5
boutique/sitemaps boutique/sitemaps
branded-pins
bricks/image bricks/image
business business
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/pos-system/shop business/pos-system/shop
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
buyside-e2e-monitor buyside-e2e-monitor
cai cai
call call
@ -906,6 +974,7 @@ checkout
checkout-external checkout-external
checkoutnow checkoutnow
checkpoint checkpoint
christmas-spotlight
chrome/crlset chrome/crlset
chrome/webstore/images chrome/webstore/images
chwilio chwilio
@ -926,6 +995,7 @@ clickthru
clima/ets clima/ets
clima/sites/registry clima/sites/registry
clone/library/genomic/organisms clone/library/genomic/organisms
close-account
cloud-launcher/sitemap cloud-launcher/sitemap
cloudsourcetools/images cloudsourcetools/images
cms_content cms_content
@ -944,6 +1014,7 @@ commission_2010-2014/katainen
commits?author= commits?author=
common/ common/
common/survey.aspx* common/survey.aspx*
communities
communities/bin.aspx? communities/bin.aspx?
communities/blogs/PortalResults.mspx? communities/blogs/PortalResults.mspx?
communities/eventdetails.mspx? communities/eventdetails.mspx?
@ -960,11 +1031,14 @@ community/category/*
community/comments community/comments
community/feed community/feed
community/trackback community/trackback
community_comment
community_post
companyDir companyDir
compare compare
compressiontest compressiontest
concussion/HeadsUp/training/ concussion/HeadsUp/training/
config.js config.js
connect
connections connections
consumers/archive consumers/archive
contact/menu* contact/menu*
@ -972,12 +1046,18 @@ contact/partner*
contact_importer contact_importer
contactus contactus
contactus/mwaas* contactus/mwaas*
content-claiming
content-guest/rss/channels content-guest/rss/channels
control control
conversation
conversations
convert-business
convert-personal
copilot copilot
copilot/c copilot/c
copilotsearch?q= copilotsearch?q=
copy-conductor/crawled copy-conductor/crawled
copyright-reporting
core/ core/
core/*.css$ core/*.css$
core/*.css? core/*.css?
@ -995,10 +1075,18 @@ covid19/mobility
cr$ cr$
cr? cr?
create create
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
csp csp
csrf_error
ct ct
ct.html
ct/log_list ct/log_list
culturalinstitute/images culturalinstitute/images
culturalinstitute/sitemaps culturalinstitute/sitemaps
@ -1024,8 +1112,10 @@ de/ott
de/solutions de/solutions
de/upload de/upload
de/vimeo-academy de/vimeo-academy
deactivate-account
default.aspx/kb/ default.aspx/kb/
default.aspx/ph/ default.aspx/ph/
delete_post
delight delight
dell/cities-transformed dell/cities-transformed
dell/cloud-future-of-medicine dell/cloud-future-of-medicine
@ -1113,6 +1203,8 @@ earth/social
ebook ebook
ece ece
eclas eclas
edit
editorial/*
edu/cs4hs edu/cs4hs
education/404_en.htm education/404_en.htm
education/blocks education/blocks
@ -1125,6 +1217,7 @@ ekansa/Open-Context-Data
ekansa/opencontext- ekansa/opencontext-
email email
email-unsubscribe email-unsubscribe
email_verification_error
embed embed
embed/@ embed/@
embed/curated embed/curated
@ -1186,6 +1279,7 @@ en/microsoft-viva/
en/security en/security
en/security/ en/security/
endorsements endorsements
engagement
enterprise enterprise
enterprise-jobs enterprise-jobs
enterprise-partner-search/sitemaps enterprise-partner-search/sitemaps
@ -1271,14 +1365,18 @@ 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
external_hosted external_hosted
f/healthcheck f/healthcheck
facebook
faves-i_love_u_get_away_from_me faves-i_love_u_get_away_from_me
favorite favorite
fb fb
fb.html
fbml/ajax/dialog fbml/ajax/dialog
fd/ fd/
fe=true fe=true
@ -1315,6 +1413,8 @@ flu/espanol/
flutter-canvaskit flutter-canvaskit
folder folder
follow follow
follow_board
follow_user
following following
food/archive food/archive
food/favourites food/favourites
@ -1396,6 +1496,8 @@ global$
gog gog
google.internal.maps.gmpsdksbackend.v1.GmpSdksBackendService google.internal.maps.gmpsdksbackend.v1.GmpSdksBackendService
google.internal.maps.mapsjs.v1.MapsJsInternalService google.internal.maps.mapsjs.v1.MapsJsInternalService
google_gdn.html
google_search.html
googlebooks/images googlebooks/images
gorf gorf
gp gp
@ -1511,6 +1613,7 @@ guidebooks
gview gview
gwt gwt
h5games_gamecenter/images h5games_gamecenter/images
hanukkah-spotlight
hashtag/*?src= hashtag/*?src=
hd hd
header/channels header/channels
@ -1534,9 +1637,12 @@ help/zendesk_sso
hex hex
history history
history/static history/static
holiday-spotlight
holidays-celebrations
home home
home$ home$
home? home?
homefeed
homepage-video-test homepage-video-test
hosted/images hosted/images
hotel/reviews? hotel/reviews?
@ -1548,8 +1654,9 @@ hp/video
hpc/*/supported-applications.aspx? hpc/*/supported-applications.aspx?
hpm hpm
hpmob hpmob
http://dropbox.com/robots.txt http://bing.com/robots.txt
http://npr.org/robots.txt http://blog.google/robots.txt
http://calendar.google.com/robots.txt
hub?category= hub?category=
hz/contact-us/ajax/initiate-trusted-contact hz/contact-us/ajax/initiate-trusted-contact
hz/help/contact/*/message/$ hz/help/contact/*/message/$
@ -1564,6 +1671,9 @@ id-id.www.cloudflare.com
id-id/feedback id-id/feedback
id-id/lp id-id/lp
id-id/searchresults id-id/searchresults
idea-ads-tool
idea-pin-builder
idea-pin-invite
identity/accountsettingsactivityweb identity/accountsettingsactivityweb
identity/accountsettingssyaf identity/accountsettingssyaf
ie/ie40/ ie/ie40/
@ -1608,14 +1718,17 @@ info/customerror.htm*
info/smart404.asp* info/smart404.asp*
info/tech-feedback info/tech-feedback
inproduct_help/chatsupport inproduct_help/chatsupport
install-shuffles
integrations integrations
internalPref internalPref
intl intl
intl/*/search/? intl/*/search/?
intl/*/search? intl/*/search?
intlkb/ intlkb/
invite
inviteFromProfile inviteFromProfile
inviteMany inviteMany
invited
invoice/est invoice/est
invoice/estimate/buyerView invoice/estimate/buyerView
invoice/estimate/buyerView/attachments invoice/estimate/buyerView/attachments
@ -1652,6 +1765,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/$ jp/$
jp/about jp/about
jp/blog jp/blog
@ -1694,6 +1809,7 @@ ko/ott
ko/solutions ko/solutions
ko/upload ko/upload
ko/vimeo-academy ko/vimeo-academy
kwanzaa-spotlight
l.php l.php
labs-code labs-code
labs/pmc labs/pmc
@ -1730,12 +1846,15 @@ learning/settings
learning/settings$ learning/settings$
learning/settings? learning/settings?
legal legal
lens-search
li/track li/track
library/devices library/devices
licensing-syndication licensing-syndication
limited-release limited-release
link link
linked
lite lite
live-session
live_chat live_chat
llms.txt llms.txt
lm/R1XIHQVKXSKBNJ lm/R1XIHQVKXSKBNJ
@ -1912,6 +2031,7 @@ narrative-
native native
nbubumblebee nbubumblebee
network 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
news-events/events-calendar/2018/03/ninth-annual-african-consumer-protection-dialogue-conference/RSVP 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 news-events/events-calendar/2019/05/tenth-annual-african-consumer-protection-dialogue-conference
@ -1921,6 +2041,7 @@ news/test
news/test-liveblog news/test-liveblog
news?viewArticle news?viewArticle
newsArticle newsArticle
news_hub
newsletter newsletter
newsroom/dae newsroom/dae
newsround newsround
@ -1934,6 +2055,7 @@ nl-nl/lp
nl-nl/searchresults nl-nl/searchresults
node/add/ node/add/
nonprofits/account nonprofits/account
notifications
notifications/ notifications/
ns/hydra/console/? ns/hydra/console/?
nus-trk nus-trk
@ -1941,11 +2063,15 @@ nwshp$
o/di o/di
o/dt o/dt
oas/ oas/
oauth/line
oauth/login
oauth/v2 oauth/v2
oauth2 oauth2
oauth2/v2 oauth2/v2
oauth_error
offers/proxy/dealsserver/api/log offers/proxy/dealsserver/api/log
offers/proxy/dealsserver/buy offers/proxy/dealsserver/buy
offsite
og og
okxbet.com okxbet.com
onebox/media/sports/logos onebox/media/sports/logos
@ -1976,9 +2102,12 @@ pagespeed/insights/ui/logo
panel panel
pantheon pantheon
pantheon-platform pantheon-platform
parental-consent/confirmation
parental-passcode
participate/conferences.xml participate/conferences.xml
partner-program partner-program
partners partners
password/reset
password_expired password_expired
patent-search/frontend patent-search/frontend
patents/download patents/download
@ -2011,12 +2140,46 @@ 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
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 ping
pingback pingback
pinterest-predicts
pinterest-wellbeing
pinterestwellbeing
pl-pl.www.cloudflare.com pl-pl.www.cloudflare.com
pl-pl/feedback pl-pl/feedback
pl-pl/lp pl-pl/lp
pl-pl/searchresults pl-pl/searchresults
place
plan= plan=
platform-telemetry platform-telemetry
play/store/web play/store/web
@ -2066,6 +2229,7 @@ ppob/?
ppob? ppob?
pqa pqa
preference preference
prefs
present present
presentation presentation
prettyearth/assets prettyearth/assets
@ -2074,6 +2238,8 @@ previewtemplate
print print
private private
proFile/history? proFile/history?
product-catalogs
product-feed
product-reviews/B0069IY63Y product-reviews/B0069IY63Y
product/reviews? product/reviews?
productPurchaseDone productPurchaseDone
@ -2129,12 +2295,14 @@ pt-br/vimeo-academy
publications publications
purchases purchases
puzzles/leaderboards/invite puzzles/leaderboards/invite
pw
pwapi-proxy/pwproxy pwapi-proxy/pwproxy
pwapiv2 pwapiv2
q= q=
qnasearch? qnasearch?
qr qr
quality_form? quality_form?
quiz
r r
rackspace/elevating-performance rackspace/elevating-performance
radio/imda radio/imda
@ -2143,6 +2311,7 @@ rating
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/*?q= recipes/*?q=
@ -2159,6 +2328,9 @@ refer
refer/pal refer/pal
referrals referrals
referrer= referrer=
refresh_stored_accounts
refresh_token
register
registry/wishlist registry/wishlist
remotelogout remotelogout
rep=hc rep=hc
@ -2166,9 +2338,13 @@ 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
resource
resource/*/get
results results
results results
retail retail
@ -2209,6 +2385,7 @@ s2/search/social
s2/sitemaps s2/sitemaps
s2/static s2/static
s? s?
safe-redirect
safety safety
safetycheck safetycheck
salary-explorer/api salary-explorer/api
@ -2254,6 +2431,7 @@ sections/health-shots/2013/03/11/173816690/new-voices-for-the-voiceless-syntheti
sections/ombudsman/2008/01/frequently_asked_questions_1.html 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 sections/parallels/2016/08/15/480128005/for-french-teens-smoking-still-has-more-allure-than-stigma
secure secure
sendHeaderEarly
sendarticle sendarticle
services services
services/oauth services/oauth
@ -2289,6 +2467,7 @@ shop/productpage
shop/topics shop/topics
shop/view/product shop/view/product
shop? shop?
shop_pins
shopping-content-api/product_images shopping-content-api/product_images
shopping/deals shopping/deals
shopping/product shopping/product
@ -2592,10 +2771,12 @@ social/photosui/images
social/photosui/sitemap social/photosui/sitemap
social/search? social/search?
social/social-security-directory/cai social/social-security-directory/cai
socialmanager
solutions solutions
sounds/search sounds/search
sounds/search$ sounds/search$
sounds/search? sounds/search?
source
source= source=
source_repo= source_repo=
spain/empresas/ spain/empresas/
@ -2617,6 +2798,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
stat stat
@ -2676,6 +2858,10 @@ storefront
storepicker storepicker
stores/page/*visitId= stores/page/*visitId=
stories stories
story-pin-builder
story-pin-invite
story_feed
story_pins
storyworks/preview storyworks/preview
styles/js-on.css$ styles/js-on.css$
subscribe/braintree subscribe/braintree
@ -2701,6 +2887,7 @@ support/content
support/forum/search? support/forum/search?
sureroute sureroute
surprise surprise
suspension-appeal
sutils sutils
sv-se.www.cloudflare.com sv-se.www.cloudflare.com
sv-se/feedback sv-se/feedback
@ -2718,6 +2905,7 @@ svc/strands
svc/sudoku svc/sudoku
svc/wordle svc/wordle
svpRecommendations svpRecommendations
sw-shell.html
swg swg
system1/images system1/images
t/privacy t/privacy
@ -2725,6 +2913,7 @@ t/terms
tab= tab=
tablet tablet
tag tag
taggingtool
tagmanager/containers/xo tagmanager/containers/xo
tagmanager/pptm.js tagmanager/pptm.js
talk talk
@ -2772,7 +2961,9 @@ th-th/feedback
th-th/lp th-th/lp
th-th/searchresults th-th/searchresults
th? th?
thanksgiving-spotlight
themacallan/worlds-together themacallan/worlds-together
theme
tickets-external? tickets-external?
timedtext_video timedtext_video
title title
@ -2868,6 +3059,7 @@ trustedstores/js
trustedstores/s trustedstores/s
trustedstores/tm2 trustedstores/tm2
trustedstores/verify trustedstores/verify
tv
tv/thumb tv/thumb
typeahead typeahead
u u
@ -2884,9 +3076,14 @@ ugc$
ugcsupport ugcsupport
ugcsupport$ ugcsupport$
ui ui
unauth-profile
unlink
unsub unsub
until= until=
upload upload
upload-image-lens-history
upload-lens-image
upload-shuffle-draft
uploads uploads
urchin_test urchin_test
url url
@ -2904,9 +3101,11 @@ using
utils utils
uviewer uviewer
v1 v1
v1/urls/count.json
v2 v2
v3 v3
v3/openapi v3/openapi
v3/pidgets/log
valkyrie-playground valkyrie-playground
verified-authors verified-authors
verify_age verify_age
@ -2952,6 +3151,9 @@ webapps/xo/html/cookiecheck.html
webapps/xoonboarding webapps/xoonboarding
webscr webscr
websearch websearch
website/confirm
website/confirm/download
welcome
whats-next/planes-trains-and-analytics whats-next/planes-trains-and-analytics
whsmiths whsmiths
widget/cr widget/cr
@ -3262,7 +3464,7 @@ wiki/Wikipedia_Diskussion:Checkuser
wiki/Wikipedia_Diskussion:Spam-Blacklist-Log wiki/Wikipedia_Diskussion:Spam-Blacklist-Log
wiki/Wikipedia_talk%3AAbuse_reports wiki/Wikipedia_talk%3AAbuse_reports
wiki/Wikipedia_talk%3AAbuse_response wiki/Wikipedia_talk%3AAbuse_response
wiki/Wikipedia_talk%3AAdministrator_electionshttp://itunes.apple.com/robots.txt wiki/Wikipedia_talk%3AAdministrator_electionshttp://policies.google.com/robots.txt
wiki/Wikipedia_talk%3AAdministrator_recall wiki/Wikipedia_talk%3AAdministrator_recall
wiki/Wikipedia_talk%3AAdministrator_review wiki/Wikipedia_talk%3AAdministrator_review
wiki/Wikipedia_talk%3AAdministrators%27_noticeboard wiki/Wikipedia_talk%3AAdministrators%27_noticeboard
@ -3481,6 +3683,7 @@ xhtml?
xml? xml?
xoplatform/logger/api/logger xoplatform/logger/api/logger
xorouter xorouter
your-shop
youth/404_en.htm youth/404_en.htm
youtube/fonts youtube/fonts
youtube/img/branding/favicon youtube/img/branding/favicon