[Github Action] Automated trickest wordlists update.

This commit is contained in:
github-actions[bot] 2025-05-30 10:04:19 +00:00
parent 5841c8da0d
commit 3a9a494c9b
16 changed files with 6523 additions and 695 deletions

View file

@ -3,6 +3,6 @@
"last_update": 1748502243
},
"Trickest wordlist update": {
"last_update": 1748513068
"last_update": 1748599450
}
}

View file

@ -2551,6 +2551,7 @@ public/themes/admin/default/build/assets/ru.es-BGEpmv_x.js
public/themes/admin/default/build/assets/mn.es-YZet1as4.js
public/themes/admin/default/build/assets/ar.es-CfdTYgcp.js
public/themes/admin/default/build/assets/icon-options-B9pp5RQf.svg
public/themes/admin/default/build/assets/app-Cys_JxVv.js
public/themes/admin/default/build/assets/spinner-CkjnFMgn.svg
public/themes/admin/default/build/assets/average-orders-UpY6pgyW.svg
public/themes/admin/default/build/assets/pt-pt.es-D8ojES2d.js
@ -2582,7 +2583,6 @@ public/themes/admin/default/build/assets/shipping-B_qRLPCF.svg
public/themes/admin/default/build/assets/ka.es-Cb9X-eNS.js
public/themes/admin/default/build/assets/invoice-qNYgi9ea.svg
public/themes/admin/default/build/assets/address-DH7M3lNY.svg
public/themes/admin/default/build/assets/app-Dmd6a3Jp.js
public/themes/admin/default/build/assets/sv.es-LwrPWbzy.js
public/themes/admin/default/build/assets/settings-DhKa03Cc.svg
public/themes/admin/default/build/assets/magic-ai-C0gXN1sk.svg

View file

@ -2856,6 +2856,7 @@ api/src/database/run-ast/utils/apply-case-when.ts
api/src/database/run-ast/utils/get-column.test.ts
api/src/database/run-ast/utils/merge-with-parent-items.test.ts
api/src/database/run-ast/modules/fetch-permitted-ast-root-fields.ts
api/src/database/run-ast/README.md
api/src/database/run-ast/run-ast.ts
api/src/database/run-ast/types.ts
api/src/database/helpers/sequence/dialects/postgres.ts
@ -3511,25 +3512,5 @@ docs/public/logo-light.svg
docs/public/favicon.svg
docs/public/logo-dark.svg
pnpm-workspace.yaml
.changeset/neat-wasps-change.md
.changeset/cold-tools-slide.md
.changeset/young-steaks-stop.md
.changeset/ready-trains-hug.md
.changeset/config.json
.changeset/wild-bottles-drum.md
.changeset/mean-bottles-brush.md
.changeset/late-pans-draw.md
.changeset/three-doodles-marry.md
.changeset/tired-corners-pick.md
.changeset/eager-words-relax.md
.changeset/smart-shoes-tap.md
.changeset/fifty-chicken-watch.md
.changeset/gold-news-stay.md
.changeset/chilly-bats-go.md
.changeset/good-hoops-cheer.md
.changeset/three-chairs-strive.md
.changeset/empty-papayas-raise.md
.changeset/fluffy-mangos-call.md
.changeset/soft-hoops-slide.md
.changeset/spicy-banks-rest.md
.editorconfig

View file

@ -6043,6 +6043,7 @@ core/tests/Drupal/KernelTests/Core/Field/FieldStorageCreateCheckDeprecationTest.
core/tests/Drupal/KernelTests/Core/Field/FieldType/PasswordItemTest.php
core/tests/Drupal/KernelTests/Core/EventSubscriber/ExceptionLoggingSubscriberTest.php
core/tests/Drupal/KernelTests/Core/StreamWrapper/StreamWrapperManagerTest.php
core/tests/Drupal/KernelTests/Core/Validation/UriHostValidatorTest.php
core/tests/Drupal/KernelTests/Core/Validation/UniqueFieldConstraintTest.php
core/tests/Drupal/KernelTests/Core/Validation/ConstraintFactoryTest.php
core/tests/Drupal/KernelTests/Core/Validation/UuidValidatorTest.php
@ -7982,6 +7983,7 @@ core/modules/ckeditor5/tests/src/FunctionalJavascript/CKEditor5AllowedTagsTest.p
core/modules/ckeditor5/tests/src/FunctionalJavascript/MediaPreviewTest.php
core/modules/ckeditor5/tests/src/FunctionalJavascript/StyleTest.php
core/modules/ckeditor5/tests/src/FunctionalJavascript/ImageTestProviderTest.php
core/modules/ckeditor5/tests/src/FunctionalJavascript/CKEditor5HeightTest.php
core/modules/ckeditor5/tests/src/FunctionalJavascript/CKEditor5ReadOnlyModeTest.php
core/modules/ckeditor5/tests/src/FunctionalJavascript/TableTest.php
core/modules/ckeditor5/tests/src/FunctionalJavascript/MediaTestBase.php
@ -7992,7 +7994,6 @@ core/modules/ckeditor5/tests/src/FunctionalJavascript/SourceEditingTest.php
core/modules/ckeditor5/tests/src/FunctionalJavascript/LanguageTest.php
core/modules/ckeditor5/tests/src/FunctionalJavascript/CKEditor5DialogTest.php
core/modules/ckeditor5/tests/src/FunctionalJavascript/AdminUiTest.php
core/modules/ckeditor5/tests/src/Nightwatch/Tests/ckEditor5EditorHeightTest.js
core/modules/ckeditor5/tests/src/Nightwatch/Tests/drupalHtmlBuilderTest.js
core/modules/ckeditor5/tests/src/Traits/SynchronizeCsrfTokenSeedTrait.php
core/modules/ckeditor5/tests/src/Traits/PrivateMethodUnitTestTrait.php

View file

@ -19,9 +19,16 @@ nx.json
apps/stats/.eslintrc.cjs
apps/stats/test/setup.ts
apps/stats/test/.eslintrc.cjs
apps/stats/test/utils/test-helpers.ts
apps/stats/test/acceptance/stats.test.ts
apps/stats/test/unit/setup.ts
apps/stats/test/unit/App.test.tsx
apps/stats/test/unit/utils/chart-helpers.test.ts
apps/stats/test/unit/hooks/useFeatureFlag.test.tsx
apps/stats/test/unit/hooks/withFeatureFlag.test.tsx
apps/stats/test/unit/hooks/useGrowthStats.test.tsx
apps/stats/test/unit/hooks/useNewsletterStatsWithRange.test.tsx
apps/stats/test/unit/hooks/useTopPostsStatsWithRange.test.tsx
apps/stats/test/unit/components/chart/CustomTooltipContent.test.tsx
apps/stats/test/unit/components/layout/MainLayout.test.tsx
apps/stats/postcss.config.cjs
@ -93,6 +100,7 @@ apps/admin-x-framework/src/utils/api/updateQueries.ts
apps/admin-x-framework/src/utils/api/hooks.ts
apps/admin-x-framework/src/utils/api/fetchApi.ts
apps/admin-x-framework/src/utils/api/handleResponse.ts
apps/admin-x-framework/src/test/setup.ts
apps/admin-x-framework/src/test/responses/offers.json
apps/admin-x-framework/src/test/responses/settings.json
apps/admin-x-framework/src/test/responses/tiers.json
@ -101,9 +109,15 @@ apps/admin-x-framework/src/test/responses/roles.json
apps/admin-x-framework/src/test/responses/config.json
apps/admin-x-framework/src/test/responses/labels.json
apps/admin-x-framework/src/test/responses/recommendations.json
apps/admin-x-framework/src/test/responses/newsletter_stats.json
apps/admin-x-framework/src/test/responses/member_count_history.json
apps/admin-x-framework/src/test/responses/links.json
apps/admin-x-framework/src/test/responses/activitypub/inbox.json
apps/admin-x-framework/src/test/responses/activitypub/feed.json
apps/admin-x-framework/src/test/responses/post_referrers.json
apps/admin-x-framework/src/test/responses/mrr_history.json
apps/admin-x-framework/src/test/responses/me.json
apps/admin-x-framework/src/test/responses/top_posts.json
apps/admin-x-framework/src/test/responses/actions.json
apps/admin-x-framework/src/test/responses/themes.json
apps/admin-x-framework/src/test/responses/users.json
@ -111,9 +125,14 @@ apps/admin-x-framework/src/test/responses/invites.json
apps/admin-x-framework/src/test/responses/newsletters.json
apps/admin-x-framework/src/test/responses/custom_theme_settings.json
apps/admin-x-framework/src/test/responses/site.json
apps/admin-x-framework/src/test/test-utils.tsx
apps/admin-x-framework/src/test/render.tsx
apps/admin-x-framework/src/test/acceptance.ts
apps/admin-x-framework/src/test/render-shade.tsx
apps/admin-x-framework/src/test/README.md
apps/admin-x-framework/src/test/msw-utils.ts
apps/admin-x-framework/src/test/hook-testing-utils.ts
apps/admin-x-framework/src/test/vitest-config.ts
apps/admin-x-framework/src/routing.ts
apps/admin-x-framework/src/hooks/useForm.ts
apps/admin-x-framework/src/hooks/useHandleError.ts
@ -941,10 +960,16 @@ apps/signup-form/vite.config.ts
apps/signup-form/tsconfig.json
apps/signup-form/playwright.config.ts
apps/posts/.eslintrc.cjs
apps/posts/test/setup.ts
apps/posts/test/.eslintrc.cjs
apps/posts/test/utils/test-helpers.ts
apps/posts/test/acceptance/posts.test.ts
apps/posts/test/unit/utils/kpi-helpers.test.tsx
apps/posts/test/unit/utils/link-helpers.test.tsx
apps/posts/test/unit/utils/chart-helpers.test.tsx
apps/posts/test/unit/hooks/useFeatureFlag.test.tsx
apps/posts/test/unit/hooks/withFeatureFlag.test.tsx
apps/posts/test/unit/hooks/usePostReferrers.test.tsx
apps/posts/test/unit/hooks/usePostNewsletterStats.test.tsx
apps/posts/test/unit/hooks/useEditLinks.test.tsx
apps/posts/postcss.config.cjs
@ -1130,6 +1155,7 @@ apps/portal/.env
apps/admin-x-settings/node-shim.cjs
apps/admin-x-settings/.yarnrc
apps/admin-x-settings/.eslintrc.cjs
apps/admin-x-settings/test/setup.ts
apps/admin-x-settings/test/utils/files/routes.yml
apps/admin-x-settings/test/utils/files/upload.zip
apps/admin-x-settings/test/utils/files/redirects.yml
@ -1367,7 +1393,6 @@ apps/admin-x-settings/src/components/settings/email/newsletters/NewsletterPrevie
apps/admin-x-settings/src/components/settings/email/newsletters/NewsletterDetailModalLabs.tsx
apps/admin-x-settings/src/components/settings/email/newsletters/NewsletterDetailModal.tsx
apps/admin-x-settings/src/components/settings/email/newsletters/NewsletterPreview.tsx
apps/admin-x-settings/src/components/settings/email/newsletters/NewsletterDetailModalPrototype.tsx
apps/admin-x-settings/src/components/settings/email/newsletters/AddNewsletterModal.tsx
apps/admin-x-settings/src/components/settings/email/EmailSettings.tsx
apps/admin-x-settings/src/components/settings/email/Mailgun.tsx
@ -1399,6 +1424,7 @@ apps/admin-x-settings/src/components/ExitSettingsButton.tsx
apps/admin-x-settings/index.html
apps/admin-x-settings/README.md
apps/admin-x-settings/playwright.config.mjs
apps/admin-x-settings/vitest.config.ts
apps/admin-x-settings/.eslintignore
apps/admin-x-settings/vite.config.mjs
apps/admin-x-settings/tsconfig.json
@ -3380,6 +3406,7 @@ ghost/core/test/e2e-api/admin/settings.test.js
ghost/core/test/e2e-api/admin/settings-files.test.js
ghost/core/test/e2e-api/admin/posts-legacy.test.js
ghost/core/test/e2e-api/admin/themes.test.js
ghost/core/test/e2e-api/admin/backup.test.js
ghost/core/test/e2e-api/admin/slugs.test.js
ghost/core/test/e2e-api/admin/stats.test.js
ghost/core/test/e2e-api/admin/posts.test.js
@ -3405,6 +3432,7 @@ ghost/core/test/e2e-api/admin/session.test.js
ghost/core/test/e2e-api/admin/__snapshots__/offers.test.js.snap
ghost/core/test/e2e-api/admin/__snapshots__/slack.test.js.snap
ghost/core/test/e2e-api/admin/__snapshots__/rate-limiting.test.js.snap
ghost/core/test/e2e-api/admin/__snapshots__/backup.test.js.snap
ghost/core/test/e2e-api/admin/__snapshots__/images.test.js.snap
ghost/core/test/e2e-api/admin/__snapshots__/links.test.js.snap
ghost/core/test/e2e-api/admin/__snapshots__/emails.test.js.snap
@ -3718,6 +3746,7 @@ ghost/core/test/unit/server/services/koenig/test-utils/index.js
ghost/core/test/unit/server/services/koenig/test-utils/visibility.js
ghost/core/test/unit/server/services/koenig/test-utils/html.js
ghost/core/test/unit/server/services/koenig/test-utils/assert-prettifies-to.js
ghost/core/test/unit/server/services/koenig/render-utils/tagged-template-fns.test.js
ghost/core/test/unit/server/services/verification-trigger.test.js
ghost/core/test/unit/server/services/email-analytics/email-analytics-service.test.js
ghost/core/test/unit/server/services/email-analytics/event-processing-result.test.js
@ -3805,6 +3834,7 @@ ghost/core/test/unit/server/web/api/middleware/update-user-last-seen.test.js
ghost/core/test/unit/server/web/api/middleware/cors.test.js
ghost/core/test/unit/server/web/api/middleware/version-match.test.js
ghost/core/test/unit/server/web/api/middleware/upload.test.js
ghost/core/test/unit/server/web/api/admin/middleware.test.js
ghost/core/test/unit/server/web/api/canary/content/middleware.test.js
ghost/core/test/unit/server/adapters/lib/redis/adapter-cache-redis.test.js
ghost/core/test/unit/server/adapters/lib/redis/redis-store-factory.test.js
@ -4947,6 +4977,7 @@ ghost/core/core/server/data/migrations/versions/5.20/2022-10-18-05-39-drop-nulla
ghost/core/core/server/data/migrations/versions/5.20/2022-10-18-10-13-add-ghost-subscription-id-column-to-mscs.js
ghost/core/core/server/data/migrations/versions/5.121/2025-05-26-09-10-30-rename-newsletters-title-color-column.js
ghost/core/core/server/data/migrations/versions/5.121/2025-05-26-12-03-24-add-newsletters-color-columns.js
ghost/core/core/server/data/migrations/versions/5.121/2025-05-29-08-41-04-add-member-export-permissions-to-backup-integration.js
ghost/core/core/server/data/migrations/versions/5.121/2025-05-26-08-59-26-drop-newsletters-border-color-column.js
ghost/core/core/server/data/migrations/versions/5.81/2024-03-18-16-20-add-missing-post-permissions.js
ghost/core/core/server/data/migrations/versions/5.102/2024-12-02-17-32-40-alter-length-redirects-from.js

View file

@ -3514,7 +3514,17 @@ app/bundles/CoreBundle/Resources/views/Modal/search_commands.html.twig
app/bundles/CoreBundle/Resources/views/Modal/tokens_help.html.twig
app/bundles/CoreBundle/Resources/views/Modal/keyboard_shortcuts.html.twig
app/bundles/CoreBundle/Resources/views/Components/contained-list--interactive.html.twig
app/bundles/CoreBundle/Resources/views/Components/content-item-row.html.twig
app/bundles/CoreBundle/Resources/views/Components/content-item.html.twig
app/bundles/CoreBundle/Resources/views/Components/tile--base.html.twig
app/bundles/CoreBundle/Resources/views/Components/content-section.html.twig
app/bundles/CoreBundle/Resources/views/Components/tile--clickable.html.twig
app/bundles/CoreBundle/Resources/views/Components/content-block.html.twig
app/bundles/CoreBundle/Resources/views/Components/list-unordered.html.twig
app/bundles/CoreBundle/Resources/views/Components/tile--expandable.html.twig
app/bundles/CoreBundle/Resources/views/Components/tile--mini.html.twig
app/bundles/CoreBundle/Resources/views/Components/content-group.html.twig
app/bundles/CoreBundle/Resources/views/Components/list--styled.html.twig
app/bundles/CoreBundle/Resources/views/Default/raw_output.html.twig
app/bundles/CoreBundle/Resources/views/Default/script.html.twig
app/bundles/CoreBundle/Resources/views/Default/pageheader.html.twig

View file

@ -125,11 +125,13 @@ app/Database/Migrations/20230412000000_add_missing_config.php
app/Database/Migrations/20190712150200_fix_empty_reports.php
app/Database/Migrations/sqlscripts/3.4.0_database_optimizations.sql
app/Database/Migrations/sqlscripts/3.3.2_paymentdatefix.sql
app/Database/Migrations/sqlscripts/3.4.1_attribute_links_unique_constraint.sql
app/Database/Migrations/sqlscripts/3.3.2_saleschangeprice.sql
app/Database/Migrations/sqlscripts/3.3.2_modify_attr_links_constraint.sql
app/Database/Migrations/sqlscripts/3.3.4_modify_session_datatype.sql
app/Database/Migrations/sqlscripts/3.3.3_add_kits_item_number.sql
app/Database/Migrations/sqlscripts/3.3.0_indiagst.sql
app/Database/Migrations/sqlscripts/3.4.1_migrate_sessions_table.sql
app/Database/Migrations/sqlscripts/3.3.0_refundtracking.sql
app/Database/Migrations/sqlscripts/3.2.0_to_3.2.1.sql
app/Database/Migrations/sqlscripts/3.1.1_to_3.2.0.sql
@ -160,6 +162,7 @@ app/Database/Migrations/sqlscripts/3.3.0_dbfix.sql
app/Database/Migrations/20210422000000_database_optimizations.php
app/Database/Migrations/20201108100000_cashrounding.php
app/Database/Migrations/20220127000000_convert_to_ci4.php
app/Database/Migrations/20250425000000_sessions_migration.php
app/Database/Migrations/20170501150000_upgrade_to_3_1_1.php
app/Database/Migrations/20210714140000_move_expenses_categories.php
app/Database/Migrations/20191008100000_receipttaxindicator.php
@ -171,8 +174,10 @@ app/Database/Migrations/20240319000000_Migration_Convert_Barcode_Types.php
app/Database/Migrations/20200202000000_taxamount.php
app/Database/Migrations/20190427100000_paymenttracking.php
app/Database/Migrations/20190615100000_fix_attribute_datetime.php
app/Database/Migrations/20250522000000_AttributeLinksUniqueConstraint.php
app/Database/Migrations/20190111270000_upgrade_to_3_3_0.php
app/Database/Migrations/20190612100000_dbfix.php
app/Database/Migrations/20250519000000_MigrationOptimizationIndices.php
app/Database/Migrations/20180225100000_upgrade_to_3_2_0.php
app/Database/Migrations/20210103000000_modify_session_datatype.php
app/Database/Migrations/20190213210000_indiagst1.php

View file

@ -4189,6 +4189,7 @@ src/Core/Content/Sitemap/ConfigHandler/ConfigHandlerInterface.php
src/Core/Content/Sitemap/ConfigHandler/File.php
src/Core/Content/Sitemap/Event/SitemapSalesChannelCriteriaEvent.php
src/Core/Content/Sitemap/Event/SitemapFilterOpenTagEvent.php
src/Core/Content/Sitemap/Event/SitemapGenerationStartEvent.php
src/Core/Content/Sitemap/Event/SitemapRouteCacheTagsEvent.php
src/Core/Content/Sitemap/Event/SitemapRouteCacheKeyEvent.php
src/Core/Content/Sitemap/Event/SitemapGeneratedEvent.php
@ -16805,6 +16806,7 @@ changelog/_unreleased/2025-04-10-add-remote-thumbnail-url-extension.md
changelog/_unreleased/2024-07-16-remove-manual-override-for-state-machine.md
changelog/_unreleased/2025-04-07-fix-currency-sleection-in-offcanvas.md
changelog/_unreleased/2025-05-07-fix-admin-ui-when-staging-mode-enabled.md
changelog/_unreleased/2025-05-28-add-recalculated-custom-line-items-to-delivery.md
changelog/_unreleased/2024-07-04-enforce-timezone-utc-for-database-connections.md
changelog/_unreleased/2025-05-18-change-file_exists-to-is_dir.md
changelog/_unreleased/2025-05-02-remove-specific-color-on-icon-wishlist.md
@ -16814,6 +16816,7 @@ changelog/_unreleased/2025-04-16-remove-deletethemefilesmessage.md
changelog/_unreleased/2025-05-09-fixed-misalignment-of-add-tags-placeholder-in-order-edit-view.md
changelog/_unreleased/2025-05-05-add-blocks-for-inputs-for-address-and-register-form.md
changelog/_unreleased/2025-04-30-show-customer-default-addresses-in-listing.md
changelog/_unreleased/2025-05-24-add-event-to-modify-saleschannelcontext.md
changelog/_unreleased/2025-04-08-fix-struct-encoder-custom-field-visibility.md
changelog/_unreleased/2025-05-05-remove-obsolete-requiredmessage-variable-declarations.md
changelog/_unreleased/2025-05-13-fix-search-result-order.md

View file

@ -230,6 +230,7 @@ tests/Feature/Importing/Api/ImportDataTestCase.php
tests/Feature/Importing/Api/ImportConsumablesTest.php
tests/Feature/Importing/Api/ImportLicenseTest.php
tests/Feature/Importing/Ui/ImportTest.php
tests/Feature/ApiRateLimitTest.php
tests/Feature/PredefinedKits/Api/DeletePredefinedKitsTest.php
tests/Feature/PredefinedKits/Ui/CreatePredefinedKitTest.php
tests/Feature/PredefinedKits/Ui/IndexPredefinedKitsTest.php
@ -269,6 +270,7 @@ tests/Unit/Models/ReportTemplates/ReportTemplateParsingValuesTest.php
tests/Unit/Models/Company/CompanyTest.php
tests/Unit/Models/Company/GetIdForCurrentUserTest.php
tests/Unit/Models/Labels/FieldOptionTest.php
tests/Unit/Models/Labels/DefaultLabelTest.php
tests/Unit/StatuslabelTest.php
tests/Unit/AssetModelTest.php
tests/Unit/AssetTest.php
@ -559,6 +561,7 @@ resources/views/blade/example.blade.php
resources/views/blade/redirect_submit_options.blade.php
resources/views/blade/filestable.blade.php
resources/views/blade/full-user-name.blade.php
resources/views/blade/input/skin.blade.php
resources/views/blade/input/textarea.blade.php
resources/views/blade/input/location-select.blade.php
resources/views/blade/input/locale-select.blade.php
@ -6791,6 +6794,7 @@ app/Http/Middleware/PreventBackHistory.php
app/Http/Middleware/PreventRequestsDuringMaintenance.php
app/Http/Middleware/TrustProxies.php
app/Http/Middleware/CheckForDebug.php
app/Http/Middleware/SetAPIResponseHeaders.php
app/Http/Middleware/NoSessionStore.php
app/Http/Middleware/CheckLocale.php
app/Http/Middleware/VerifyCsrfToken.php

View file

@ -431,6 +431,7 @@ tests/api/core/strapi/document-service/create.test.api.ts
tests/api/core/strapi/document-service/unpublish.test.api.ts
tests/api/core/strapi/document-service/events.test.api.ts
tests/api/core/strapi/document-service/find-one.test.api.ts
tests/api/core/strapi/document-service/document-id-uniqueness.test.api.ts
tests/api/core/strapi/document-service/update.test.api.ts
tests/api/core/strapi/document-service/validation/validation.test.api.ts
tests/api/core/strapi/document-service/uniqueness.test.api.ts

View file

@ -977,6 +977,7 @@ tests/Umbraco.Tests.UnitTests/Umbraco.Core/DeliveryApi/JsonValueConverterTests.c
tests/Umbraco.Tests.UnitTests/Umbraco.Core/DeliveryApi/RichTextParserTests.cs
tests/Umbraco.Tests.UnitTests/Umbraco.Core/DeliveryApi/OutputExpansionStrategyTestBase.cs
tests/Umbraco.Tests.UnitTests/Umbraco.Core/IO/AbstractFileSystemTests.cs
tests/Umbraco.Tests.UnitTests/Umbraco.Core/IO/MediaPathSchemes/UniqueMediaPathSchemeTests.cs
tests/Umbraco.Tests.UnitTests/Umbraco.Core/IO/PhysicalFileSystemTests.cs
tests/Umbraco.Tests.UnitTests/Umbraco.Core/ClaimsIdentityExtensionsTests.cs
tests/Umbraco.Tests.UnitTests/Umbraco.Core/HashCodeCombinerTests.cs

View file

@ -778,6 +778,7 @@ plugins/woocommerce/tests/e2e-pw/tests/email/settings-email-style-sync.spec.js
plugins/woocommerce/tests/e2e-pw/tests/email/settings-email.spec.js
plugins/woocommerce/tests/e2e-pw/tests/email/account-emails.spec.js
plugins/woocommerce/tests/e2e-pw/tests/email/order-emails.spec.js
plugins/woocommerce/tests/e2e-pw/tests/email/helpers/set-email-improvements-feature-flag.js
plugins/woocommerce/tests/e2e-pw/tests/email/settings-email-listing.spec.js
plugins/woocommerce/tests/e2e-pw/tests/cart/add-to-cart.spec.js
plugins/woocommerce/tests/e2e-pw/tests/cart/cart.spec.js
@ -1698,8 +1699,10 @@ plugins/woocommerce/tests/php/src/Internal/Admin/WCPayPromotion/DefaultPromotion
plugins/woocommerce/tests/php/src/Internal/Admin/Settings/PaymentsRestControllerIntegrationTest.php
plugins/woocommerce/tests/php/src/Internal/Admin/Settings/PaymentsTest.php
plugins/woocommerce/tests/php/src/Internal/Admin/Settings/UtilsTest.php
plugins/woocommerce/tests/php/src/Internal/Admin/Settings/PaymentProviders/WooPaymentsTest.php
plugins/woocommerce/tests/php/src/Internal/Admin/Settings/PaymentProviders/WCCoreTest.php
plugins/woocommerce/tests/php/src/Internal/Admin/Settings/PaymentProviders/PaymentGatewayTest.php
plugins/woocommerce/tests/php/src/Internal/Admin/Settings/PaymentProviders/WooPayments/WooPaymentsRestControllerIntegrationTest.php
plugins/woocommerce/tests/php/src/Internal/Admin/Settings/PaymentProviders/WooPayments/WooPaymentsServiceTest.php
plugins/woocommerce/tests/php/src/Internal/Admin/Settings/PaymentProviders/WooPayments/WooPaymentsRestControllerTest.php
plugins/woocommerce/tests/php/src/Internal/Admin/Settings/PaymentsRestControllerTest.php
@ -4230,6 +4233,7 @@ plugins/woocommerce/client/admin/client/header/index.tsx
plugins/woocommerce/client/admin/client/header/README.md
plugins/woocommerce/client/admin/client/header/shared.tsx
plugins/woocommerce/client/admin/client/header/style.scss
plugins/woocommerce/client/admin/client/settings-payments/settings-payments-woopayments.scss
plugins/woocommerce/client/admin/client/settings-payments/offline/settings-payments-cheque.tsx
plugins/woocommerce/client/admin/client/settings-payments/offline/settings-payments-bacs.tsx
plugins/woocommerce/client/admin/client/settings-payments/offline/utils.ts
@ -4284,13 +4288,11 @@ plugins/woocommerce/client/admin/client/settings-payments/onboarding/components/
plugins/woocommerce/client/admin/client/settings-payments/onboarding/types.ts
plugins/woocommerce/client/admin/client/settings-payments/test/settings-payments-methods.test.tsx
plugins/woocommerce/client/admin/client/settings-payments/test/settings-payments-main.test.tsx
plugins/woocommerce/client/admin/client/settings-payments/settings-payments-woocommerce-payments.scss
plugins/woocommerce/client/admin/client/settings-payments/settings-payments-main.scss
plugins/woocommerce/client/admin/client/settings-payments/index.tsx
plugins/woocommerce/client/admin/client/settings-payments/settings-payments-main.tsx
plugins/woocommerce/client/admin/client/settings-payments/settings-payments-body.scss
plugins/woocommerce/client/admin/client/settings-payments/settings-payments-methods.scss
plugins/woocommerce/client/admin/client/settings-payments/settings-payments-woocommerce-payments.tsx
plugins/woocommerce/client/admin/client/settings-payments/utils.ts
plugins/woocommerce/client/admin/client/settings-payments/settings-payments-methods.tsx
plugins/woocommerce/client/admin/client/settings-payments/components/payment-gateway-list/payment-gateway-list.scss
@ -4383,6 +4385,7 @@ plugins/woocommerce/client/admin/client/settings-payments/components/country-sel
plugins/woocommerce/client/admin/client/settings-payments/components/country-selector/index.ts
plugins/woocommerce/client/admin/client/settings-payments/components/country-selector/country-selector.tsx
plugins/woocommerce/client/admin/client/settings-payments/components/country-selector/types.ts
plugins/woocommerce/client/admin/client/settings-payments/settings-payments-woopayments.tsx
plugins/woocommerce/client/admin/client/launch-your-store/hub/main-content/pages/site-preview.scss
plugins/woocommerce/client/admin/client/launch-your-store/hub/main-content/pages/site-preview.tsx
plugins/woocommerce/client/admin/client/launch-your-store/hub/main-content/pages/launch-store-success/WhatsNext.tsx
@ -8075,6 +8078,7 @@ plugins/woocommerce/changelog/try-product-details-compatibility-layer
plugins/woocommerce/changelog/dev-57213-update-php-compatibility-dependecy
plugins/woocommerce/changelog/wooplug-3952-update-delivery-testing-for-the-checkout-block
plugins/woocommerce/changelog/wooplug-3075-fix-error-notices-disappearing
plugins/woocommerce/changelog/fix-43565
plugins/woocommerce/changelog/wooplug-3528-add-transactional-email-toggle-into-the-email-editor-sidebar
plugins/woocommerce/changelog/add-higher-priority-for-disabling-cliend-side-nav-in-pc
plugins/woocommerce/changelog/46886-fix-order-save-canceled-consequences
@ -8084,6 +8088,7 @@ plugins/woocommerce/changelog/fix-sale-badge-no-visible-inserter-single-product-
plugins/woocommerce/changelog/58111-fix-max-word-count-description-and-step
plugins/woocommerce/changelog/add-pos-settings-for-pos-refunded-html-plaintext-templates
plugins/woocommerce/changelog/58189-add-save-form-without-alert
plugins/woocommerce/changelog/remove-non-critical-flow-e2e-test-to-access-cart-template-via-page-editor
plugins/woocommerce/changelog/57887-fix-add-to-cart-variable-content
plugins/woocommerce/changelog/dev-api-tests-with-object-cache
plugins/woocommerce/changelog/fix-store-api-send-cors-headers
@ -8094,11 +8099,14 @@ plugins/woocommerce/changelog/57991-fix-wooplug-2694
plugins/woocommerce/changelog/58255-add-recipient-filter-email-block-editor
plugins/woocommerce/changelog/wooplug-4382-display-email-type-description-in-the-sidebar
plugins/woocommerce/changelog/fix-login-form-on-checkout
plugins/woocommerce/changelog/fix-flaky-email-tests
plugins/woocommerce/changelog/fix-wccom-1363
plugins/woocommerce/changelog/fix-sticky-proceed-to-checkout-area-bg-color
plugins/woocommerce/changelog/fix-issue-57698
plugins/woocommerce/changelog/wooplug-4345-add-bccccrecipient-email-validation
plugins/woocommerce/changelog/fix-29211
plugins/woocommerce/changelog/57951-dev-experiment-render-iapi-mini-cart
plugins/woocommerce/changelog/migrate-pos-feature-flag-to-feature-switch
plugins/woocommerce/changelog/fix-add-to-cart-with-options-string-updates
plugins/woocommerce/changelog/wooplug-3540-flaky-test-add-cross-sells
plugins/woocommerce/changelog/fix-php-error-multiple-pc-blocks
@ -8108,6 +8116,7 @@ plugins/woocommerce/changelog/58006-add-payment-methods-list-page-function
plugins/woocommerce/changelog/58059-fix-remove-woocommerce-ai-package
plugins/woocommerce/changelog/feat-prepare-product-button-for-variable-product
plugins/woocommerce/changelog/fix-44701
plugins/woocommerce/changelog/add-nox-in-context-data-instrumentation
plugins/woocommerce/changelog/pr-57966
plugins/woocommerce/changelog/wooplug-4158-ask-from-alessandro-monteiro
plugins/woocommerce/changelog/remove-mini-cart-widget-e2e-test
@ -8119,6 +8128,7 @@ plugins/woocommerce/changelog/58013-fix-wooplug-410
plugins/woocommerce/changelog/wooplug-4331-extend-personalization-tags-for-order-and-customer
plugins/woocommerce/changelog/57915-dev-adding-constant-visibility-to-existing-enum-classes
plugins/woocommerce/changelog/57611-dev-install-iapi-via-gh-urls
plugins/woocommerce/changelog/wooplug-3507-flaky-test-can-set-variation-defaults
plugins/woocommerce/changelog/wooplug-4075-incorrect-rate-when-toggling-between-shipping-and-local
plugins/woocommerce/changelog/fix-WOOPLUG-4370-nox-in-context-kyc-not-prefilled
plugins/woocommerce/changelog/remove-flaky-login-test
@ -8129,14 +8139,18 @@ plugins/woocommerce/changelog/wooplug-4268-add-back-button-to-the-email-editor
plugins/woocommerce/changelog/pr-57992
plugins/woocommerce/changelog/wooplug-3550-flaky-test-should-not-display-move-up-for-the-top-or-move
plugins/woocommerce/changelog/enhance-WOOPLUG-4385-initialize-payment-gateways
plugins/woocommerce/changelog/fix-58026-variable-products-stock-indicator
plugins/woocommerce/changelog/clean-up-session-and-purge
plugins/woocommerce/changelog/wooplug-4140-flaky-test-can-search-for-order-by-order-id
plugins/woocommerce/changelog/fix-wccom-1228
plugins/woocommerce/changelog/trigger-pos-refund-emails-for-pos-orders
plugins/woocommerce/changelog/fix-product-filters-clean-canonical-url
plugins/woocommerce/changelog/update-nox-in-context-onboarding-preload
plugins/woocommerce/changelog/fix-subject-and-recipient-update
plugins/woocommerce/changelog/pos-emails-block-support
plugins/woocommerce/changelog/58108-fix-wooplug-4308-php-warning-in-pluginshelper-get_expired_subscription_notice
plugins/woocommerce/changelog/58314-fix-mini-cart-contents-theme-colors
plugins/woocommerce/changelog/auto-db-update-error-handling
plugins/woocommerce/changelog/58243-fix-initial-ui-progress-test-account-creation
plugins/woocommerce/changelog/57980-fix-product-sale-badge
plugins/woocommerce/phpunit.xml
@ -8714,6 +8728,7 @@ packages/js/onboarding/changelog/upgrade-storybook_and_add_pages_workflow
packages/js/onboarding/changelog/dev-build-profiling-tweaks-take-1
packages/js/onboarding/changelog/54996-chore-update-wireit
packages/js/onboarding/changelog/50828-dev-constrain-pnpm-version
packages/js/onboarding/changelog/update-nox-in-context-onboarding-preload
packages/js/onboarding/changelog/dev-consolidate-syncpack-config
packages/js/onboarding/changelog/54404-add-tooltip-for-payment-methods
packages/js/onboarding/changelog/task-update-eslint-config
@ -10196,6 +10211,7 @@ packages/js/data/changelog/dev-55379-reports-store
packages/js/data/changelog/50828-dev-constrain-pnpm-version
packages/js/data/changelog/48586-update-48516-detect-cache-when-launching-store
packages/js/data/changelog/fix-misspelling-in-inline-doc-packages-js
packages/js/data/changelog/update-nox-in-context-onboarding-preload
packages/js/data/changelog/dev-consolidate-syncpack-config
packages/js/data/changelog/fix-migrate-option-store
packages/js/data/changelog/56373-add-56340-support-install-options

View file

@ -5027,6 +5027,7 @@ app/assets/javascripts/app/controllers/_channel/email.coffee
app/assets/javascripts/app/controllers/_channel/form_handler_channel_account_archive_before.coffee
app/assets/javascripts/app/controllers/_channel/email_archive.coffee
app/assets/javascripts/app/controllers/version.coffee
app/assets/javascripts/app/controllers/welcome.coffee
app/assets/javascripts/app/controllers/ssl_certificate.coffee
app/assets/javascripts/app/controllers/clues/first_steps_clues.coffee
app/assets/javascripts/app/controllers/clues/keyboard_shortcuts_clues.coffee
@ -5204,6 +5205,7 @@ app/assets/javascripts/app/views/widget/text_module.jst.eco
app/assets/javascripts/app/views/widget/ticket_stats_list.jst.eco
app/assets/javascripts/app/views/widget/online_notification.jst.eco
app/assets/javascripts/app/views/widget/template.jst.eco
app/assets/javascripts/app/views/welcome.jst.eco
app/assets/javascripts/app/views/password/reset_sent.jst.eco
app/assets/javascripts/app/views/password/reset_failed.jst.eco
app/assets/javascripts/app/views/password/reset.jst.eco

View file

@ -87,6 +87,10 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
.well-known
.well-known/assetlinks.json
.xml
/*/*/_tools
/*/*/more_ideas
/*/_tools
/*/activity
/*/branches
/*/commits
/*/compare
@ -94,8 +98,11 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/*/edit$
/*/forks
/*/graphs
/*/group
/*/invite
/*/issues/new
/*/issues/search
/*/more_ideas
/*/network
/*/projects
/*/pulse
@ -105,11 +112,24 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/*source=
/.git
//wiki/skins
/?*amp_client_id
/?z=1
/MANUALS/*.pdf$
/Search/
/UserAuthentication/
/_
/_/rsrc
/__wishlist__
/_activities
/_activity
/_community
/_created
/_followers
/_following
/_quick_saves
/_saved
/_shop
/_shopping_list
/_widget
/album/*/*?i=
/api
@ -131,10 +151,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?
@ -164,6 +186,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/layout/
/leads/*/jsplayer_show_lead_form.html
/leads/*/show_form.html
/likes
/login
/lookup?
/mediaapi/
@ -176,9 +199,12 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/newest/*rss
/newest/*xml
/newsearch/
/organize
/partials
/pins
/podcast/*/*?i=
/print$
/profile-about
/raw
/report_abuse
/revisions
@ -186,6 +212,8 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/rsvps/*atom
/rsvps/*rss
/rsvps/*xml
/scheduled-pin
/scheduled-pins
/search
/search/
/search/*?q=
@ -214,11 +242,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_
/wiki/Special:
@ -338,6 +370,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
?search_forum=
?set_mobile=
?showAllGroups=
?show_error=true
?slogin
?sort=
?sortBy=
@ -463,6 +496,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
@ -526,6 +561,8 @@ _next/data
_next/jwt
_next/title
_next/viewer
_ngjs/resource
_ngjs/resource/*/get
_nimbusJson.json
_nimbusJsonp.js
_nimbusJsonpStatic.js
@ -645,10 +682,12 @@ actions/news/rss
ad_id=
addContacts
add_favorite
addboard
addressBookExport
admin
admin/
ads
ads.txt
ads/gpa/vidgen
ads/hotels/partners
ads/learn
@ -659,12 +698,12 @@ ads/public
ads/research
ads/search?
ads/ubaq
advanced_blog_search
advisor/*zx1fa
adwords/proposal
adx/bin
affil
affil/pal
age-appeal
agreements/approve
ai-sandbox-internal/generated_images
aihub/tfhub
@ -717,8 +756,10 @@ api?
api_access_key=
app*_
app*form_id=
app-ads.txt
app/
app/updates
appealed-pin
apple-app-site-association
apps
apps*&tags=
@ -796,6 +837,7 @@ author/following
author=
authoring/
authwall
autocomplete
away.php
awmp/data/images
b?*node=7454898011
@ -853,8 +895,10 @@ blogs/nationals-journal-beta
blogs/search/
blogs/slow-ride
blogs/test
blogsearch
blogsearch_feeds
board
board_activity
board_activity_comment
bookmarklet
bookmarks
books
books/NBK
@ -877,17 +921,38 @@ books?*zoom=1
books?*zoom=5
booksrightsholders
boutique/sitemaps
branded-pins
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/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
buzz/post
cai
@ -921,6 +986,7 @@ checkout
checkout-external
checkoutnow
checkpoint
christmas-spotlight
chrome/browser/mobile/tour
chrome/crlset
chrome/webstore/images
@ -944,6 +1010,7 @@ clickthru
clima/ets
clima/sites/registry
clone/library/genomic/organisms
close-account
cloud-launcher/sitemap
cloudsourcetools/images
cms_content
@ -963,6 +1030,7 @@ commission_2010-2014/katainen
commits?author=
common/
common/survey.aspx*
communities
communities/bin.aspx?
communities/blogs/PortalResults.mspx?
communities/eventdetails.mspx?
@ -979,23 +1047,32 @@ community/category/*
community/comments
community/feed
community/trackback
community_comment
community_post
companyDir
compare
compare/*/apply
compressiontest
concussion/HeadsUp/training/
config.js
connect
connections
consumers/archive
contact/menu*
contact/partner*
contactus
contactus/mwaas*
content-claiming
content-guest/rss/channels
control
conversation
conversations
convert-business
convert-personal
coop/directory
coop/manage
copy-conductor/crawled
copyright-reporting
core/
core/*.css$
core/*.css?
@ -1013,14 +1090,22 @@ covid19/mobility
cr$
cr?
create
create_pin
creative-europe/404_en.htm
creative-studio
creative_editor
creator-spotlight
creator_hub/_earn
creator_hub/_partnerships
creatorhub
cse/home
cse/manage
cse/panel
cse?
csp
csrf_error
ct
ct.html
ct/log_list
culturalinstitute/images
culturalinstitute/sitemaps
@ -1045,9 +1130,11 @@ de/integrations
de/ott
de/solutions
de/upload
deactivate-account
default
default.aspx/kb/
default.aspx/ph/
delete_post
delight
dell/cities-transformed
dell/cloud-future-of-medicine
@ -1145,6 +1232,8 @@ ebooks?*zoom=1
ebooks?*zoom=5
ece
eclas
edit
editorial/*
edu/cs4hs
education/404_en.htm
education/blocks
@ -1157,6 +1246,7 @@ ekansa/Open-Context-Data
ekansa/opencontext-
email
email-unsubscribe
email_verification_error
embed
embed/@
embed/curated
@ -1218,6 +1308,7 @@ en/microsoft-viva/
en/security
en/security/
endorsements
engagement
enterprise
enterprise-jobs
enterprise-partner-search/sitemaps
@ -1301,14 +1392,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
fd/
fe=true
feature/sf-test
@ -1343,6 +1438,8 @@ flu/espanol/
flutter-canvaskit
folder
follow
follow_board
follow_user
following
food/archive
food/favourites
@ -1422,6 +1519,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
@ -1537,6 +1636,7 @@ guidebooks
gview
gwt
h5games_gamecenter/images
hanukkah-spotlight
hashtag/*?src=
hd
header/channels
@ -1560,9 +1660,12 @@ help/zendesk_sso
hex
history
history/static
holiday-spotlight
holidays-celebrations
home
home$
home?
homefeed
homepage-video-test
hosted/images
hotel/reviews?
@ -1574,9 +1677,9 @@ hp/video
hpc/*/supported-applications.aspx?
hpm
hpmob
http://cdc.gov/robots.txt
http://podcasts.apple.com/robots.txt
http://s3.amazonaws.com/robots.txt
http://blog.google/robots.txt
http://calendar.google.com/robots.txt
http://twitter.com/robots.txt
hub?category=
hz/contact-us/ajax/initiate-trusted-contact
hz/help/contact/*/message/$
@ -1590,6 +1693,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/
@ -1635,6 +1741,7 @@ info/customerror.htm*
info/smart404.asp*
info/tech-feedback
inproduct_help/chatsupport
install-shuffles
integrations
internalPref
intl
@ -1642,8 +1749,10 @@ intl/*/about/views
intl/*/search/?
intl/*/search?
intlkb/
invite
inviteFromProfile
inviteMany
invited
invoice/est
invoice/estimate/buyerView
invoice/estimate/buyerView/attachments
@ -1679,6 +1788,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
@ -1719,6 +1830,7 @@ ko/integrations
ko/ott
ko/solutions
ko/upload
kwanzaa-spotlight
labs/pmc
labs/popgadget/search
lamda/images
@ -1753,12 +1865,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
lm/R1XIHQVKXSKBNJ
lm/R3HQ5WJSZK6QSO
@ -1786,6 +1901,7 @@ localservices
lochp?
login
login$
login/?next=
login?*=
logout
lp
@ -1924,6 +2040,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
@ -1933,6 +2050,7 @@ news/test
news/test-liveblog
news?viewArticle
newsArticle
news_hub
newsletter
newsroom/dae
newsround
@ -1946,6 +2064,7 @@ nl-nl/lp
nl-nl/searchresults
node/add/
nonprofits/account
notifications
notifications/
ns/hydra/console/?
nus-trk
@ -1953,11 +2072,15 @@ 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
@ -1987,9 +2110,12 @@ pagespeed/insights/ui/logo
panel
pantheon
pantheon-platform
parental-consent/confirmation
parental-passcode
participate/conferences.xml
partner-program
partners
password/reset
password_expired
patent-search/frontend
patents/download
@ -2019,12 +2145,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
@ -2073,6 +2233,7 @@ ppob/?
ppob?
pqa
preference
prefs
present
presentation
prettyearth/assets
@ -2081,6 +2242,8 @@ previewtemplate
print
private
proFile/history?
product-catalogs
product-feed
product-reviews/B0069IY63Y
product/reviews?
productPurchaseDone
@ -2136,12 +2299,14 @@ pt-br/upload
publications
purchases
puzzles/leaderboards/invite
pw
pwapi-proxy/pwproxy
pwapiv2
q=
qnasearch?
qr
quality_form?
quiz
r
rackspace/elevating-performance
radio/imda
@ -2150,6 +2315,7 @@ rating
rd/search
rd/search$
rd/search?
recently-viewed
recharge/dashboard/car
recharge/dashboard/static
recipes/*?q=
@ -2166,6 +2332,9 @@ refer
refer/pal
referrals
referrer=
refresh_stored_accounts
refresh_token
register
registry/wishlist
remotelogout
rep=hc
@ -2173,9 +2342,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
@ -2214,6 +2387,7 @@ s2/search/social
s2/sitemaps
s2/static
s?
safe-redirect
safebrowsing/diagnostic
safebrowsing/report_badware
safebrowsing/report_error
@ -2262,6 +2436,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
services/oauth
@ -2292,6 +2467,7 @@ shop/collections
shop/iphone/payments/overlay
shop/view/product
shop?
shop_pins
shopping-content-api/product_images
shopping/deals
shopping/product
@ -2595,10 +2771,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/
@ -2620,6 +2798,7 @@ ss
ss/customer-reviews/lighthouse
ss/twister/ajax
sslsingle
sso
stadia/gamers
start
stat
@ -2677,6 +2856,10 @@ stores$
stores/
stores/page/*visitId=
stories
story-pin-builder
story-pin-invite
story_feed
story_pins
storyworks/preview
styles/js-on.css$
subscribe/braintree
@ -2702,6 +2885,7 @@ support/content
support/forum/search?
sureroute
surprise
suspension-appeal
sutils
sv-se.www.cloudflare.com
sv-se/feedback
@ -2716,6 +2900,7 @@ svc/spelling-bee
svc/vertex
svc/wordle
svpRecommendations
sw-shell.html
swg
system1/images
t/privacy
@ -2723,6 +2908,7 @@ t/terms
tab=
tablet
tag
taggingtool
tagmanager/containers/xo
tagmanager/pptm.js
talk
@ -2770,7 +2956,9 @@ th-th/feedback
th-th/lp
th-th/searchresults
th?
thanksgiving-spotlight
themacallan/worlds-together
theme
tickets-external?
timedtext_video
title
@ -2862,6 +3050,7 @@ trustedstores/js
trustedstores/s
trustedstores/tm2
trustedstores/verify
tv
tv/thumb
typeahead
u
@ -2877,9 +3066,14 @@ ugc$
ugcsupport
ugcsupport$
ui
unauth-profile
unlink
unsub
until=
upload
upload-image-lens-history
upload-lens-image
upload-shuffle-draft
uploads
urchin_test
url
@ -2897,9 +3091,11 @@ using
utils
uviewer
v1
v1/urls/count.json
v2
v3
v3/openapi
v3/pidgets/log
valkyrie-playground
verified-authors
verify_age
@ -2955,6 +3151,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
@ -3260,7 +3459,7 @@ wiki/Wikipedia_Diskussion:Checkuser
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://goo.gl/robots.txt
wiki/Wikipedia_talk%3AAdministrator_recall
wiki/Wikipedia_talk%3AAdministrator_review
wiki/Wikipedia_talk%3AAdministrators%27_noticeboard
@ -3473,6 +3672,7 @@ xhtml?
xml?
xoplatform/logger/api/logger
xorouter
your-shop
youth/404_en.htm
youtube/fonts
youtube/img/promos