[Github Action] Automated trickest wordlists update.

This commit is contained in:
GitHub Action 2024-05-21 00:20:23 +00:00
parent 89c03d4c4b
commit cf2cc4a8fc
11 changed files with 1204 additions and 771 deletions

View File

@ -10678,6 +10678,11 @@ ghost/core/test/.eslintrc.js
core/test/.eslintrc.js
test/.eslintrc.js
.eslintrc.js
ghost/core/test/e2e-frontend/middleware.test.js
core/test/e2e-frontend/middleware.test.js
test/e2e-frontend/middleware.test.js
e2e-frontend/middleware.test.js
middleware.test.js
ghost/core/test/e2e-frontend/helpers/next_post.test.js
core/test/e2e-frontend/helpers/next_post.test.js
test/e2e-frontend/helpers/next_post.test.js

View File

@ -2066,6 +2066,7 @@ ghost/core/test/e2e-server/services/__snapshots__/recommendation-emails.test.js.
ghost/core/test/e2e-server/services/recommendation-emails.test.js
ghost/core/test/e2e-server/services/member-attribution.test.js
ghost/core/test/.eslintrc.js
ghost/core/test/e2e-frontend/middleware.test.js
ghost/core/test/e2e-frontend/helpers/next_post.test.js
ghost/core/test/e2e-frontend/helpers/get.test.js
ghost/core/test/e2e-frontend/email_routes.test.js

View File

@ -28281,31 +28281,38 @@ api/plugins/content-releases/releases.test.api.ts
plugins/content-releases/releases.test.api.ts
content-releases/releases.test.api.ts
releases.test.api.ts
tests/e2e/scripts/dts-export.js
e2e/scripts/dts-export.js
scripts/dts-export.js
dts-export.js
tests/e2e/tests/admin/transfer/tokens.spec.ts
e2e/tests/admin/transfer/tokens.spec.ts
tests/admin/transfer/tokens.spec.ts
admin/transfer/tokens.spec.ts
transfer/tokens.spec.ts
tokens.spec.ts
tests/e2e/tests/admin/signup.spec.js
e2e/tests/admin/signup.spec.js
tests/admin/signup.spec.js
admin/signup.spec.js
signup.spec.js
tests/e2e/tests/admin/logout.spec.js
e2e/tests/admin/logout.spec.js
tests/admin/logout.spec.js
admin/logout.spec.js
logout.spec.js
tests/e2e/tests/admin/login.spec.js
e2e/tests/admin/login.spec.js
tests/admin/login.spec.js
admin/login.spec.js
login.spec.js
tests/e2e/scripts/dts-export.ts
e2e/scripts/dts-export.ts
scripts/dts-export.ts
dts-export.ts
tests/e2e/constants.ts
e2e/constants.ts
constants.ts
tests/e2e/tests/admin/signup.spec.ts
e2e/tests/admin/signup.spec.ts
tests/admin/signup.spec.ts
admin/signup.spec.ts
signup.spec.ts
tests/e2e/tests/admin/login.spec.ts
e2e/tests/admin/login.spec.ts
tests/admin/login.spec.ts
admin/login.spec.ts
login.spec.ts
tests/e2e/tests/admin/logout.spec.ts
e2e/tests/admin/logout.spec.ts
tests/admin/logout.spec.ts
admin/logout.spec.ts
logout.spec.ts
tests/e2e/tests/admin/api-tokens.spec.ts
e2e/tests/admin/api-tokens.spec.ts
tests/admin/api-tokens.spec.ts
admin/api-tokens.spec.ts
api-tokens.spec.ts
tests/e2e/tests/admin/transfer-tokens.spec.ts
e2e/tests/admin/transfer-tokens.spec.ts
tests/admin/transfer-tokens.spec.ts
admin/transfer-tokens.spec.ts
transfer-tokens.spec.ts
tests/e2e/tests/content-type-builder/tutorial.spec.ts
e2e/tests/content-type-builder/tutorial.spec.ts
tests/content-type-builder/tutorial.spec.ts
@ -28345,9 +28352,6 @@ release-details-page.spec.ts
tests/e2e/README.md
e2e/README.md
README.md
tests/e2e/constants.js
e2e/constants.js
constants.js
tests/e2e/app-template/template/src/components/page-blocks/content-and-image.json
e2e/app-template/template/src/components/page-blocks/content-and-image.json
app-template/template/src/components/page-blocks/content-and-image.json
@ -28729,6 +28733,10 @@ tests/e2e/data/with-admin.tar
e2e/data/with-admin.tar
data/with-admin.tar
with-admin.tar
tests/e2e/utils/file-reset.ts
e2e/utils/file-reset.ts
utils/file-reset.ts
file-reset.ts
tests/e2e/utils/shared.ts
e2e/utils/shared.ts
utils/shared.ts
@ -28737,22 +28745,18 @@ tests/e2e/utils/login.ts
e2e/utils/login.ts
utils/login.ts
login.ts
tests/e2e/utils/dts-export.js
e2e/utils/dts-export.js
utils/dts-export.js
dts-export.js
tests/e2e/utils/rate-limit.js
e2e/utils/rate-limit.js
utils/rate-limit.js
rate-limit.js
tests/e2e/utils/file-reset.js
e2e/utils/file-reset.js
utils/file-reset.js
file-reset.js
tests/e2e/utils/dts-import.js
e2e/utils/dts-import.js
utils/dts-import.js
dts-import.js
tests/e2e/utils/dts-import.ts
e2e/utils/dts-import.ts
utils/dts-import.ts
dts-import.ts
tests/e2e/utils/rate-limit.ts
e2e/utils/rate-limit.ts
utils/rate-limit.ts
rate-limit.ts
tests/e2e/utils/dts-export.ts
e2e/utils/dts-export.ts
utils/dts-export.ts
dts-export.ts
tests/e2e/utils/restart.ts
e2e/utils/restart.ts
utils/restart.ts

View File

@ -3894,11 +3894,13 @@ tests/api/plugins/i18n/content-api/content-types.test.api.js
tests/api/plugins/i18n/content-api/content-api.test.api.js
tests/api/plugins/i18n/locales.test.api.js
tests/api/plugins/content-releases/releases.test.api.ts
tests/e2e/scripts/dts-export.js
tests/e2e/tests/admin/transfer/tokens.spec.ts
tests/e2e/tests/admin/signup.spec.js
tests/e2e/tests/admin/logout.spec.js
tests/e2e/tests/admin/login.spec.js
tests/e2e/scripts/dts-export.ts
tests/e2e/constants.ts
tests/e2e/tests/admin/signup.spec.ts
tests/e2e/tests/admin/login.spec.ts
tests/e2e/tests/admin/logout.spec.ts
tests/e2e/tests/admin/api-tokens.spec.ts
tests/e2e/tests/admin/transfer-tokens.spec.ts
tests/e2e/tests/content-type-builder/tutorial.spec.ts
tests/e2e/tests/content-type-builder/collection-type/create-collection-type.spec.ts
tests/e2e/tests/content-type-builder/ctb-edit-view.spec.ts
@ -3907,7 +3909,6 @@ tests/e2e/tests/content-manager/editview.spec.ts
tests/e2e/tests/content-releases/releases-page.spec.ts
tests/e2e/tests/content-releases/release-details-page.spec.ts
tests/e2e/README.md
tests/e2e/constants.js
tests/e2e/app-template/template/src/components/page-blocks/content-and-image.json
tests/e2e/app-template/template/src/components/page-blocks/hero-image.json
tests/e2e/app-template/template/src/components/meta/seo.json
@ -3954,12 +3955,12 @@ tests/e2e/app-template/README.md
tests/e2e/app-template/package.json
tests/e2e/data/without-admin.tar
tests/e2e/data/with-admin.tar
tests/e2e/utils/file-reset.ts
tests/e2e/utils/shared.ts
tests/e2e/utils/login.ts
tests/e2e/utils/dts-export.js
tests/e2e/utils/rate-limit.js
tests/e2e/utils/file-reset.js
tests/e2e/utils/dts-import.js
tests/e2e/utils/dts-import.ts
tests/e2e/utils/rate-limit.ts
tests/e2e/utils/dts-export.ts
tests/e2e/utils/restart.ts
tests/helpers/create-context.js
tests/helpers/test-app.js

View File

@ -65491,6 +65491,7 @@ docs/conf.py
conf.py
CHANGELOG-1.4.md
gulpfile.babel.js
UPGRADE-1.14.md
CHANGELOG-1.12.md
UPGRADE-1.10.md
config/packages/test_cached/_sylius.yaml

View File

@ -9800,6 +9800,7 @@ docs/customization/factory.rst
docs/conf.py
CHANGELOG-1.4.md
gulpfile.babel.js
UPGRADE-1.14.md
CHANGELOG-1.12.md
UPGRADE-1.10.md
config/packages/test_cached/_sylius.yaml

View File

@ -12748,6 +12748,11 @@ js/product-editor/changelog/update-product-editor-tweak-attributes-layout
product-editor/changelog/update-product-editor-tweak-attributes-layout
changelog/update-product-editor-tweak-attributes-layout
update-product-editor-tweak-attributes-layout
packages/js/product-editor/changelog/fix-product-editor-modal-block-editor-add-crash
js/product-editor/changelog/fix-product-editor-modal-block-editor-add-crash
product-editor/changelog/fix-product-editor-modal-block-editor-add-crash
changelog/fix-product-editor-modal-block-editor-add-crash
fix-product-editor-modal-block-editor-add-crash
packages/js/product-editor/changelog/dev-47357_request_terms_conditionally
js/product-editor/changelog/dev-47357_request_terms_conditionally
product-editor/changelog/dev-47357_request_terms_conditionally
@ -52500,6 +52505,10 @@ plugins/woocommerce/changelog/enhancement-45136-add-verify_known_shoppers-filter
woocommerce/changelog/enhancement-45136-add-verify_known_shoppers-filter-to-order-confirmation-template
changelog/enhancement-45136-add-verify_known_shoppers-filter-to-order-confirmation-template
enhancement-45136-add-verify_known_shoppers-filter-to-order-confirmation-template
plugins/woocommerce/changelog/update-entrepreneur-signup-hide-progress-bar
woocommerce/changelog/update-entrepreneur-signup-hide-progress-bar
changelog/update-entrepreneur-signup-hide-progress-bar
update-entrepreneur-signup-hide-progress-bar
plugins/woocommerce/changelog/dev-vortex-comm-assign
woocommerce/changelog/dev-vortex-comm-assign
changelog/dev-vortex-comm-assign
@ -52556,6 +52565,10 @@ plugins/woocommerce/changelog/47182-fix-not-run-test-on-6.4
woocommerce/changelog/47182-fix-not-run-test-on-6.4
changelog/47182-fix-not-run-test-on-6.4
47182-fix-not-run-test-on-6.4
plugins/woocommerce/changelog/add-show-expiring-notice-on-plugin-update
woocommerce/changelog/add-show-expiring-notice-on-plugin-update
changelog/add-show-expiring-notice-on-plugin-update
add-show-expiring-notice-on-plugin-update
plugins/woocommerce/changelog/47383-dev-update-react-18-tests
woocommerce/changelog/47383-dev-update-react-18-tests
changelog/47383-dev-update-react-18-tests
@ -52572,6 +52585,10 @@ plugins/woocommerce/changelog/46872-46839-fix-error-on-same-prompt
woocommerce/changelog/46872-46839-fix-error-on-same-prompt
changelog/46872-46839-fix-error-on-same-prompt
46872-46839-fix-error-on-same-prompt
plugins/woocommerce/changelog/fix-40660-array-sum
woocommerce/changelog/fix-40660-array-sum
changelog/fix-40660-array-sum
fix-40660-array-sum
plugins/woocommerce/changelog/e2e-disable-coming-soon-in-env-setup
woocommerce/changelog/e2e-disable-coming-soon-in-env-setup
changelog/e2e-disable-coming-soon-in-env-setup
@ -52644,6 +52661,10 @@ plugins/woocommerce/changelog/46899-dev-fix-a11y-icon-only-customer-account-bloc
woocommerce/changelog/46899-dev-fix-a11y-icon-only-customer-account-block
changelog/46899-dev-fix-a11y-icon-only-customer-account-block
46899-dev-fix-a11y-icon-only-customer-account-block
plugins/woocommerce/changelog/update-entrepreneur-signup-hide-site-title
woocommerce/changelog/update-entrepreneur-signup-hide-site-title
changelog/update-entrepreneur-signup-hide-site-title
update-entrepreneur-signup-hide-site-title
plugins/woocommerce/changelog/47101-product-filters-clear-button
woocommerce/changelog/47101-product-filters-clear-button
changelog/47101-product-filters-clear-button
@ -52720,6 +52741,10 @@ plugins/woocommerce/changelog/47274-fix-e2e-test-color-picker
woocommerce/changelog/47274-fix-e2e-test-color-picker
changelog/47274-fix-e2e-test-color-picker
47274-fix-e2e-test-color-picker
plugins/woocommerce/changelog/e2e-fix-flaky-test-fixes
woocommerce/changelog/e2e-fix-flaky-test-fixes
changelog/e2e-fix-flaky-test-fixes
e2e-fix-flaky-test-fixes
plugins/woocommerce/changelog/fix-45806
woocommerce/changelog/fix-45806
changelog/fix-45806
@ -52788,6 +52813,10 @@ plugins/woocommerce/changelog/47334-update-47310-update-lys-confetti
woocommerce/changelog/47334-update-47310-update-lys-confetti
changelog/47334-update-47310-update-lys-confetti
47334-update-47310-update-lys-confetti
plugins/woocommerce/changelog/try-lys-add-custom-font-to-global-style
woocommerce/changelog/try-lys-add-custom-font-to-global-style
changelog/try-lys-add-custom-font-to-global-style
try-lys-add-custom-font-to-global-style
plugins/woocommerce/changelog/47213-fix-flaky-e2e-block-insertion-tests
woocommerce/changelog/47213-fix-flaky-e2e-block-insertion-tests
changelog/47213-fix-flaky-e2e-block-insertion-tests
@ -65184,6 +65213,12 @@ client/wp-admin-scripts/settings-tracking/index.ts
wp-admin-scripts/settings-tracking/index.ts
settings-tracking/index.ts
index.ts
plugins/woocommerce-admin/client/wp-admin-scripts/woo-renew-subscription/index.js
woocommerce-admin/client/wp-admin-scripts/woo-renew-subscription/index.js
client/wp-admin-scripts/woo-renew-subscription/index.js
wp-admin-scripts/woo-renew-subscription/index.js
woo-renew-subscription/index.js
index.js
plugins/woocommerce-admin/client/wp-admin-scripts/wc-addons-tour/index.tsx
woocommerce-admin/client/wp-admin-scripts/wc-addons-tour/index.tsx
client/wp-admin-scripts/wc-addons-tour/index.tsx
@ -65202,6 +65237,12 @@ client/wp-admin-scripts/product-import-tracking/index.ts
wp-admin-scripts/product-import-tracking/index.ts
product-import-tracking/index.ts
index.ts
plugins/woocommerce-admin/client/wp-admin-scripts/woo-enable-autorenew/index.js
woocommerce-admin/client/wp-admin-scripts/woo-enable-autorenew/index.js
client/wp-admin-scripts/woo-enable-autorenew/index.js
wp-admin-scripts/woo-enable-autorenew/index.js
woo-enable-autorenew/index.js
index.js
plugins/woocommerce-admin/client/wp-admin-scripts/woo-plugin-update-connect-notice/index.js
woocommerce-admin/client/wp-admin-scripts/woo-plugin-update-connect-notice/index.js
client/wp-admin-scripts/woo-plugin-update-connect-notice/index.js

View File

@ -1930,6 +1930,7 @@ packages/js/product-editor/changelog/fix-links-toolbar
packages/js/product-editor/changelog/dev-47035_request_tags_conditionally
packages/js/product-editor/changelog/update-introduce-attributes-combobox-control
packages/js/product-editor/changelog/update-product-editor-tweak-attributes-layout
packages/js/product-editor/changelog/fix-product-editor-modal-block-editor-add-crash
packages/js/product-editor/changelog/dev-47357_request_terms_conditionally
packages/js/product-editor/changelog/update-product-editor-add-new-attribute-iteration
packages/js/product-editor/changelog/update-introduce-optimistc-query-update
@ -8171,6 +8172,7 @@ plugins/woocommerce/changelog/47460-fix-turn-change-address-to-button
plugins/woocommerce/changelog/fix-warning-create-pages-when-filtered
plugins/woocommerce/changelog/46229-add-wccom19063-in-app-shared-by-badge
plugins/woocommerce/changelog/enhancement-45136-add-verify_known_shoppers-filter-to-order-confirmation-template
plugins/woocommerce/changelog/update-entrepreneur-signup-hide-progress-bar
plugins/woocommerce/changelog/dev-vortex-comm-assign
plugins/woocommerce/changelog/47083-update-46010-place-order-button-with-price
plugins/woocommerce/changelog/dev-buildkite-on-automattic-account
@ -8185,10 +8187,12 @@ plugins/woocommerce/changelog/47131-fix-46836-broken-checkout-address-form-layou
plugins/woocommerce/changelog/update-templates-documentation
plugins/woocommerce/changelog/472140-refacor-e2e-remove-wait-for-timeout
plugins/woocommerce/changelog/47182-fix-not-run-test-on-6.4
plugins/woocommerce/changelog/add-show-expiring-notice-on-plugin-update
plugins/woocommerce/changelog/47383-dev-update-react-18-tests
plugins/woocommerce/changelog/46479-blocks-reference-documentation
plugins/woocommerce/changelog/pr-46975
plugins/woocommerce/changelog/46872-46839-fix-error-on-same-prompt
plugins/woocommerce/changelog/fix-40660-array-sum
plugins/woocommerce/changelog/e2e-disable-coming-soon-in-env-setup
plugins/woocommerce/changelog/46906-update-woocommerce-version-on-status-page
plugins/woocommerce/changelog/update-bump-a8c-tour-kit-version
@ -8207,6 +8211,7 @@ plugins/woocommerce/changelog/47314-update-47307-remove-hover-background-on-admi
plugins/woocommerce/changelog/imp-46153-report-readibility
plugins/woocommerce/changelog/fix-46850-collection-taxonomy-filter-pagination
plugins/woocommerce/changelog/46899-dev-fix-a11y-icon-only-customer-account-block
plugins/woocommerce/changelog/update-entrepreneur-signup-hide-site-title
plugins/woocommerce/changelog/47101-product-filters-clear-button
plugins/woocommerce/changelog/46664-fix-46623-restrict-only-does-not-work-on-a-sub-dir-site
plugins/woocommerce/changelog/46672-fix-delete-jest-infrastructure
@ -8226,6 +8231,7 @@ plugins/woocommerce/changelog/47120-fix-select-shipping-rate-after-loading
plugins/woocommerce/changelog/47235-update-47187-use-wp_plugin_dependencies_slug
plugins/woocommerce/changelog/fix-coming-soon-mobile-ui
plugins/woocommerce/changelog/47274-fix-e2e-test-color-picker
plugins/woocommerce/changelog/e2e-fix-flaky-test-fixes
plugins/woocommerce/changelog/fix-45806
plugins/woocommerce/changelog/fix-42682
plugins/woocommerce/changelog/47541-fix-e2e-site-editor-canvas-loader
@ -8243,6 +8249,7 @@ plugins/woocommerce/changelog/fix-27568-refund-endpoint
plugins/woocommerce/changelog/enhancement-46502
plugins/woocommerce/changelog/46626-fix-eslint-errors
plugins/woocommerce/changelog/47334-update-47310-update-lys-confetti
plugins/woocommerce/changelog/try-lys-add-custom-font-to-global-style
plugins/woocommerce/changelog/47213-fix-flaky-e2e-block-insertion-tests
plugins/woocommerce/changelog/dev-46844_remove_not_used_feature_flags
plugins/woocommerce/changelog/46897-dev-fix-a11y-add-to-cart
@ -10112,9 +10119,11 @@ plugins/woocommerce-admin/client/wp-admin-scripts/attributes-tracking/index.js
plugins/woocommerce-admin/client/wp-admin-scripts/marketing-coupons/index.js
plugins/woocommerce-admin/client/wp-admin-scripts/settings-tracking/exit-setting-page.ts
plugins/woocommerce-admin/client/wp-admin-scripts/settings-tracking/index.ts
plugins/woocommerce-admin/client/wp-admin-scripts/woo-renew-subscription/index.js
plugins/woocommerce-admin/client/wp-admin-scripts/wc-addons-tour/index.tsx
plugins/woocommerce-admin/client/wp-admin-scripts/product-import-tracking/product-import-tracking.ts
plugins/woocommerce-admin/client/wp-admin-scripts/product-import-tracking/index.ts
plugins/woocommerce-admin/client/wp-admin-scripts/woo-enable-autorenew/index.js
plugins/woocommerce-admin/client/wp-admin-scripts/woo-plugin-update-connect-notice/index.js
plugins/woocommerce-admin/client/wp-admin-scripts/order-tracking/index.ts
plugins/woocommerce-admin/client/wp-admin-scripts/order-tracking/exit-order-page.ts

View File

@ -31,6 +31,10 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
.well-known
.well-known/assetlinks.json
.xml
/*/*/_tools
/*/*/more_ideas
/*/_tools
/*/activity
/*/branches
/*/commits
/*/compare
@ -38,8 +42,11 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/*/edit$
/*/forks
/*/graphs
/*/group
/*/invite
/*/issues/new
/*/issues/search
/*/more_ideas
/*/network
/*/projects
/*/pulse
@ -49,6 +56,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/*/watchers
/*source=
/.git
/?z=1
/B00M3E1HJY
/B00M3E1NYI
/B00M3E1Q5Y
@ -67,6 +75,16 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/Search/
/_
/_/rsrc
/_activities
/_activity
/_community
/_created
/_followers
/_following
/_quick_saves
/_saved
/_shop
/_shopping_list
/album/*/*?i=
/api
/apis
@ -81,6 +99,8 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/comments/*?*sort=
/commits/*?author
/commits/*?path
/communities
/discovered
/docs/product
/download
/download/Browse.aspx?
@ -106,6 +126,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/leads/*/jsplayer_show_lead_form.html
/leads/*/show_form.html
/liked_by
/likes
/listing/*/favoriters
/lookup?
/mediaapi/
@ -113,15 +134,20 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/music/*/Search/
/music/*/search/
/newsearch/
/organize
/people/*/circle
/people/*/favorites
/pinned_flashes
/pins
/podcast/*/*?i=
/print$
/profile-about
/raw
/revisions
/rg*/mediaviewer/rm*/tr
/rss
/scheduled-pin
/scheduled-pins
/search
/search$
/search.compact$
@ -143,11 +169,15 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/store/d/groove-music-pass/cfq7ttc0k5dq/0001
/store/locations/store-locations-sitemap.xml
/store/music/groove-music-pass/*
/story_pins
/tagged
/tarball
/tree
/tried
/tv-season/*/*?i=
/unsubscribe/
/video-
/video_pins
/wal/
/wiki/Special:
/wiki/index.php/Help
@ -216,6 +246,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
?order=
?pt1=true$
?s=
?show_error=true
?tab=achievements&achievement=
?utm_*=
?w=address
@ -301,6 +332,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
@ -368,6 +401,8 @@ _next/gtm
_next/jwt
_next/title
_next/viewer
_ngjs/resource
_ngjs/resource/*/get
_nimbusJson.json
_nimbusJsonp.js
_nimbusJsonpStatic.js
@ -476,6 +511,7 @@ ad_spice
ad_syndication_user_tracking
ad_visibility
addContacts
addboard
addressBookExport
admin
adredir?
@ -497,6 +533,7 @@ adwords/proposal
adx/bin
affil
affil/pal
age-appeal
aihub/tfhub
ajax
ajax/follow_info
@ -534,6 +571,7 @@ api_access_key=
app*_
app*form_id=
app/updates
appealed-pin
apple-app-site-association
apps
apps*&tags=
@ -703,6 +741,7 @@ auth/verifychallenge
author/following
author=
authwall
autocomplete
away.php
b?*node=7454898011
b?*node=7454917011
@ -816,7 +855,11 @@ blogs/test
blogsearch
blogsearch_feeds
bn
board
board_activity
board_activity_comment
bookmark?
bookmarklet
bookmarks
books
books/about
@ -838,17 +881,38 @@ books?*zoom=1
books?*zoom=5
booksrightsholders
boutique/sitemaps
branded-pins
browse/reviews/recent
business/ad_create
business/adshare
business/adshare/faqs
business/blahblah
business/business-access
business/business-hierarchy
business/business-manager
business/catalogs
business/commerce-integrations
business/community-information
business/convert
business/create
business/create-linked-account
business/feedback
business/hub
business/invite
business/leads/jsplayer_show_lead_form.html
business/leads/show_form.html
business/learning/blog
business/onboarding
business/pin_create
business/premium/is_payment_pending
business/promotion
business/referral
business/sales/blog
business/site
business/switch-account
business/top-ads
business/update
business/verified-merchant/status
buttonlite.js
buyside-e2e-monitor
buzz/post
@ -1039,6 +1103,7 @@ checkout
checkout/package
checkoutnow
checkpoint
christmas-spotlight
chrome/browser/mobile/tour
chrome/crlset
chrome/webstore/images
@ -1062,6 +1127,7 @@ client_error
client_errors
clima/ets
clima/sites/registry
close-account
cloud-launcher/sitemap
cloudsourcetools/images
cms_content
@ -1082,6 +1148,7 @@ commercesearch/images
commercesearch/services
commission_2010-2014/katainen
commits?author=
communities
communities/bin.aspx?
communities/blogs/PortalResults.mspx?
communities/eventdetails.mspx?
@ -1097,24 +1164,32 @@ community/category/*
community/comments
community/feed
community/trackback
community_comment
community_post
community_s
companyDir
compare
compare/*/apply
compressiontest
config.js
connect
connections
connector
consumers/archive
contact_me
contactus
content
content-claiming
context_referrer=gig_page
context_referrer=user_page
control
conversation
conversations
convert-business
convert-personal
coop/directory
coop/manage
copyright-reporting
corgi$
couchmode
counter/*?
@ -1122,7 +1197,13 @@ counters/client-screenview
coupons/visit
covid19
covid19/mobility
create_pin
creative-europe/404_en.htm
creative-studio
creative_editor
creator-spotlight
creator_hub/_earn
creator_hub/_partnerships
creatorhub
cse/home
cse/manage
@ -1131,7 +1212,9 @@ cse?
csp
csp_block
csp_report_only
csrf_error
ct
ct.html
ct/log_list
culturalinstitute/images
culturalinstitute/sitemaps
@ -1241,7 +1324,9 @@ de/teams
de/transactions
de/treasury
de/your
deactivate-account
default
delete_post
delight
dell/cities-transformed
dell/cloud-future-of-medicine
@ -1291,6 +1376,7 @@ digital-single-market/taxonomy
digital-single-market/users
directory
directory/all
discover
discussion
discussion/comment-permalink
discussion/edit-profile
@ -1388,6 +1474,8 @@ ebooks?*zoom=1
ebooks?*zoom=5
ece
eclas
edit
editorial/*
edu/cs4hs
education/404_en.htm
edurec
@ -1399,6 +1487,7 @@ elite?
email
email-unsubscribe
email_actions
email_verification_error
embed
embed/feed/update
employment_social/anticipedia/xwiki/bin/attach
@ -1453,6 +1542,7 @@ en/microsoft-viva/
en/security
en/security/
endorsements
engagement
enterprise-jobs
enterprise-partner-search/sitemaps
environment/ets
@ -1555,6 +1645,8 @@ 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
@ -1564,6 +1656,7 @@ facebook
facebook_connect
faves-i_love_u_get_away_from_me
favorite
fb.html
fe=true
feature/sf-test
feed
@ -1643,6 +1736,8 @@ flights
flutter-canvaskit
folder
follow
follow_board
follow_user
following
food/archive
food/favourites
@ -1753,6 +1848,8 @@ globalmarketfinder
globalmarketfinder/*.html
go/awards
gold?
google_gdn.html
google_search.html
googlebooks/images
goto
gp
@ -1863,6 +1960,7 @@ gview
gwt
h5games_gamecenter/images
handmade
hanukkah-spotlight
hashtag/*?src=
hd
header/channels
@ -1937,15 +2035,18 @@ hk-en/teams
hk-en/transactions
hk-en/treasury
hk-en/your
holiday-spotlight
holidays-celebrations
home
homefeed
homepage-video-test
hosted/images
hotelfinder/rpc
hotels/rpc
hp/video
hpc/*/supported-applications.aspx?
http://i0.wp.com/robots.txt
http://yelp.com/robots.txt
http://developers.google.com/robots.txt
http://patreon.com/robots.txt
hub?category=
hz/contact-us/ajax/initiate-trusted-contact
hz/help/contact/*/message/$
@ -1956,6 +2057,9 @@ i/u
ia
icons
id-id.www.cloudflare.com
idea-ads-tool
idea-pin-builder
idea-pin-invite
identity/accountsettingsactivityweb
identity/accountsettingssyaf
ie*/listing/*/favoriters
@ -2126,11 +2230,14 @@ info/customerror.htm*
info/smart404.asp*
info/tech-feedback
inproduct_help/chatsupport
install-shuffles
internalPref
intl/*/about/views
intlkb/
invite
inviteFromProfile
inviteMany
invited
invites/buy
invoice/est
invoice/estimate/buyerView
@ -2220,6 +2327,8 @@ johnhancock
johnhancock/in-a-lifetime-healthcare
johnhancock/in-a-lifetime-sustainability
johnhancock/in-a-lifetime-work
join/?next=
join/signup/?next=
jp*/listing/*/favoriters
jp*/people/*/circle
jp*/people/*/favorites
@ -2282,6 +2391,7 @@ knowmore
ko-kr.www.cloudflare.com
ko-kr/feedback
ko-kr/lp
kwanzaa-spotlight
labs/popgadget/search
lamda/images
landing/cmsnext-root
@ -2316,10 +2426,12 @@ learning/search?
learning/settings
learning/settings$
learning/settings?
lens-search
li/track
library/devices
licensing-syndication
limited-release
linked
linkedin
list
list/ls*/_ajax
@ -2328,6 +2440,7 @@ listing/*/stubs
lite
lite.publication.PublicationRequestFulltextPromo.requestFulltext.html
live
live-session
live_chat
lm/R1XIHQVKXSKBNJ
lm/R3HQ5WJSZK6QSO
@ -2359,6 +2472,7 @@ lochp?
logging
login
login$
login/?next=
login?*=
logo-maker/brief
logo-maker/choose-variation
@ -2537,6 +2651,7 @@ native
nb-no.www.cloudflare.com
nbubumblebee
network
new_invite
news$
news/$
news/0
@ -2548,6 +2663,7 @@ news/test
news/test-liveblog
news?viewArticle
newsArticle
news_hub
newsletter
newsroom/dae
newsroom/notifications
@ -2655,6 +2771,7 @@ no-en/treasury
no-en/your
nonprofits/account
not_recommended_reviews/preview
notifications
ns/hydra/console/?
nus-trk
nwshp$
@ -2707,8 +2824,12 @@ nz/teams
nz/transactions
nz/treasury
nz/your
oauth/line
oauth/login
oauth/v2
oauth2/v2
oauth_error
offsite
og
onebox/media/sports/logos
onebox/media/sports/photos/soccer/wc2018
@ -2739,8 +2860,11 @@ pages?oid=-
pagespeed/insights/ui/logo
pantheon
pantheon-platform
parental-consent/confirmation
parental-passcode
participate/conferences.xml
partners
password/reset
password_expired
patent-search/frontend
patents/download
@ -2770,8 +2894,39 @@ photos/gbachelie
photos/i_love_u_get_away_from_me
photos/tags/*/page
photos/youpy
pin-builder
pin-communities
pin-creation-tool
pin-editor
pin/*/activities
pin/*/activity
pin/*/analytics
pin/*/brand-catalog
pin/*/comments
pin/*/email
pin/*/feedback
pin/*/idea-pin/related-products
pin/*/likes
pin/*/promote
pin/*/reaction
pin/*/related-products
pin/*/repin
pin/*/repins
pin/*/sent
pin/*/share
pin/*/shop-the-look
pin/*/tag
pin/*/takes
pin/*/visual-search
pin/create
pin/find
pin/find?url=
pin_shop
ping?
pingback
pinterest-predicts
pinterest-wellbeing
pinterestwellbeing
pl*/listing/*/favoriters
pl*/people/*/circle
pl*/people/*/favorites
@ -2822,6 +2977,7 @@ pl/teams
pl/transactions
pl/treasury
pl/your
place
plan=
platform-telemetry
play/store/web
@ -2851,6 +3007,7 @@ ppob?
pqa
preference
preferences
prefs
present
presentation
prettyearth/assets
@ -2861,6 +3018,8 @@ private
pro
pro-resources
pro/about
product-catalogs
product-feed
product-reviews/B0069IY63Y
productPurchaseDone
product_
@ -2938,6 +3097,7 @@ publications
publicliterature.PublicLiterature.search.html
purchases
puzzles/leaderboards/invite
pw
pwapi-proxy/pwproxy
pwapiv2
px.gif
@ -2947,6 +3107,7 @@ qp/batch_fetch_web
qr
quality_form?
query
quiz
r
r/*.rss
r/*/comments/*.rss
@ -2974,6 +3135,7 @@ random
rd/search
rd/search$
rd/search?
recently-viewed
recharge/dashboard/car
recharge/dashboard/static
recipes/search
@ -2991,6 +3153,8 @@ refer
refer/pal
referrals
referrer=
refresh_stored_accounts
refresh_token
register
registration
registry/wishlist
@ -3001,10 +3165,14 @@ report
report-abuse?report=
report=
report_abuse.gne
reports-and-violations
request-data
requestList
requests
research/participants/cofund
reservations/*/notifyme
resource
resource/*/get
results
retail
retail/old
@ -3038,6 +3206,7 @@ s2/sitemaps
s2/static
s3
s?
safe-redirect
safebrowsing/diagnostic
safebrowsing/report_badware
safebrowsing/report_error
@ -3134,6 +3303,7 @@ searchhistory
sections
secure
seller_onboarding
sendHeaderEarly
send_to_friend
sendarticle
services
@ -3209,6 +3379,7 @@ shop/browse/overlay
shop/browse/ribbon
shop/iphone/payments/overlay
shop_name_search_service
shop_pins
shopping-content-api/product_images
shopping/product
shopping/ratings/account/metrics
@ -3217,7 +3388,7 @@ shopping/reviewer
shopping/seller
shopping/suppliers/search
shopping?
showtimes/location/*http://apis.google.com/robots.txt
showtimes/location/*http://ted.com/robots.txt
sidewiki/entry
signature
signin/inject
@ -3502,11 +3673,13 @@ smart/buttons
social/photosui/images
social/photosui/sitemap
social/social-security-directory/cai
socialmanager
sounds/player
sounds/player$
sounds/search
sounds/search$
sounds/search?
source
source=
source_repo=
spain/empresas/
@ -3528,6 +3701,7 @@ ss
ss/customer-reviews/lighthouse
ss/twister/ajax
sslsingle
sso
stadia/gamers
start
start_order
@ -3582,6 +3756,10 @@ storefront
storepicker
stores/page/*visitId=
stories
story-pin-builder
story-pin-invite
story_feed
story_pins
studios
styles/js-on.css$
submit
@ -3602,6 +3780,7 @@ support
support/content
support/forum/search?
surprise
suspension-appeal
sv-se.www.cloudflare.com
svc
svc/crosswords
@ -3615,12 +3794,14 @@ svc/vertex
svc/web
svc/wordle
svpRecommendations
sw-shell.html
swg
syndicate
system1/images
t/terms
tab=
tablet
taggingtool
tagmanager/containers/xo
tagmanager/pptm.js
talk
@ -3653,8 +3834,10 @@ test
testpage-forhomepage
tetro
th-th.www.cloudflare.com
thanksgiving-spotlight
thanx?
themacallan/worlds-together
theme
themes/rss
things/search
things/search$
@ -3729,6 +3912,7 @@ trustedstores/js
trustedstores/s
trustedstores/tm2
trustedstores/verify
tv
tv/thumb
tvschedule
twitter
@ -3793,9 +3977,13 @@ uk/teams
uk/transactions
uk/treasury
uk/your
unauth-profile
unlink
unsub
until=
updates
upload-image-lens-history
upload-lens-image
uploads
urchin_test
us-es*/listing/*/favoriters
@ -3869,6 +4057,8 @@ uviewer
v1
v1/browser-performance
v1/stats
v1/urls/count.json
v3/pidgets/log
v4
verify_age
vi-vn.www.cloudflare.com
@ -3897,9 +4087,12 @@ watch_queue_ajax
webmasters/sitemaps/ping?
webscr
websearch
website/confirm
website/confirm/download
webstore/search
webstore/static/*/wall/js
weekly/signup
welcome
whats-next/planes-trains-and-analytics
whsmiths
widget_auth.php
@ -4361,6 +4554,7 @@ xoonboarding
xoplatform/logger/api/logger
xorouter
your
your-shop
youth/404_en.htm
youtube/fonts
youtube/img/promos

View File

@ -3070,7 +3070,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/newssearch
/no-internet-heading-assigned
/no-internet-heading-assisted
/no-referrer-when-downgradehttp://gmail.com/robots.txt
/no-referrer-when-downgradehttp://ko-fi.com/robots.txt
/no-search-results
/node
/node/add
@ -3191,7 +3191,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/professionals/*/*style-modern-probr1-
/profile
/profile-about
/profile/activation
/profileshow
/project_members
/promoassets
@ -3631,7 +3630,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
?*__rmid
?*__rmidpage
?*ajs_event
?*apikey*http://visitazores.com/robots.txt
?*apikey*http://europarl.europa.eu/robots.txt
?*app
?*appidt=*
?*aspects=
@ -3845,13 +3844,15 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
?*utm_medium=
?*utm_source
?*utm_source=
?*utm_source=http://chrome.google.com/robots.txt
?*utm_source=http://cricketarchive.com/robots.txt
?*utm_term=
?*verified=
?*xid
?252525253Bpreview=
?Author=
?CMP
?EGOTECpage
?ExternalDataReference
?LID=
?ModPagespeed=noscript
?RefID=
@ -3864,6 +3865,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
?_af_cid=
?_cookie-check=
?_erv=*
?_ga
?_gl
?_health_check_=
?_locale=
@ -4133,6 +4135,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
?ref=binfind.com
?referralCode=*
?referrer=
?region=
?region=australia-and-new-zealand
?replytocom
?reported_by=
@ -6631,12 +6634,12 @@ api.html?
api.php
api/
api/?
api/attachments/*http://docs.wixstatic.com/robots.txt
api/attachments/*http://euronews.com/robots.txt
api/discovery
api/editionurlgenerator
api/eventlogging
api/html
api/http://kobo.com/robots.txt
api/http://steamcommunity.com/robots.txt
api/internal/analytics/songs
api/jobPostings/jobs
api/legendary-data/relay
@ -6704,7 +6707,7 @@ appchart
appdynamics-wem.cisco.com
appealed-pin
apple-app-site-association
apple-app-site-associationhttp://fonts.google.com/robots.txt
apple-app-site-associationhttp://mediafire.com/robots.txt
apple-news
appliance
applicant-eligibility
@ -6761,8 +6764,10 @@ archiv/regional
archive
archive$
archive/api/image.jpg
archive/article
archive/graphs.php
archive/lifestyle/wellness/1999/01/19/an-illness-no-one-understands-tourettes-syndrome/852df0cc-2164-4c83-be8d-0c770d028547
archive/page
archive/project/sovsport$
archived
archives
@ -6784,7 +6789,11 @@ article/HUG
article/PR-CO
article/api
article/beta
article/category
article/preview
article/this-article-has-been-deleted
article/this-article-has-been-removed
article/this-article-is-no-longer-available
article_email
articlecomment/
articles
@ -6915,6 +6924,7 @@ at/market/dixie_flag
at/market/rebel_flag
at/messages
at/mini.php
at/search
at/search*attr_*=
at/search*price_bucket=
at/search*search_type=
@ -7893,7 +7903,7 @@ blog/*?text=
blog/*sitemap.xml$
blog/*utm_source=
blog/.
blog/.html.*http://salon.com/robots.txt
blog/.html.*http://zillow.com/robots.txt
blog/?p=
blog/?s=
blog/Neuer_Beitrag.html
@ -8020,7 +8030,7 @@ bookmark_mana2
bookmarklet
bookmarks
bookmarks/widget
bookmarkshttp://ed.ted.com/robots.txt
bookmarkshttp://ja.wikipedia.org/robots.txt
books
books/NBK
books/about
@ -8937,7 +8947,7 @@ cdn-cgi
cdn-cgi/
cdn-cgi/bm/cv
cdn-cgi/challenge-platform
cdn-cgi/http://mediapost.com/robots.txt
cdn-cgi/http://iso.org/robots.txt
cdn-cgi/rum
cdn-cgi/zaraz/s.js
cdn-cgi/zaraz/t
@ -8965,7 +8975,7 @@ cgi-bin/homelandsecurity
cgi-bin/loginpage
cgi-bin/state
cgi-bin/wx
cgi-binhttp://ifttt.com/robots.txt
cgi-binhttp://youtube.de/robots.txt
cgi-local
cgi-perl
cgi-registry
@ -9244,6 +9254,7 @@ cn/license/spice-models-license.html
cn/login-messages
cn/products/online-datasheet/
cn/resources/packaging-quality-symbols-footprints/symbols-and-footprints/
cn/search
cn/solutions/case-studies/
cn/solutions/case-studies/innovators/innovators-eu/
cnevideos
@ -9304,7 +9315,7 @@ co/user
co/users
co/ventureone
code/*
code/http://w3techs.com/robots.txt
code/http://bing.com/robots.txt
codesamples/
coin*mid=
colehaan/daring-to-step-forward
@ -9426,7 +9437,6 @@ companies
companies/c
companies/o
companies/search
company
company/*.rss
company/?s=
company/add-ons-agreement
@ -9512,7 +9522,7 @@ conflagexp
connect
connect/@
connect/help/search-results.html
connect/http://blog.twitter.com/robots.txt
connect/http://discogs.com/robots.txt
connect/social-intranet.html
connections
connections/recent
@ -9638,7 +9648,7 @@ content/dam/ircc/documents/pdf/francais/trousses/form/imm5476
content/dam/ircc/documents/pdf/francais/trousses/form/imm5644
content/dam/ircc/documents/pdf/francais/trousses/form/irm0002
content/dam/ircc/documents/pdf/francais/trousses/form/irm0004
content/dam/ircc/documents/pdf/francais/trousses/form/irm0005/http://canalplus.fr/robots.txt
content/dam/ircc/documents/pdf/francais/trousses/form/irm0005/http://graphisoft.com/robots.txt
content/dam/ircc/documents/pdf/francais/trousses/guides/guide-0142-avion-afghanistan-voie-acces-rp.pdf
content/dam/redcross/lp
content/dam/web/da_dk/www
@ -10906,6 +10916,7 @@ edit/success
edit_article
editarticle
editgroup
edition/null
editionssi
editor
editor.jsp
@ -11625,7 +11636,7 @@ events/friday-rush$
events/fsi-cloud-symposium-nyc.html
events/rss
evernote/like.php
evite/*http://dw.com/robots.txt
evite/*http://egmcartech.com/robots.txt
examples/*
exclusive-offers
exec/obidos/account-access-login
@ -11773,6 +11784,8 @@ feedback
feedback
feedback/user_study
feeds
feeds.thetimes.co.uk/puzzles
feeds.thetimes.co.uk/timescrossword
feeds/
feeds/*
feeds/rss
@ -11907,7 +11920,7 @@ files/techabuse-welsh.pdf
files/techabuse.pdf
fileview
filing/free-file-fillable-forms/free-file-fillable-forms-support
filing/free-file-fillable-forms/free-file-fillable-forms-support-2http://is.gd/robots.txt
filing/free-file-fillable-forms/free-file-fillable-forms-support-2http://arte.tv/robots.txt
filter
filter/tips
filter/tips
@ -12328,7 +12341,7 @@ fy-NL/search
fy-NL/user
fy-NL/users
g
g/4arE9Chttp://flickr.com/robots.txt
g/4arE9Chttp://nngroup.com/robots.txt
g/api
g00
g01
@ -12550,7 +12563,7 @@ gh/news
gh/useracquisition
gh_jid=
gif
gifshttp://gist.github.com/robots.txt
gifshttp://1.bp.blogspot.com/robots.txt
gift-redemption
gift-terms
gift_card=
@ -12903,7 +12916,7 @@ ha/search
ha/user
ha/users
hackathons/reinvent-2013/
hacker/*/followhttp://hackerone.com/robots.txt
hacker/*/followhttp://mp.weixin.qq.com/robots.txt
hacker/*/unfollow
hair-transplant-services
handler
@ -13142,6 +13155,7 @@ hk/landing
hk/outils/createur-de-logo/onboarding
hk/retail/search$
hk/retail/search?
hk/search
hk/strumenti/creatore-di-logo/onboarding
hk/technology.atom
hk/technology/tagged/*page
@ -13294,41 +13308,41 @@ http
http-checker
http2_data
http:
http://2.bp.blogspot.com/robots.txt
http://about.google/robots.txt
http://amazon.de/robots.txt
http://amzn.to/robots.txt
http://api.whatsapp.com/robots.txt
http://app.box.com/robots.txt
http://audiomack.com/robots.txt
http://bbc.com/robots.txt
http://bcn.cl/robots.txt
http://behance.net/robots.txt
http://census.gov/robots.txt
http://euronews.com/robots.txt
http://1.gravatar.com/robots.txt
http://ads.google.com/robots.txt
http://australia.com/robots.txt
http://crunchyroll.com/robots.txt
http://engadget.com/robots.txt
http://extension.purdue.edu/robots.txt
http://graphisoft.com/robots.txt
http://hubspot.com/robots.txt
http://ie.edu/robots.txt
http://linkedin.com/robots.txt
http://mashable.com/robots.txt
http://mrisoftware.com/robots.txt
http://nationalgeographic.com/robots.txt
http://news.cnet.com/robots.txt
http://news.yahoo.com/robots.txt
http://npmjs.com/robots.txt
http://patreon.com/robots.txt
http://producthunt.com/robots.txt
http://raiplay.it/robots.txt
http://redbubble.com/robots.txt
http://support.apple.com/robots.txt
http://techradar.com/robots.txt
http://tiny.cc/robots.txt
http://torproject.org/robots.txt
http://fda.gov/robots.txt
http://finance.yahoo.com/robots.txt
http://help.instagram.com/robots.txt
http://i.imgur.com/robots.txt
http://imgur.com/robots.txt
http://mozilla.com/robots.txt
http://nam.edu/robots.txt
http://neilpatel.com/robots.txt
http://opera.com/robots.txt
http://orcd.co/robots.txt
http://paypal.me/robots.txt
http://paypalobjects.com/robots.txt
http://princeton.edu/robots.txt
http://raw.githubusercontent.com/robots.txt
http://res.cloudinary.com/robots.txt
http://s3-eu-west-1.amazonaws.com/robots.txt
http://search.google.com/robots.txt
http://soundcloud.com/robots.txt
http://sproutsocial.com/robots.txt
http://support.mozilla.org/robots.txt
http://ted.com/robots.txt
http://thinkwithgoogle.com/robots.txt
http://translate.google.com/robots.txt
http://upload.wikimedia.org/robots.txt
http://vogue.com/robots.txt
http://yelp.com/robots.txt
http://video.google.com/robots.txt
http://w3c.github.io/robots.txt
http://webmd.com/robots.txt
http://woocommerce.com/robots.txt
http://yellowpages.ca/robots.txt
http://zendesk.com/robots.txt
hu
hu-*/
hu-hu/
@ -14006,7 +14020,7 @@ intcmp=
integrate/
integromedb
intelligencer/amp
interactive*http://fcc.gov/robots.txt
interactive*http://jigsaw.w3.org/robots.txt
interactive/reading-preference
interface/pda
intern/service/suche
@ -14602,6 +14616,7 @@ jp/promos
jp/resources/packaging-quality-symbols-footprints/symbols-and-footprints/
jp/retail/search$
jp/retail/search?
jp/search
jp/search*attr_*=
jp/search*price_bucket=
jp/search*search_type=
@ -14804,6 +14819,7 @@ kr/landing
kr/outils/createur-de-logo/onboarding
kr/retail/search$
kr/retail/search?
kr/search
kr/strumenti/creatore-di-logo/onboarding
kr/technology.atom
kr/technology/tagged/*page
@ -14879,7 +14895,7 @@ layout/set/txt_pq
layout/set/xml
layouts
lb
leadingtogether/http://validator.w3.org/robots.txt
leadingtogether/http://tiff.net/robots.txt
leaf
learn
learn-noperf
@ -14914,7 +14930,7 @@ learning/settings?
learnmorelayer
learnmorelayertv
lecture
lecture/http://creativecommons.org/robots.txt
lecture/http://icann.org/robots.txt
lees/gids/exclusief
lees/gids/exclusief$
lees/gids/exclusief.*$
@ -15146,6 +15162,7 @@ login$
login-business/*
login-messages
login.mhtml$
login.thetimes.co.uk/user/logout
login/
login/$
login/?*guestpasskey=
@ -15512,7 +15529,7 @@ media/popup/
media/thumbnails/
media/tv/channel/credits
media/tyfo*
media/tyfo*http://statcounter.com/robots.txt
media/tyfo*http://promo.com/robots.txt
mediabase
mediaembed
medialibrary/de/brief
@ -16193,6 +16210,7 @@ my*/step
my*/submit
my*/submitted
my-account
my-articles
my-eurlex
my-library
my-list-shows
@ -17214,8 +17232,6 @@ page/*/?egotecpage
page/*/?hc_location=
page/*/?iq_id=
page/*/?pcd=
page/*/?s
page/*/?s=
page/*/?search=
page/account-confirmation-thanks
page/html
@ -17309,6 +17325,9 @@ password
password-changed-email
password/reset
password_expired
past-six-days
past-six-days$
past-six-days/$
patent-search/frontend
patents
patents/download
@ -17645,9 +17664,10 @@ play/store/web
play/surveys/serp
play/videos/modulos
player
player/brightcove
player/metadata/video
playerColor=
playerhttp://rollingstone.com/robots.txt
playerhttp://cdtfa.ca.gov/robots.txt
playlist.php
playlists/*/user
playstation
@ -17683,7 +17703,7 @@ pmc/publisherportal/download
pmc/publisherportal/journalmanager
pmc/tocrender.fcgi
pmc/utilities
pmc='{\x22aa\x22:{},\x22abd\x22:{\x22abd\x22:false,\x22deb\x22:false,\x22det\x22:false},\x22async\x22:{},\x22attn\x22:{},\x22bgd\x22:{\x22ac\x22:true,\x22as\x22:true,\x22at\x22:0,\x22ea\x22:true,\x22ed\x22:0,\x22ei\x22:true,\x22el\x22:true,\x22ep\x22:true,\x22er\x22:true,\x22et\x22:0,\x22eu\x22:false,\x22li\x22:false,\x22wl\x22:false},\x22cdos\x22:{\x22cdobsel\x22:false},\x22csi\x22:{},\x22d\x22:{},\x22foot\x22:{},\x22gf\x22:{\x22pid\x22:196},\x22gwc\x22:{},\x22hsm\x22:{},\x22jsa\x22:{\x22csi\x22:true,\x22csir\x22:100},\x22kyn\x22:{},\x22lli\x22:{},\x22mb4ZUb\x22:{},\x22pHXghd\x22:{},\x22sb_wiz\x22:{\x22onf\x22:\x22EAEyZAobChlXbyBmaW5kZXQgbWFuIFJvYm90cyB0eHQ_CigKJldvIGxpZWd0IGRpZSBSb2JvdHMgdHh0IGJlaSBXb3JkUHJlc3M_ChgKFldhcyBiZWRldXRldCBkaXNhbGxvdz8Q5AI\x22,\x22scq\x22:\x22\x22,\x22stok\x22:\x225eFKxn_3dRt-OGQ2xgPYw1bsDgs\x22},\x22sf\x22:{},\x22sonic\x22:{},\x22spch\x22:{\x22ae\x22:\x22\\u00dcberpr\\u00fcfe
pmc='{\x22aa\x22:{},\x22abd\x22:{\x22abd\x22:false,\x22deb\x22:false,\x22det\x22:false},\x22async\x22:{},\x22attn\x22:{},\x22bgd\x22:{\x22ac\x22:true,\x22as\x22:true,\x22at\x22:0,\x22ea\x22:true,\x22ed\x22:0,\x22ei\x22:true,\x22el\x22:true,\x22ep\x22:true,\x22er\x22:true,\x22et\x22:0,\x22eu\x22:false,\x22li\x22:false,\x22wl\x22:false},\x22cdos\x22:{\x22cdobsel\x22:false},\x22csi\x22:{},\x22d\x22:{},\x22foot\x22:{},\x22gf\x22:{\x22pid\x22:196},\x22gwc\x22:{},\x22hsm\x22:{},\x22jsa\x22:{\x22csi\x22:true,\x22csir\x22:100},\x22kyn\x22:{},\x22lli\x22:{},\x22mb4ZUb\x22:{},\x22pHXghd\x22:{},\x22sb_wiz\x22:{\x22onf\x22:\x22EAEyagobChlXbyBmaW5kZXQgbWFuIFJvYm90cyB0eHQ_CigKJldvIGxpZWd0IGRpZSBSb2JvdHMgdHh0IGJlaSBXb3JkUHJlc3M_Ch4KHFdhcyBpc3Qgcm9ib3RzLnR4dCBpbiBSZWFjdD8Q5AI\x22,\x22scq\x22:\x22\x22,\x22stok\x22:\x22cNIWMEwLBXZ5jBSBk4hYW52T9c8\x22},\x22sf\x22:{},\x22sonic\x22:{},\x22spch\x22:{\x22ae\x22:\x22\\u00dcberpr\\u00fcfe
pmcomment/
pmm-templates
pmo/contact/en/staff
@ -19385,7 +19405,7 @@ search/*?*schools=
search/*?*sort=
search/*?*time=
search/*?*tools=
search/*?*userAvailability=*http://betterplace.org/robots.txt
search/*?*userAvailability=*http://storage.googleapis.com/robots.txt
search/*filter=dl*
search/.
search/2/api
@ -19503,7 +19523,7 @@ section/3
section/36
section/6
section/8
section/9http://issuu.com/robots.txt
section/9http://telegram.me/robots.txt
sectionized
sections
sections$
@ -19869,7 +19889,7 @@ shows/
showtag
showtime/.requestinvite.html.swp
showtime/help/search-results.html
showtimes/location/*http://img.youtube.com/robots.txt
showtimes/location/*http://issuu.com/robots.txt
shr*
shutterstock
si
@ -19924,7 +19944,6 @@ sign-in
sign-in-6for6Sale
sign-out
sign-out
sign-up
sign-up-to-be-contacted-for-research
sign-up/?
sign/help/search-results.html
@ -21130,7 +21149,7 @@ tag
tag-manager
tag-manager-360
tag/
tag/*+http://discogs.com/robots.txt
tag/*+http://google.com.au/robots.txt
tag/*/a
tag/*/a/
tag/*/b
@ -21370,7 +21389,7 @@ test5
test6
testcases
testfl
testhttp://moz.com/robots.txt
testhttp://pca.st/robots.txt
testing
testpage-forhomepage
tests/*
@ -21545,6 +21564,7 @@ topic/*/Rss
topic/*?
topic/article/
topic/articlecollection
topic/bbc
topic/electrode/api/logger
topic/electrode/api/wpa
topic/photo/
@ -21657,7 +21677,7 @@ transmute/static-2.6
transmute/static-2.8
transmute/static-2.9
transparency
transparency/http://anchor.fm/robots.txt
transparency/http://docs.aws.amazon.com/robots.txt
transparency/regexpert/index.cfm?do=groupDetail.groupDetailDoc&id=14885
transparency/regexpert/index.cfm?do=groupDetail.groupDetailDoc&id=14895
transparency/regexpert/index.cfm?do=groupDetail.groupDetailDoc&id=14896
@ -21734,6 +21754,7 @@ try-which/wills/
try?
trylater
tsa
tto
tudum
tune*retpath=
turbo*?*ajax=1
@ -21825,6 +21846,7 @@ tw/login-messages
tw/outils/createur-de-logo/onboarding
tw/retail/search$
tw/retail/search?
tw/search
tw/solutions/case-studies/
tw/solutions/case-studies/innovators/innovators-eu/
tw/strumenti/creatore-di-logo/onboarding
@ -21893,6 +21915,7 @@ ua/linux/support
ua/mysql/free
ua/news
ua/redbullracing
ua/search
ua/social-impact
ua/virtualization
ua/virtualization/virtualbox
@ -23875,9 +23898,9 @@ wp-admin
wp-admin/
wp-admin/admin-ajax.php
wp-admin/admin-ajax.php
wp-admin/admin-ajax.phphttp://aljazeera.com/robots.txt
wp-admin/admin-ajax.phphttp://fool.com/robots.txt
wp-admin/admin-ajax.phphttp://openstreetmap.org/robots.txt
wp-admin/admin-ajax.phphttp://jupiterbroadcasting.com/robots.txt
wp-admin/admin-ajax.phphttp://plurk.com/robots.txt
wp-admin/admin-ajax.phphttp://roh.org.uk/robots.txt
wp-admin/load-scripts.php
wp-admin/load-styles.php
wp-adv
@ -23943,7 +23966,7 @@ wp-content/themes/wired/assets/images/wired_insider_1118_1000x190.jpg
wp-content/themes/wired/assets/images/wired_video_1000x190.jpg
wp-content/uploads
wp-content/uploads/
wp-content/uploads/wp-import-export-lite/http://rebrand.ly/robots.txt
wp-content/uploads/wp-import-export-lite/http://which.co.uk/robots.txt
wp-dyn
wp-includes
wp-includes*.css
@ -24078,7 +24101,7 @@ your-shop
yourAccount
youraccount
youreurope/businessACC
youreurope/businessDEV/http://europarl.europa.eu/robots.txt
youreurope/businessDEV/http://thinkgeek.com/robots.txt
youreurope/citizensACC
youreurope/citizensDEV
yours
@ -24428,7 +24451,7 @@ zz
8618
9742
9744
101612.rsshttp://c-span.org/robots.txt
101612.rsshttp://he.wikipedia.org/robots.txt
1010203
1014943
1027454