mirror of
https://github.com/danielmiessler/SecLists
synced 2026-01-16 05:01:34 +01:00
[Github Action] Automated trickest wordlists update.
This commit is contained in:
parent
744442082c
commit
a423031815
18 changed files with 2884 additions and 3765 deletions
|
|
@ -3,6 +3,6 @@
|
|||
"last_update": 1767154793
|
||||
},
|
||||
"Trickest wordlist update": {
|
||||
"last_update": 1767089280
|
||||
"last_update": 1767175665
|
||||
}
|
||||
}
|
||||
|
|
@ -19916,6 +19916,10 @@ erpnext/patches/v16_0/__init__.py
|
|||
patches/v16_0/__init__.py
|
||||
v16_0/__init__.py
|
||||
__init__.py
|
||||
erpnext/patches/v16_0/fix_barcode_typo.py
|
||||
patches/v16_0/fix_barcode_typo.py
|
||||
v16_0/fix_barcode_typo.py
|
||||
fix_barcode_typo.py
|
||||
erpnext/patches/v16_0/migrate_tax_withholding_data.py
|
||||
patches/v16_0/migrate_tax_withholding_data.py
|
||||
v16_0/migrate_tax_withholding_data.py
|
||||
|
|
|
|||
|
|
@ -4110,6 +4110,7 @@ erpnext/patches/v16_0/set_reporting_currency.py
|
|||
erpnext/patches/v16_0/update_currency_exchange_settings_for_frankfurter.py
|
||||
erpnext/patches/v16_0/set_mr_picked_qty.py
|
||||
erpnext/patches/v16_0/__init__.py
|
||||
erpnext/patches/v16_0/fix_barcode_typo.py
|
||||
erpnext/patches/v16_0/migrate_tax_withholding_data.py
|
||||
erpnext/patches/v16_0/rename_subcontracted_quantity.py
|
||||
erpnext/patches/v16_0/migrate_budget_records_to_new_structure.py
|
||||
|
|
|
|||
|
|
@ -7914,6 +7914,13 @@ integration/api/users/ShowTest.php
|
|||
api/users/ShowTest.php
|
||||
users/ShowTest.php
|
||||
ShowTest.php
|
||||
framework/core/tests/integration/api/info/ShowTest.php
|
||||
core/tests/integration/api/info/ShowTest.php
|
||||
tests/integration/api/info/ShowTest.php
|
||||
integration/api/info/ShowTest.php
|
||||
api/info/ShowTest.php
|
||||
info/ShowTest.php
|
||||
ShowTest.php
|
||||
framework/core/tests/integration/api/discussions/ListTest.php
|
||||
core/tests/integration/api/discussions/ListTest.php
|
||||
tests/integration/api/discussions/ListTest.php
|
||||
|
|
@ -8415,6 +8422,11 @@ core/less/common/common.less
|
|||
less/common/common.less
|
||||
common/common.less
|
||||
common.less
|
||||
framework/core/less/admin/InfoModal.less
|
||||
core/less/admin/InfoModal.less
|
||||
less/admin/InfoModal.less
|
||||
admin/InfoModal.less
|
||||
InfoModal.less
|
||||
framework/core/less/admin/ExtensionPage.less
|
||||
core/less/admin/ExtensionPage.less
|
||||
less/admin/ExtensionPage.less
|
||||
|
|
@ -11416,6 +11428,12 @@ src/Api/Resource/AbstractDatabaseResource.php
|
|||
Api/Resource/AbstractDatabaseResource.php
|
||||
Resource/AbstractDatabaseResource.php
|
||||
AbstractDatabaseResource.php
|
||||
framework/core/src/Api/Resource/SystemInfoResource.php
|
||||
core/src/Api/Resource/SystemInfoResource.php
|
||||
src/Api/Resource/SystemInfoResource.php
|
||||
Api/Resource/SystemInfoResource.php
|
||||
Resource/SystemInfoResource.php
|
||||
SystemInfoResource.php
|
||||
framework/core/src/Api/Resource/GroupResource.php
|
||||
core/src/Api/Resource/GroupResource.php
|
||||
src/Api/Resource/GroupResource.php
|
||||
|
|
@ -13669,6 +13687,13 @@ dist-typings/admin/components/CreateUserModal.d.ts
|
|||
admin/components/CreateUserModal.d.ts
|
||||
components/CreateUserModal.d.ts
|
||||
CreateUserModal.d.ts
|
||||
framework/core/js/dist-typings/admin/components/InfoModal.d.ts
|
||||
core/js/dist-typings/admin/components/InfoModal.d.ts
|
||||
js/dist-typings/admin/components/InfoModal.d.ts
|
||||
dist-typings/admin/components/InfoModal.d.ts
|
||||
admin/components/InfoModal.d.ts
|
||||
components/InfoModal.d.ts
|
||||
InfoModal.d.ts
|
||||
framework/core/js/dist-typings/admin/components/PermissionDropdown.d.ts
|
||||
core/js/dist-typings/admin/components/PermissionDropdown.d.ts
|
||||
js/dist-typings/admin/components/PermissionDropdown.d.ts
|
||||
|
|
@ -15966,6 +15991,13 @@ src/admin/components/HeaderPrimary.js
|
|||
admin/components/HeaderPrimary.js
|
||||
components/HeaderPrimary.js
|
||||
HeaderPrimary.js
|
||||
framework/core/js/src/admin/components/InfoModal.tsx
|
||||
core/js/src/admin/components/InfoModal.tsx
|
||||
js/src/admin/components/InfoModal.tsx
|
||||
src/admin/components/InfoModal.tsx
|
||||
admin/components/InfoModal.tsx
|
||||
components/InfoModal.tsx
|
||||
InfoModal.tsx
|
||||
framework/core/js/src/admin/components/AppearancePage.tsx
|
||||
core/js/src/admin/components/AppearancePage.tsx
|
||||
js/src/admin/components/AppearancePage.tsx
|
||||
|
|
|
|||
|
|
@ -1478,6 +1478,7 @@ framework/core/tests/integration/api/users/SendPasswordResetEmailTest.php
|
|||
framework/core/tests/integration/api/users/SendActivationEmailTest.php
|
||||
framework/core/tests/integration/api/users/GroupSearchTest.php
|
||||
framework/core/tests/integration/api/users/ShowTest.php
|
||||
framework/core/tests/integration/api/info/ShowTest.php
|
||||
framework/core/tests/integration/api/discussions/ListTest.php
|
||||
framework/core/tests/integration/api/discussions/CreateTest.php
|
||||
framework/core/tests/integration/api/discussions/DeletionTest.php
|
||||
|
|
@ -1568,6 +1569,7 @@ framework/core/less/common/FormControl.less
|
|||
framework/core/less/common/AlertManager.less
|
||||
framework/core/less/common/DetailedDropdownItem.less
|
||||
framework/core/less/common/common.less
|
||||
framework/core/less/admin/InfoModal.less
|
||||
framework/core/less/admin/ExtensionPage.less
|
||||
framework/core/less/admin/BasicsPage.less
|
||||
framework/core/less/admin/AdminPage.less
|
||||
|
|
@ -2108,6 +2110,7 @@ framework/core/src/Api/Serializer.php
|
|||
framework/core/src/Api/ApiServiceProvider.php
|
||||
framework/core/src/Api/Resource/ExtensionReadmeResource.php
|
||||
framework/core/src/Api/Resource/AbstractDatabaseResource.php
|
||||
framework/core/src/Api/Resource/SystemInfoResource.php
|
||||
framework/core/src/Api/Resource/GroupResource.php
|
||||
framework/core/src/Api/Resource/MailSettingResource.php
|
||||
framework/core/src/Api/Resource/AbstractResource.php
|
||||
|
|
@ -2477,6 +2480,7 @@ framework/core/js/dist-typings/admin/utils/AdminRegistry.d.ts
|
|||
framework/core/js/dist-typings/admin/utils/getCategorizedExtensions.d.ts
|
||||
framework/core/js/dist-typings/admin/models/ExtensionReadme.d.ts
|
||||
framework/core/js/dist-typings/admin/components/CreateUserModal.d.ts
|
||||
framework/core/js/dist-typings/admin/components/InfoModal.d.ts
|
||||
framework/core/js/dist-typings/admin/components/PermissionDropdown.d.ts
|
||||
framework/core/js/dist-typings/admin/components/BasicsPage.d.ts
|
||||
framework/core/js/dist-typings/admin/components/FormSectionGroup.d.ts
|
||||
|
|
@ -2811,6 +2815,7 @@ framework/core/js/src/admin/utils/saveSettings.js
|
|||
framework/core/js/src/admin/models/ExtensionReadme.js
|
||||
framework/core/js/src/admin/components/UserListPage.tsx
|
||||
framework/core/js/src/admin/components/HeaderPrimary.js
|
||||
framework/core/js/src/admin/components/InfoModal.tsx
|
||||
framework/core/js/src/admin/components/AppearancePage.tsx
|
||||
framework/core/js/src/admin/components/ExtensionsWidget.js
|
||||
framework/core/js/src/admin/components/GeneralSearchSource.tsx
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
|
|
@ -721,7 +721,6 @@ src/Presentation/Nop.Web/Areas/Admin/Models/Blogs/BlogPostSearchModel.cs
|
|||
src/Presentation/Nop.Web/Areas/Admin/Models/Blogs/BlogPostModel.cs
|
||||
src/Presentation/Nop.Web/Areas/Admin/Models/Blogs/BlogCommentSearchModel.cs
|
||||
src/Presentation/Nop.Web/Areas/Admin/Models/Blogs/BlogContentModel.cs
|
||||
src/Presentation/Nop.Web/Areas/Admin/Models/Media/RoxyFilemanUploadModel.cs
|
||||
src/Presentation/Nop.Web/Areas/Admin/Models/ExternalAuthentication/ExternalAuthenticationMethodListModel.cs
|
||||
src/Presentation/Nop.Web/Areas/Admin/Models/ExternalAuthentication/ExternalAuthenticationMethodSearchModel.cs
|
||||
src/Presentation/Nop.Web/Areas/Admin/Models/ExternalAuthentication/ExternalAuthenticationMethodModel.cs
|
||||
|
|
@ -917,7 +916,6 @@ src/Presentation/Nop.Web/Areas/Admin/Controllers/TemplateController.cs
|
|||
src/Presentation/Nop.Web/Areas/Admin/Controllers/ArtificialIntelligenceController.cs
|
||||
src/Presentation/Nop.Web/Areas/Admin/Controllers/SettingController.cs
|
||||
src/Presentation/Nop.Web/Areas/Admin/Controllers/BaseAdminController.cs
|
||||
src/Presentation/Nop.Web/Areas/Admin/Controllers/RoxyFilemanController.cs
|
||||
src/Presentation/Nop.Web/Areas/Admin/Controllers/MenuController.cs
|
||||
src/Presentation/Nop.Web/Areas/Admin/Controllers/ProductReviewController.cs
|
||||
src/Presentation/Nop.Web/Areas/Admin/Controllers/DiscountController.cs
|
||||
|
|
@ -946,6 +944,7 @@ src/Presentation/Nop.Web/Areas/Admin/Controllers/ForumController.cs
|
|||
src/Presentation/Nop.Web/Areas/Admin/Controllers/NewsLetterSubscriptionTypeController.cs
|
||||
src/Presentation/Nop.Web/Areas/Admin/Controllers/ReturnRequestController.cs
|
||||
src/Presentation/Nop.Web/Areas/Admin/Controllers/CurrencyController.cs
|
||||
src/Presentation/Nop.Web/Areas/Admin/Controllers/ElFinderController.cs
|
||||
src/Presentation/Nop.Web/Areas/Admin/Controllers/VendorController.cs
|
||||
src/Presentation/Nop.Web/Areas/Admin/Controllers/SecurityController.cs
|
||||
src/Presentation/Nop.Web/Areas/Admin/Controllers/PreferencesController.cs
|
||||
|
|
@ -1813,41 +1812,6 @@ src/Presentation/Nop.Web/wwwroot/images/samples/product_NightVision_1.zip
|
|||
src/Presentation/Nop.Web/wwwroot/images/samples/product_IfYouWait_1.zip
|
||||
src/Presentation/Nop.Web/wwwroot/images/samples/product_ScienceAndFaith_1.zip
|
||||
src/Presentation/Nop.Web/wwwroot/images/samples/product_NightVision_2.txt
|
||||
src/Presentation/Nop.Web/wwwroot/lib/Roxy_Fileman/LICENSE.txt
|
||||
src/Presentation/Nop.Web/wwwroot/lib/Roxy_Fileman/lang/hu.json
|
||||
src/Presentation/Nop.Web/wwwroot/lib/Roxy_Fileman/lang/cs1.json
|
||||
src/Presentation/Nop.Web/wwwroot/lib/Roxy_Fileman/lang/it.json
|
||||
src/Presentation/Nop.Web/wwwroot/lib/Roxy_Fileman/lang/sk.json
|
||||
src/Presentation/Nop.Web/wwwroot/lib/Roxy_Fileman/lang/cs.json
|
||||
src/Presentation/Nop.Web/wwwroot/lib/Roxy_Fileman/lang/tr.json
|
||||
src/Presentation/Nop.Web/wwwroot/lib/Roxy_Fileman/lang/en.json
|
||||
src/Presentation/Nop.Web/wwwroot/lib/Roxy_Fileman/lang/pl.json
|
||||
src/Presentation/Nop.Web/wwwroot/lib/Roxy_Fileman/lang/da.json
|
||||
src/Presentation/Nop.Web/wwwroot/lib/Roxy_Fileman/lang/pt.json
|
||||
src/Presentation/Nop.Web/wwwroot/lib/Roxy_Fileman/lang/ca.json
|
||||
src/Presentation/Nop.Web/wwwroot/lib/Roxy_Fileman/lang/es.json
|
||||
src/Presentation/Nop.Web/wwwroot/lib/Roxy_Fileman/lang/nl.json
|
||||
src/Presentation/Nop.Web/wwwroot/lib/Roxy_Fileman/lang/de.json
|
||||
src/Presentation/Nop.Web/wwwroot/lib/Roxy_Fileman/lang/fr.json
|
||||
src/Presentation/Nop.Web/wwwroot/lib/Roxy_Fileman/lang/ru.json
|
||||
src/Presentation/Nop.Web/wwwroot/lib/Roxy_Fileman/lang/bg.json
|
||||
src/Presentation/Nop.Web/wwwroot/lib/Roxy_Fileman/conf.json
|
||||
src/Presentation/Nop.Web/wwwroot/lib/Roxy_Fileman/third-party.txt
|
||||
src/Presentation/Nop.Web/wwwroot/lib/Roxy_Fileman/js/jquery-dateFormat.min.js
|
||||
src/Presentation/Nop.Web/wwwroot/lib/Roxy_Fileman/js/jquery-ui-1.10.4.custom.min.js
|
||||
src/Presentation/Nop.Web/wwwroot/lib/Roxy_Fileman/js/jquery-2.1.1.min.js
|
||||
src/Presentation/Nop.Web/wwwroot/lib/Roxy_Fileman/js/filetypes.js
|
||||
src/Presentation/Nop.Web/wwwroot/lib/Roxy_Fileman/js/file.js
|
||||
src/Presentation/Nop.Web/wwwroot/lib/Roxy_Fileman/js/mini-main.js
|
||||
src/Presentation/Nop.Web/wwwroot/lib/Roxy_Fileman/js/main.min.js
|
||||
src/Presentation/Nop.Web/wwwroot/lib/Roxy_Fileman/js/directory.js
|
||||
src/Presentation/Nop.Web/wwwroot/lib/Roxy_Fileman/js/tiny_mce_popup.js
|
||||
src/Presentation/Nop.Web/wwwroot/lib/Roxy_Fileman/js/main.js
|
||||
src/Presentation/Nop.Web/wwwroot/lib/Roxy_Fileman/js/jquery-1.11.1.min.js
|
||||
src/Presentation/Nop.Web/wwwroot/lib/Roxy_Fileman/js/jquery-1.10.2.min.js
|
||||
src/Presentation/Nop.Web/wwwroot/lib/Roxy_Fileman/js/utils.js
|
||||
src/Presentation/Nop.Web/wwwroot/lib/Roxy_Fileman/js/custom.js
|
||||
src/Presentation/Nop.Web/wwwroot/lib/Roxy_Fileman/index.html
|
||||
src/Presentation/Nop.Web/wwwroot/lib_npm/datatables.net/js/dataTables.min.js
|
||||
src/Presentation/Nop.Web/wwwroot/lib_npm/datatables.net/js/dataTables.min.mjs
|
||||
src/Presentation/Nop.Web/wwwroot/lib_npm/bootstrap-touchspin/jquery.bootstrap-touchspin.min.js
|
||||
|
|
@ -2053,6 +2017,80 @@ src/Presentation/Nop.Web/wwwroot/lib_npm/@laylazi/bootstrap-rtl/js/bootstrap.bun
|
|||
src/Presentation/Nop.Web/wwwroot/lib_npm/@laylazi/bootstrap-rtl/js/bootstrap.bundle.min.js.map
|
||||
src/Presentation/Nop.Web/wwwroot/lib_npm/filepond-plugin-get-file/filepond-plugin-get-file.esm.min.js
|
||||
src/Presentation/Nop.Web/wwwroot/lib_npm/filepond-plugin-get-file/filepond-plugin-get-file.min.js
|
||||
src/Presentation/Nop.Web/wwwroot/lib_npm/elfinder/js/elfinder.full.js
|
||||
src/Presentation/Nop.Web/wwwroot/lib_npm/elfinder/js/elfinder.min.js
|
||||
src/Presentation/Nop.Web/wwwroot/lib_npm/elfinder/js/i18n/elfinder.cs.js
|
||||
src/Presentation/Nop.Web/wwwroot/lib_npm/elfinder/js/i18n/elfinder.ko.js
|
||||
src/Presentation/Nop.Web/wwwroot/lib_npm/elfinder/js/i18n/elfinder.fo.js
|
||||
src/Presentation/Nop.Web/wwwroot/lib_npm/elfinder/js/i18n/elfinder.ro.js
|
||||
src/Presentation/Nop.Web/wwwroot/lib_npm/elfinder/js/i18n/elfinder.ja.js
|
||||
src/Presentation/Nop.Web/wwwroot/lib_npm/elfinder/js/i18n/elfinder.fallback.js
|
||||
src/Presentation/Nop.Web/wwwroot/lib_npm/elfinder/js/i18n/help/pl.html.js
|
||||
src/Presentation/Nop.Web/wwwroot/lib_npm/elfinder/js/i18n/help/ru.html.js
|
||||
src/Presentation/Nop.Web/wwwroot/lib_npm/elfinder/js/i18n/help/de.html.js
|
||||
src/Presentation/Nop.Web/wwwroot/lib_npm/elfinder/js/i18n/help/en.html.js
|
||||
src/Presentation/Nop.Web/wwwroot/lib_npm/elfinder/js/i18n/help/sk.html.js
|
||||
src/Presentation/Nop.Web/wwwroot/lib_npm/elfinder/js/i18n/help/ko.html.js
|
||||
src/Presentation/Nop.Web/wwwroot/lib_npm/elfinder/js/i18n/help/cs.html.js
|
||||
src/Presentation/Nop.Web/wwwroot/lib_npm/elfinder/js/i18n/help/tr.html.js
|
||||
src/Presentation/Nop.Web/wwwroot/lib_npm/elfinder/js/i18n/help/es.html.js
|
||||
src/Presentation/Nop.Web/wwwroot/lib_npm/elfinder/js/i18n/help/ja.html.js
|
||||
src/Presentation/Nop.Web/wwwroot/lib_npm/elfinder/js/i18n/elfinder.pl.js
|
||||
src/Presentation/Nop.Web/wwwroot/lib_npm/elfinder/js/i18n/elfinder.zh_TW.js
|
||||
src/Presentation/Nop.Web/wwwroot/lib_npm/elfinder/js/i18n/elfinder.bg.js
|
||||
src/Presentation/Nop.Web/wwwroot/lib_npm/elfinder/js/i18n/elfinder.sv.js
|
||||
src/Presentation/Nop.Web/wwwroot/lib_npm/elfinder/js/i18n/elfinder.fr_CA.js
|
||||
src/Presentation/Nop.Web/wwwroot/lib_npm/elfinder/js/i18n/elfinder.fa.js
|
||||
src/Presentation/Nop.Web/wwwroot/lib_npm/elfinder/js/i18n/elfinder.uk.js
|
||||
src/Presentation/Nop.Web/wwwroot/lib_npm/elfinder/js/i18n/elfinder.hu.js
|
||||
src/Presentation/Nop.Web/wwwroot/lib_npm/elfinder/js/i18n/elfinder.LANG.js
|
||||
src/Presentation/Nop.Web/wwwroot/lib_npm/elfinder/js/i18n/elfinder.sr.js
|
||||
src/Presentation/Nop.Web/wwwroot/lib_npm/elfinder/js/i18n/elfinder.vi.js
|
||||
src/Presentation/Nop.Web/wwwroot/lib_npm/elfinder/js/i18n/elfinder.he.js
|
||||
src/Presentation/Nop.Web/wwwroot/lib_npm/elfinder/js/i18n/elfinder.ug_CN.js
|
||||
src/Presentation/Nop.Web/wwwroot/lib_npm/elfinder/js/i18n/elfinder.no.js
|
||||
src/Presentation/Nop.Web/wwwroot/lib_npm/elfinder/js/i18n/elfinder.nl.js
|
||||
src/Presentation/Nop.Web/wwwroot/lib_npm/elfinder/js/i18n/elfinder.el.js
|
||||
src/Presentation/Nop.Web/wwwroot/lib_npm/elfinder/js/i18n/elfinder.da.js
|
||||
src/Presentation/Nop.Web/wwwroot/lib_npm/elfinder/js/i18n/elfinder.pt_BR.js
|
||||
src/Presentation/Nop.Web/wwwroot/lib_npm/elfinder/js/i18n/elfinder.de.js
|
||||
src/Presentation/Nop.Web/wwwroot/lib_npm/elfinder/js/i18n/elfinder.ar.js
|
||||
src/Presentation/Nop.Web/wwwroot/lib_npm/elfinder/js/i18n/elfinder.zh_CN.js
|
||||
src/Presentation/Nop.Web/wwwroot/lib_npm/elfinder/js/i18n/elfinder.it.js
|
||||
src/Presentation/Nop.Web/wwwroot/lib_npm/elfinder/js/i18n/elfinder.sk.js
|
||||
src/Presentation/Nop.Web/wwwroot/lib_npm/elfinder/js/i18n/elfinder.ru.js
|
||||
src/Presentation/Nop.Web/wwwroot/lib_npm/elfinder/js/i18n/elfinder.sl.js
|
||||
src/Presentation/Nop.Web/wwwroot/lib_npm/elfinder/js/i18n/elfinder.es.js
|
||||
src/Presentation/Nop.Web/wwwroot/lib_npm/elfinder/js/i18n/elfinder.tr.js
|
||||
src/Presentation/Nop.Web/wwwroot/lib_npm/elfinder/js/i18n/elfinder.si.js
|
||||
src/Presentation/Nop.Web/wwwroot/lib_npm/elfinder/js/i18n/elfinder.id.js
|
||||
src/Presentation/Nop.Web/wwwroot/lib_npm/elfinder/js/i18n/elfinder.fr.js
|
||||
src/Presentation/Nop.Web/wwwroot/lib_npm/elfinder/js/i18n/elfinder.ca.js
|
||||
src/Presentation/Nop.Web/wwwroot/lib_npm/elfinder/js/i18n/elfinder.hr.js
|
||||
src/Presentation/Nop.Web/wwwroot/lib_npm/elfinder/js/extras/editors.default.js
|
||||
src/Presentation/Nop.Web/wwwroot/lib_npm/elfinder/js/extras/quicklook.googledocs.min.js
|
||||
src/Presentation/Nop.Web/wwwroot/lib_npm/elfinder/js/extras/editors.default.min.js
|
||||
src/Presentation/Nop.Web/wwwroot/lib_npm/elfinder/js/extras/quicklook.googledocs.js
|
||||
src/Presentation/Nop.Web/wwwroot/lib_npm/elfinder/js/proxy/elFinderSupportVer1.js
|
||||
src/Presentation/Nop.Web/wwwroot/lib_npm/elfinder/js/worker/calcfilehash.js
|
||||
src/Presentation/Nop.Web/wwwroot/lib_npm/elfinder/js/worker/quicklook.tiff.js
|
||||
src/Presentation/Nop.Web/wwwroot/lib_npm/elfinder/js/worker/quicklook.unzip.js
|
||||
src/Presentation/Nop.Web/wwwroot/lib_npm/elfinder/img/volume_icon_onedrive.svg
|
||||
src/Presentation/Nop.Web/wwwroot/lib_npm/elfinder/img/tui-icon-d.svg
|
||||
src/Presentation/Nop.Web/wwwroot/lib_npm/elfinder/img/volume_icon_googledrive.svg
|
||||
src/Presentation/Nop.Web/wwwroot/lib_npm/elfinder/img/icons-big.svg
|
||||
src/Presentation/Nop.Web/wwwroot/lib_npm/elfinder/img/volume_icon_local.svg
|
||||
src/Presentation/Nop.Web/wwwroot/lib_npm/elfinder/img/volume_icon_sql.svg
|
||||
src/Presentation/Nop.Web/wwwroot/lib_npm/elfinder/img/tui-icon-a.svg
|
||||
src/Presentation/Nop.Web/wwwroot/lib_npm/elfinder/img/tui-icon-b.svg
|
||||
src/Presentation/Nop.Web/wwwroot/lib_npm/elfinder/img/volume_icon_box.svg
|
||||
src/Presentation/Nop.Web/wwwroot/lib_npm/elfinder/img/volume_icon_network.svg
|
||||
src/Presentation/Nop.Web/wwwroot/lib_npm/elfinder/img/volume_icon_zip.svg
|
||||
src/Presentation/Nop.Web/wwwroot/lib_npm/elfinder/img/volume_icon_dropbox.svg
|
||||
src/Presentation/Nop.Web/wwwroot/lib_npm/elfinder/img/volume_icon_trash.svg
|
||||
src/Presentation/Nop.Web/wwwroot/lib_npm/elfinder/img/volume_icon_ftp.svg
|
||||
src/Presentation/Nop.Web/wwwroot/lib_npm/elfinder/img/tui-icon-c.svg
|
||||
src/Presentation/Nop.Web/wwwroot/lib_npm/elfinder/sounds/rm.wav
|
||||
src/Presentation/Nop.Web/wwwroot/lib_npm/summernote/summernote-bs5.min.js
|
||||
src/Presentation/Nop.Web/wwwroot/lib_npm/summernote/summernote-lite.min.js
|
||||
src/Presentation/Nop.Web/wwwroot/lib_npm/summernote/font/summernote.hash
|
||||
|
|
@ -3281,16 +3319,11 @@ src/Libraries/Nop.Services/Media/IDownloadService.cs
|
|||
src/Libraries/Nop.Services/Media/Extensions.cs
|
||||
src/Libraries/Nop.Services/Media/ThumbService.cs
|
||||
src/Libraries/Nop.Services/Media/NopMediaDefaults.cs
|
||||
src/Libraries/Nop.Services/Media/RoxyFileman/RoxyFilemanService.cs
|
||||
src/Libraries/Nop.Services/Media/RoxyFileman/RoxyFilemanConfig.cs
|
||||
src/Libraries/Nop.Services/Media/RoxyFileman/NopRoxyFilemanDefaults.cs
|
||||
src/Libraries/Nop.Services/Media/RoxyFileman/IRoxyFilemanService.cs
|
||||
src/Libraries/Nop.Services/Media/RoxyFileman/IRoxyFilemanFileProvider.cs
|
||||
src/Libraries/Nop.Services/Media/RoxyFileman/RoxyFilemanFileProvider.cs
|
||||
src/Libraries/Nop.Services/Media/RoxyFileman/RoxyFilemanException.cs
|
||||
src/Libraries/Nop.Services/Media/RoxyFileman/RoxyRecords.cs
|
||||
src/Libraries/Nop.Services/Media/PictureService.cs
|
||||
src/Libraries/Nop.Services/Media/IThumbService.cs
|
||||
src/Libraries/Nop.Services/Media/elFinder/ElFinderService.cs
|
||||
src/Libraries/Nop.Services/Media/elFinder/NopElFinderDefaults.cs
|
||||
src/Libraries/Nop.Services/Media/elFinder/IElFinderService.cs
|
||||
src/Libraries/Nop.Services/Media/VideoService.cs
|
||||
src/Libraries/Nop.Services/Media/DownloadService.cs
|
||||
src/Libraries/Nop.Services/Media/IPictureService.cs
|
||||
|
|
|
|||
|
|
@ -694,6 +694,9 @@ delete_user_test.php
|
|||
tests/functions_user/group_user_attributes_test.php
|
||||
functions_user/group_user_attributes_test.php
|
||||
group_user_attributes_test.php
|
||||
tests/manifest/controller_test.php
|
||||
manifest/controller_test.php
|
||||
controller_test.php
|
||||
tests/compress/extract/.gitkeep
|
||||
compress/extract/.gitkeep
|
||||
extract/.gitkeep
|
||||
|
|
|
|||
|
|
@ -186,6 +186,7 @@ tests/functions_user/fixtures/group_user_attributes.xml
|
|||
tests/functions_user/whois_test.php
|
||||
tests/functions_user/delete_user_test.php
|
||||
tests/functions_user/group_user_attributes_test.php
|
||||
tests/manifest/controller_test.php
|
||||
tests/compress/extract/.gitkeep
|
||||
tests/compress/fixtures/archive.tar.gz
|
||||
tests/compress/fixtures/archive.tar
|
||||
|
|
|
|||
|
|
@ -30108,6 +30108,9 @@ ModulesStatsdataAdmin.xlf
|
|||
translations/default/ShopFormsLabels.xlf
|
||||
default/ShopFormsLabels.xlf
|
||||
ShopFormsLabels.xlf
|
||||
translations/default/ModulesPsgdprShop.xlf
|
||||
default/ModulesPsgdprShop.xlf
|
||||
ModulesPsgdprShop.xlf
|
||||
translations/default/AdminPaymentHelp.xlf
|
||||
default/AdminPaymentHelp.xlf
|
||||
AdminPaymentHelp.xlf
|
||||
|
|
@ -30279,6 +30282,9 @@ ModulesStatscheckupAdmin.xlf
|
|||
translations/default/ModulesEmailsubscriptionAdmin.xlf
|
||||
default/ModulesEmailsubscriptionAdmin.xlf
|
||||
ModulesEmailsubscriptionAdmin.xlf
|
||||
translations/default/ShopThemeMenu.xlf
|
||||
default/ShopThemeMenu.xlf
|
||||
ShopThemeMenu.xlf
|
||||
translations/default/ModulesFeaturedproductsAdmin.xlf
|
||||
default/ModulesFeaturedproductsAdmin.xlf
|
||||
ModulesFeaturedproductsAdmin.xlf
|
||||
|
|
|
|||
|
|
@ -4510,6 +4510,7 @@ translations/default/AdminShippingNotification.xlf
|
|||
translations/default/ModulesStatsbestsuppliersAdmin.xlf
|
||||
translations/default/ModulesStatsdataAdmin.xlf
|
||||
translations/default/ShopFormsLabels.xlf
|
||||
translations/default/ModulesPsgdprShop.xlf
|
||||
translations/default/AdminPaymentHelp.xlf
|
||||
translations/default/ModulesStatsbestcustomersAdmin.xlf
|
||||
translations/default/ShopThemeActions.xlf
|
||||
|
|
@ -4567,6 +4568,7 @@ translations/default/AdminShopparametersHelp.xlf
|
|||
translations/default/ModulesWirepaymentShop.xlf
|
||||
translations/default/ModulesStatscheckupAdmin.xlf
|
||||
translations/default/ModulesEmailsubscriptionAdmin.xlf
|
||||
translations/default/ShopThemeMenu.xlf
|
||||
translations/default/ModulesFeaturedproductsAdmin.xlf
|
||||
translations/default/ModulesContactinfoShop.xlf
|
||||
translations/default/AdminCatalogFeature.xlf
|
||||
|
|
|
|||
|
|
@ -35401,10 +35401,6 @@ tests/migration/Core/IndexerQueuerTest.php
|
|||
migration/Core/IndexerQueuerTest.php
|
||||
Core/IndexerQueuerTest.php
|
||||
IndexerQueuerTest.php
|
||||
tests/migration/Core/BasicDataUntouchedTest.php
|
||||
migration/Core/BasicDataUntouchedTest.php
|
||||
Core/BasicDataUntouchedTest.php
|
||||
BasicDataUntouchedTest.php
|
||||
tests/migration/Core/V6_6/Migration1714659357CanonicalProductVersionTest.php
|
||||
migration/Core/V6_6/Migration1714659357CanonicalProductVersionTest.php
|
||||
Core/V6_6/Migration1714659357CanonicalProductVersionTest.php
|
||||
|
|
|
|||
|
|
@ -8213,7 +8213,6 @@ tests/migration/Core/ImportTranslationTraitTest.php
|
|||
tests/migration/Core/MigrationCollectionRuntimeTest.php
|
||||
tests/migration/Core/MigrationSourceTest.php
|
||||
tests/migration/Core/IndexerQueuerTest.php
|
||||
tests/migration/Core/BasicDataUntouchedTest.php
|
||||
tests/migration/Core/V6_6/Migration1714659357CanonicalProductVersionTest.php
|
||||
tests/migration/Core/V6_6/Migration1718635021AddIntraCommunityLabelDocumentConfigToCreditNoteTest.php
|
||||
tests/migration/Core/V6_6/Migration1723193659UpdateVatPatternForCountryTest.php
|
||||
|
|
|
|||
|
|
@ -3504,6 +3504,10 @@ plugins/woocommerce/changelog/tweak-deprecated-tag-wc_enqueue_script
|
|||
woocommerce/changelog/tweak-deprecated-tag-wc_enqueue_script
|
||||
changelog/tweak-deprecated-tag-wc_enqueue_script
|
||||
tweak-deprecated-tag-wc_enqueue_script
|
||||
plugins/woocommerce/changelog/62617-update-free-shipping-labeling
|
||||
woocommerce/changelog/62617-update-free-shipping-labeling
|
||||
changelog/62617-update-free-shipping-labeling
|
||||
62617-update-free-shipping-labeling
|
||||
plugins/woocommerce/changelog/wooprd-1279-incorrect-woo_content-block-rendered-output-in-preview
|
||||
woocommerce/changelog/wooprd-1279-incorrect-woo_content-block-rendered-output-in-preview
|
||||
changelog/wooprd-1279-incorrect-woo_content-block-rendered-output-in-preview
|
||||
|
|
@ -3548,6 +3552,10 @@ plugins/woocommerce/changelog/62240-feat-woomob-1844-add-variation_id-to-error-d
|
|||
woocommerce/changelog/62240-feat-woomob-1844-add-variation_id-to-error-data-for
|
||||
changelog/62240-feat-woomob-1844-add-variation_id-to-error-data-for
|
||||
62240-feat-woomob-1844-add-variation_id-to-error-data-for
|
||||
plugins/woocommerce/changelog/62576-task-paypal-standard-handle-invalid-items-breakdown
|
||||
woocommerce/changelog/62576-task-paypal-standard-handle-invalid-items-breakdown
|
||||
changelog/62576-task-paypal-standard-handle-invalid-items-breakdown
|
||||
62576-task-paypal-standard-handle-invalid-items-breakdown
|
||||
plugins/woocommerce/changelog/pr-61779
|
||||
woocommerce/changelog/pr-61779
|
||||
changelog/pr-61779
|
||||
|
|
@ -3876,6 +3884,10 @@ plugins/woocommerce/changelog/wooplug-5907-uncaught-error-object-of-class-wc_pro
|
|||
woocommerce/changelog/wooplug-5907-uncaught-error-object-of-class-wc_product_attribute-could
|
||||
changelog/wooplug-5907-uncaught-error-object-of-class-wc_product_attribute-could
|
||||
wooplug-5907-uncaught-error-object-of-class-wc_product_attribute-could
|
||||
plugins/woocommerce/changelog/fix-order-view
|
||||
woocommerce/changelog/fix-order-view
|
||||
changelog/fix-order-view
|
||||
fix-order-view
|
||||
plugins/woocommerce/changelog/wooplug-5820-enhancement-product-gallery-permit-to-add-block-beforeafter
|
||||
woocommerce/changelog/wooplug-5820-enhancement-product-gallery-permit-to-add-block-beforeafter
|
||||
changelog/wooplug-5820-enhancement-product-gallery-permit-to-add-block-beforeafter
|
||||
|
|
@ -3940,6 +3952,10 @@ plugins/woocommerce/changelog/k6-cleanup-shortcode-setup
|
|||
woocommerce/changelog/k6-cleanup-shortcode-setup
|
||||
changelog/k6-cleanup-shortcode-setup
|
||||
k6-cleanup-shortcode-setup
|
||||
plugins/woocommerce/changelog/62599-refactor-paypal-standard-3-notice-file
|
||||
woocommerce/changelog/62599-refactor-paypal-standard-3-notice-file
|
||||
changelog/62599-refactor-paypal-standard-3-notice-file
|
||||
62599-refactor-paypal-standard-3-notice-file
|
||||
plugins/woocommerce/changelog/add-simplify-cys
|
||||
woocommerce/changelog/add-simplify-cys
|
||||
changelog/add-simplify-cys
|
||||
|
|
@ -10265,14 +10281,6 @@ includes/gateways/paypal/class-wc-gateway-paypal-transact-manager-account-test.p
|
|||
gateways/paypal/class-wc-gateway-paypal-transact-manager-account-test.php
|
||||
paypal/class-wc-gateway-paypal-transact-manager-account-test.php
|
||||
class-wc-gateway-paypal-transact-manager-account-test.php
|
||||
plugins/woocommerce/tests/php/includes/gateways/paypal/class-wc-gateway-paypal-notices-test.php
|
||||
woocommerce/tests/php/includes/gateways/paypal/class-wc-gateway-paypal-notices-test.php
|
||||
tests/php/includes/gateways/paypal/class-wc-gateway-paypal-notices-test.php
|
||||
php/includes/gateways/paypal/class-wc-gateway-paypal-notices-test.php
|
||||
includes/gateways/paypal/class-wc-gateway-paypal-notices-test.php
|
||||
gateways/paypal/class-wc-gateway-paypal-notices-test.php
|
||||
paypal/class-wc-gateway-paypal-notices-test.php
|
||||
class-wc-gateway-paypal-notices-test.php
|
||||
plugins/woocommerce/tests/php/includes/gateways/paypal/class-wc-gateway-paypal-webhook-handler-test.php
|
||||
woocommerce/tests/php/includes/gateways/paypal/class-wc-gateway-paypal-webhook-handler-test.php
|
||||
tests/php/includes/gateways/paypal/class-wc-gateway-paypal-webhook-handler-test.php
|
||||
|
|
@ -11168,6 +11176,15 @@ Blocks/StoreApi/Routes/CartExtensions.php
|
|||
StoreApi/Routes/CartExtensions.php
|
||||
Routes/CartExtensions.php
|
||||
CartExtensions.php
|
||||
plugins/woocommerce/tests/php/src/Blocks/StoreApi/Routes/Order.php
|
||||
woocommerce/tests/php/src/Blocks/StoreApi/Routes/Order.php
|
||||
tests/php/src/Blocks/StoreApi/Routes/Order.php
|
||||
php/src/Blocks/StoreApi/Routes/Order.php
|
||||
src/Blocks/StoreApi/Routes/Order.php
|
||||
Blocks/StoreApi/Routes/Order.php
|
||||
StoreApi/Routes/Order.php
|
||||
Routes/Order.php
|
||||
Order.php
|
||||
plugins/woocommerce/tests/php/src/Blocks/StoreApi/Routes/ProductCollectionData.php
|
||||
woocommerce/tests/php/src/Blocks/StoreApi/Routes/ProductCollectionData.php
|
||||
tests/php/src/Blocks/StoreApi/Routes/ProductCollectionData.php
|
||||
|
|
@ -11826,6 +11843,14 @@ src/Blocks/Shipping/ShippingControllerTest.php
|
|||
Blocks/Shipping/ShippingControllerTest.php
|
||||
Shipping/ShippingControllerTest.php
|
||||
ShippingControllerTest.php
|
||||
plugins/woocommerce/tests/php/src/Gateways/PayPal/NoticesTest.php
|
||||
woocommerce/tests/php/src/Gateways/PayPal/NoticesTest.php
|
||||
tests/php/src/Gateways/PayPal/NoticesTest.php
|
||||
php/src/Gateways/PayPal/NoticesTest.php
|
||||
src/Gateways/PayPal/NoticesTest.php
|
||||
Gateways/PayPal/NoticesTest.php
|
||||
PayPal/NoticesTest.php
|
||||
NoticesTest.php
|
||||
plugins/woocommerce/tests/php/src/Gateways/PayPal/HelperTest.php
|
||||
woocommerce/tests/php/src/Gateways/PayPal/HelperTest.php
|
||||
tests/php/src/Gateways/PayPal/HelperTest.php
|
||||
|
|
@ -14222,6 +14247,14 @@ src/Internal/FraudProtection/SessionDataCollectorTest.php
|
|||
Internal/FraudProtection/SessionDataCollectorTest.php
|
||||
FraudProtection/SessionDataCollectorTest.php
|
||||
SessionDataCollectorTest.php
|
||||
plugins/woocommerce/tests/php/src/Internal/FraudProtection/AdminSettingsHandlerTest.php
|
||||
woocommerce/tests/php/src/Internal/FraudProtection/AdminSettingsHandlerTest.php
|
||||
tests/php/src/Internal/FraudProtection/AdminSettingsHandlerTest.php
|
||||
php/src/Internal/FraudProtection/AdminSettingsHandlerTest.php
|
||||
src/Internal/FraudProtection/AdminSettingsHandlerTest.php
|
||||
Internal/FraudProtection/AdminSettingsHandlerTest.php
|
||||
FraudProtection/AdminSettingsHandlerTest.php
|
||||
AdminSettingsHandlerTest.php
|
||||
plugins/woocommerce/tests/php/src/Internal/FraudProtection/ApiClientTest.php
|
||||
woocommerce/tests/php/src/Internal/FraudProtection/ApiClientTest.php
|
||||
tests/php/src/Internal/FraudProtection/ApiClientTest.php
|
||||
|
|
@ -65297,6 +65330,12 @@ src/Gateways/PayPal/Helper.php
|
|||
Gateways/PayPal/Helper.php
|
||||
PayPal/Helper.php
|
||||
Helper.php
|
||||
plugins/woocommerce/src/Gateways/PayPal/Notices.php
|
||||
woocommerce/src/Gateways/PayPal/Notices.php
|
||||
src/Gateways/PayPal/Notices.php
|
||||
Gateways/PayPal/Notices.php
|
||||
PayPal/Notices.php
|
||||
Notices.php
|
||||
plugins/woocommerce/src/Gateways/PayPal/AddressRequirements.php
|
||||
woocommerce/src/Gateways/PayPal/AddressRequirements.php
|
||||
src/Gateways/PayPal/AddressRequirements.php
|
||||
|
|
@ -68705,6 +68744,12 @@ src/Internal/PushNotifications/PushNotifications.php
|
|||
Internal/PushNotifications/PushNotifications.php
|
||||
PushNotifications/PushNotifications.php
|
||||
PushNotifications.php
|
||||
plugins/woocommerce/src/Internal/Jetpack/JetpackConnection.php
|
||||
woocommerce/src/Internal/Jetpack/JetpackConnection.php
|
||||
src/Internal/Jetpack/JetpackConnection.php
|
||||
Internal/Jetpack/JetpackConnection.php
|
||||
Jetpack/JetpackConnection.php
|
||||
JetpackConnection.php
|
||||
plugins/woocommerce/src/Internal/CostOfGoodsSold/CogsAwareRestControllerTrait.php
|
||||
woocommerce/src/Internal/CostOfGoodsSold/CogsAwareRestControllerTrait.php
|
||||
src/Internal/CostOfGoodsSold/CogsAwareRestControllerTrait.php
|
||||
|
|
@ -72536,6 +72581,12 @@ src/Internal/FraudProtection/FraudProtectionController.php
|
|||
Internal/FraudProtection/FraudProtectionController.php
|
||||
FraudProtection/FraudProtectionController.php
|
||||
FraudProtectionController.php
|
||||
plugins/woocommerce/src/Internal/FraudProtection/AdminSettingsHandler.php
|
||||
woocommerce/src/Internal/FraudProtection/AdminSettingsHandler.php
|
||||
src/Internal/FraudProtection/AdminSettingsHandler.php
|
||||
Internal/FraudProtection/AdminSettingsHandler.php
|
||||
FraudProtection/AdminSettingsHandler.php
|
||||
AdminSettingsHandler.php
|
||||
plugins/woocommerce/src/Internal/FraudProtection/SessionDataCollector.php
|
||||
woocommerce/src/Internal/FraudProtection/SessionDataCollector.php
|
||||
src/Internal/FraudProtection/SessionDataCollector.php
|
||||
|
|
@ -72560,6 +72611,12 @@ src/Internal/FraudProtection/SessionClearanceManager.php
|
|||
Internal/FraudProtection/SessionClearanceManager.php
|
||||
FraudProtection/SessionClearanceManager.php
|
||||
SessionClearanceManager.php
|
||||
plugins/woocommerce/src/Internal/FraudProtection/JetpackConnectionManager.php
|
||||
woocommerce/src/Internal/FraudProtection/JetpackConnectionManager.php
|
||||
src/Internal/FraudProtection/JetpackConnectionManager.php
|
||||
Internal/FraudProtection/JetpackConnectionManager.php
|
||||
FraudProtection/JetpackConnectionManager.php
|
||||
JetpackConnectionManager.php
|
||||
plugins/woocommerce/src/Internal/WCCom/ConnectionHelper.php
|
||||
woocommerce/src/Internal/WCCom/ConnectionHelper.php
|
||||
src/Internal/WCCom/ConnectionHelper.php
|
||||
|
|
|
|||
|
|
@ -793,6 +793,7 @@ plugins/woocommerce/changelog/61729-fix-tracks-array-serialization
|
|||
plugins/woocommerce/changelog/fix-wooplug-5947
|
||||
plugins/woocommerce/changelog/55354-fix-notice-55353
|
||||
plugins/woocommerce/changelog/tweak-deprecated-tag-wc_enqueue_script
|
||||
plugins/woocommerce/changelog/62617-update-free-shipping-labeling
|
||||
plugins/woocommerce/changelog/wooprd-1279-incorrect-woo_content-block-rendered-output-in-preview
|
||||
plugins/woocommerce/changelog/wooprd-1278-compatibility-with-gutenberg-220
|
||||
plugins/woocommerce/changelog/update-remove-wc-data-clone-override
|
||||
|
|
@ -804,6 +805,7 @@ plugins/woocommerce/changelog/62494-wooplug-6029-minicart-incorrect-focus-when-h
|
|||
plugins/woocommerce/changelog/61415-add-currency-data-to-order-items-rest-v4
|
||||
plugins/woocommerce/changelog/62333-fix-brands-clear-thumbnail-after-creation
|
||||
plugins/woocommerce/changelog/62240-feat-woomob-1844-add-variation_id-to-error-data-for
|
||||
plugins/woocommerce/changelog/62576-task-paypal-standard-handle-invalid-items-breakdown
|
||||
plugins/woocommerce/changelog/pr-61779
|
||||
plugins/woocommerce/changelog/pr-61476
|
||||
plugins/woocommerce/changelog/fix-launch-your-store-minor-fixes
|
||||
|
|
@ -886,6 +888,7 @@ plugins/woocommerce/changelog/update-woocommerce-readme-phpstan-details
|
|||
plugins/woocommerce/changelog/62114-tweak-61755-paginate-all-variations
|
||||
plugins/woocommerce/changelog/fix-wccom-1958
|
||||
plugins/woocommerce/changelog/wooplug-5907-uncaught-error-object-of-class-wc_product_attribute-could
|
||||
plugins/woocommerce/changelog/fix-order-view
|
||||
plugins/woocommerce/changelog/wooplug-5820-enhancement-product-gallery-permit-to-add-block-beforeafter
|
||||
plugins/woocommerce/changelog/wooplug-5912-woocommerce-blocks-wrong-domain-in-wp_resource_hints-on
|
||||
plugins/woocommerce/changelog/fix-wooplug-5532-shipping-zones-meta
|
||||
|
|
@ -902,6 +905,7 @@ plugins/woocommerce/changelog/wooplug-6049-performance-slow-wp_load_alloptions-d
|
|||
plugins/woocommerce/changelog/62335-fix-admin-menu-lost-password-endpoint-condition
|
||||
plugins/woocommerce/changelog/wooplug-5888-product-gallery-missing-block-spacing-control
|
||||
plugins/woocommerce/changelog/k6-cleanup-shortcode-setup
|
||||
plugins/woocommerce/changelog/62599-refactor-paypal-standard-3-notice-file
|
||||
plugins/woocommerce/changelog/add-simplify-cys
|
||||
plugins/woocommerce/changelog/fix-61855-autoload-options
|
||||
plugins/woocommerce/changelog/wooplug-3385-flaky-test-should-allow-a-user-to-move-a-section-up
|
||||
|
|
@ -1796,7 +1800,6 @@ plugins/woocommerce/tests/php/includes/class-wc-comments-test.php
|
|||
plugins/woocommerce/tests/php/includes/class-wc-product-downloads-test.php
|
||||
plugins/woocommerce/tests/php/includes/class-wc-privacy-test.php
|
||||
plugins/woocommerce/tests/php/includes/gateways/paypal/class-wc-gateway-paypal-transact-manager-account-test.php
|
||||
plugins/woocommerce/tests/php/includes/gateways/paypal/class-wc-gateway-paypal-notices-test.php
|
||||
plugins/woocommerce/tests/php/includes/gateways/paypal/class-wc-gateway-paypal-webhook-handler-test.php
|
||||
plugins/woocommerce/tests/php/includes/gateways/paypal/class-wc-gateway-paypal-request-test.php
|
||||
plugins/woocommerce/tests/php/includes/gateways/paypal/class-wc-gateway-paypal-buttons-test.php
|
||||
|
|
@ -1907,6 +1910,7 @@ plugins/woocommerce/tests/php/src/Blocks/StoreApi/Routes/Cart.php
|
|||
plugins/woocommerce/tests/php/src/Blocks/StoreApi/Routes/Batch.php
|
||||
plugins/woocommerce/tests/php/src/Blocks/StoreApi/Routes/CartItems.php
|
||||
plugins/woocommerce/tests/php/src/Blocks/StoreApi/Routes/CartExtensions.php
|
||||
plugins/woocommerce/tests/php/src/Blocks/StoreApi/Routes/Order.php
|
||||
plugins/woocommerce/tests/php/src/Blocks/StoreApi/Routes/ProductCollectionData.php
|
||||
plugins/woocommerce/tests/php/src/Blocks/StoreApi/Routes/ProductBrands.php
|
||||
plugins/woocommerce/tests/php/src/Blocks/StoreApi/ExtendSchemaTests.php
|
||||
|
|
@ -1985,6 +1989,7 @@ plugins/woocommerce/tests/php/src/Blocks/Mocks/ProductCollectionMock.php
|
|||
plugins/woocommerce/tests/php/src/Blocks/Mocks/AddToCartWithOptionsVariationSelectorMock.php
|
||||
plugins/woocommerce/tests/php/src/Blocks/Mocks/ProductDetailsNoRegisterMock.php
|
||||
plugins/woocommerce/tests/php/src/Blocks/Shipping/ShippingControllerTest.php
|
||||
plugins/woocommerce/tests/php/src/Gateways/PayPal/NoticesTest.php
|
||||
plugins/woocommerce/tests/php/src/Gateways/PayPal/HelperTest.php
|
||||
plugins/woocommerce/tests/php/src/Gateways/PayPal/AddressRequirementsTest.php
|
||||
plugins/woocommerce/tests/php/src/Proxies/MockableLegacyProxyTest.php
|
||||
|
|
@ -2259,6 +2264,7 @@ plugins/woocommerce/tests/php/src/Internal/Utilities/DatabaseUtilTest.php
|
|||
plugins/woocommerce/tests/php/src/Internal/ProductDownloads/ApprovedDirectories/SynchronizeTest.php
|
||||
plugins/woocommerce/tests/php/src/Internal/ProductDownloads/ApprovedDirectories/RegisterTest.php
|
||||
plugins/woocommerce/tests/php/src/Internal/FraudProtection/SessionDataCollectorTest.php
|
||||
plugins/woocommerce/tests/php/src/Internal/FraudProtection/AdminSettingsHandlerTest.php
|
||||
plugins/woocommerce/tests/php/src/Internal/FraudProtection/ApiClientTest.php
|
||||
plugins/woocommerce/tests/php/src/Internal/FraudProtection/CartEventTrackerTest.php
|
||||
plugins/woocommerce/tests/php/src/Internal/FraudProtection/SessionClearanceManagerTest.php
|
||||
|
|
@ -8329,6 +8335,7 @@ plugins/woocommerce/src/Blocks/Shipping/ShippingController.php
|
|||
plugins/woocommerce/src/Blocks/Shipping/PickupLocation.php
|
||||
plugins/woocommerce/src/Gateways/PayPal/Constants.php
|
||||
plugins/woocommerce/src/Gateways/PayPal/Helper.php
|
||||
plugins/woocommerce/src/Gateways/PayPal/Notices.php
|
||||
plugins/woocommerce/src/Gateways/PayPal/AddressRequirements.php
|
||||
plugins/woocommerce/src/Proxies/ActionsProxy.php
|
||||
plugins/woocommerce/src/Proxies/LegacyProxy.php
|
||||
|
|
@ -8832,6 +8839,7 @@ plugins/woocommerce/src/Internal/ComingSoon/ComingSoonRequestHandler.php
|
|||
plugins/woocommerce/src/Internal/PushNotifications/DataStores/PushTokensDataStore.php
|
||||
plugins/woocommerce/src/Internal/PushNotifications/Entities/PushToken.php
|
||||
plugins/woocommerce/src/Internal/PushNotifications/PushNotifications.php
|
||||
plugins/woocommerce/src/Internal/Jetpack/JetpackConnection.php
|
||||
plugins/woocommerce/src/Internal/CostOfGoodsSold/CogsAwareRestControllerTrait.php
|
||||
plugins/woocommerce/src/Internal/CostOfGoodsSold/CostOfGoodsSoldController.php
|
||||
plugins/woocommerce/src/Internal/CostOfGoodsSold/CogsAwareTrait.php
|
||||
|
|
@ -9362,10 +9370,12 @@ plugins/woocommerce/src/Internal/ProductDownloads/ApprovedDirectories/Admin/UI.p
|
|||
plugins/woocommerce/src/Internal/ProductDownloads/ApprovedDirectories/Admin/Table.php
|
||||
plugins/woocommerce/src/Internal/ProductDownloads/ApprovedDirectories/Admin/SyncUI.php
|
||||
plugins/woocommerce/src/Internal/FraudProtection/FraudProtectionController.php
|
||||
plugins/woocommerce/src/Internal/FraudProtection/AdminSettingsHandler.php
|
||||
plugins/woocommerce/src/Internal/FraudProtection/SessionDataCollector.php
|
||||
plugins/woocommerce/src/Internal/FraudProtection/CartEventTracker.php
|
||||
plugins/woocommerce/src/Internal/FraudProtection/ApiClient.php
|
||||
plugins/woocommerce/src/Internal/FraudProtection/SessionClearanceManager.php
|
||||
plugins/woocommerce/src/Internal/FraudProtection/JetpackConnectionManager.php
|
||||
plugins/woocommerce/src/Internal/WCCom/ConnectionHelper.php
|
||||
plugins/woocommerce/src/Caching/ObjectCache.php
|
||||
plugins/woocommerce/src/Caching/CacheEngine.php
|
||||
|
|
|
|||
|
|
@ -89,22 +89,15 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
|
|||
.well-known
|
||||
.well-known/assetlinks.json
|
||||
.xml
|
||||
/*/*/_tools
|
||||
/*/*/more_ideas
|
||||
/*/_tools
|
||||
/*/activity
|
||||
/*/branches
|
||||
/*/commits
|
||||
/*/compare
|
||||
/*/contributors
|
||||
/*/forks
|
||||
/*/graphs
|
||||
/*/group
|
||||
/*/invite
|
||||
/*/issues/new
|
||||
/*/issues/search
|
||||
/*/milestones/new
|
||||
/*/more_ideas
|
||||
/*/network
|
||||
/*/projects
|
||||
/*/pulse
|
||||
|
|
@ -112,23 +105,10 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
|
|||
/*/tags
|
||||
/*/watchers
|
||||
/.git
|
||||
/?*amp_client_id
|
||||
/?z=1
|
||||
/MANUALS/*.pdf$
|
||||
/Search/
|
||||
/_
|
||||
/_/rsrc
|
||||
/__wishlist__
|
||||
/_activities
|
||||
/_activity
|
||||
/_community
|
||||
/_created
|
||||
/_followers
|
||||
/_following
|
||||
/_quick_saves
|
||||
/_saved
|
||||
/_shop
|
||||
/_shopping_list
|
||||
/_widget
|
||||
/album/*/*?i=
|
||||
/analytics
|
||||
|
|
@ -151,12 +131,10 @@ $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?
|
||||
|
|
@ -185,7 +163,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
|
|||
/layout/
|
||||
/leads/*/jsplayer_show_lead_form.html
|
||||
/leads/*/show_form.html
|
||||
/likes
|
||||
/login
|
||||
/lookup?
|
||||
/mediaapi/
|
||||
|
|
@ -198,13 +175,10 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
|
|||
/newest/*rss
|
||||
/newest/*xml
|
||||
/newsearch/
|
||||
/organize
|
||||
/partials
|
||||
/pins
|
||||
/plugins
|
||||
/podcast/*/*?i=
|
||||
/print$
|
||||
/profile-about
|
||||
/raw
|
||||
/report_abuse
|
||||
/revisions
|
||||
|
|
@ -212,8 +186,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
|
|||
/rsvps/*atom
|
||||
/rsvps/*rss
|
||||
/rsvps/*xml
|
||||
/scheduled-pin
|
||||
/scheduled-pins
|
||||
/search
|
||||
/search/
|
||||
/search?
|
||||
|
|
@ -241,15 +213,11 @@ $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/*/edit
|
||||
|
|
@ -380,7 +348,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
|
|||
?search_forum=
|
||||
?set_mobile=
|
||||
?showAllGroups=
|
||||
?show_error=true
|
||||
?slogin
|
||||
?sort=
|
||||
?sortBy=
|
||||
|
|
@ -504,8 +471,6 @@ 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
|
||||
|
|
@ -566,8 +531,6 @@ _next/data
|
|||
_next/jwt
|
||||
_next/title
|
||||
_next/viewer
|
||||
_ngjs/resource
|
||||
_ngjs/resource/*/get
|
||||
_nimbusJson.json
|
||||
_nimbusJsonp.js
|
||||
_nimbusJsonpStatic.js
|
||||
|
|
@ -666,12 +629,10 @@ actions/news/rss
|
|||
ad_id=
|
||||
addContacts
|
||||
add_favorite
|
||||
addboard
|
||||
addressBookExport
|
||||
admin
|
||||
admin/
|
||||
ads
|
||||
ads.txt
|
||||
ads/gpa/vidgen
|
||||
ads/learn
|
||||
ads/local
|
||||
|
|
@ -683,7 +644,6 @@ advisor/*zx1fa
|
|||
adx/bin
|
||||
affil
|
||||
affil/pal
|
||||
age-appeal
|
||||
agreements/approve
|
||||
ai-sandbox-internal/generated_images
|
||||
aihub/tfhub
|
||||
|
|
@ -740,9 +700,7 @@ api?
|
|||
api_access_key=
|
||||
app*_
|
||||
app*form_id=
|
||||
app-ads.txt
|
||||
app/
|
||||
appealed-pin
|
||||
apple-app-site-association
|
||||
apps
|
||||
apps*&tags=
|
||||
|
|
@ -819,7 +777,6 @@ author/following
|
|||
author=
|
||||
authoring/
|
||||
authwall
|
||||
autocomplete
|
||||
away.php
|
||||
awmp/data/images
|
||||
b?*node=7454898011
|
||||
|
|
@ -878,10 +835,6 @@ blogs/nationals-journal-beta
|
|||
blogs/search/
|
||||
blogs/slow-ride
|
||||
blogs/test
|
||||
board
|
||||
board_activity
|
||||
board_activity_comment
|
||||
bookmarklet
|
||||
bookmarks
|
||||
books
|
||||
books/NBK
|
||||
|
|
@ -903,39 +856,18 @@ books?*zoom=
|
|||
books?*zoom=1
|
||||
books?*zoom=5
|
||||
boutique/sitemaps
|
||||
branded-pins
|
||||
bricks/image
|
||||
business/ad_create
|
||||
business/adshare
|
||||
business/adshare/faqs
|
||||
business/blahblah
|
||||
business/business-access
|
||||
business/business-hierarchy
|
||||
business/business-manager
|
||||
business/catalogs
|
||||
business/commerce-integrations
|
||||
business/community-information
|
||||
business/convert
|
||||
business/create
|
||||
business/create-linked-account
|
||||
business/feedback
|
||||
business/hub
|
||||
business/invite
|
||||
business/leads/jsplayer_show_lead_form.html
|
||||
business/leads/show_form.html
|
||||
business/learning/blog
|
||||
business/onboarding
|
||||
business/pin_create
|
||||
business/pos-system/shop
|
||||
business/premium/is_payment_pending
|
||||
business/promotion
|
||||
business/referral
|
||||
business/sales/blog
|
||||
business/site
|
||||
business/switch-account
|
||||
business/top-ads
|
||||
business/update
|
||||
business/verified-merchant/status
|
||||
buyside-e2e-monitor
|
||||
cai
|
||||
call
|
||||
|
|
@ -964,7 +896,6 @@ checkout
|
|||
checkout-external
|
||||
checkoutnow
|
||||
checkpoint
|
||||
christmas-spotlight
|
||||
chrome/crlset
|
||||
chrome/webstore/images
|
||||
chwilio
|
||||
|
|
@ -984,7 +915,6 @@ clickthru
|
|||
clima/ets
|
||||
clima/sites/registry
|
||||
clone/library/genomic/organisms
|
||||
close-account
|
||||
cloud-launcher/sitemap
|
||||
cloudsourcetools/images
|
||||
cms_content
|
||||
|
|
@ -1003,7 +933,6 @@ commission_2010-2014/katainen
|
|||
commits?author=
|
||||
common/
|
||||
common/survey.aspx*
|
||||
communities
|
||||
communities/bin.aspx?
|
||||
communities/blogs/PortalResults.mspx?
|
||||
communities/eventdetails.mspx?
|
||||
|
|
@ -1020,14 +949,11 @@ community/category/*
|
|||
community/comments
|
||||
community/feed
|
||||
community/trackback
|
||||
community_comment
|
||||
community_post
|
||||
companyDir
|
||||
compare
|
||||
compressiontest
|
||||
concussion/HeadsUp/training/
|
||||
config.js
|
||||
connect
|
||||
connections
|
||||
consumers/archive
|
||||
contact/menu*
|
||||
|
|
@ -1035,18 +961,12 @@ contact/partner*
|
|||
contact_importer
|
||||
contactus
|
||||
contactus/mwaas*
|
||||
content-claiming
|
||||
content-guest/rss/channels
|
||||
control
|
||||
conversation
|
||||
conversations
|
||||
convert-business
|
||||
convert-personal
|
||||
copilot
|
||||
copilot/c
|
||||
copilotsearch?q=
|
||||
copy-conductor/crawled
|
||||
copyright-reporting
|
||||
core/
|
||||
core/*.css$
|
||||
core/*.css?
|
||||
|
|
@ -1064,19 +984,11 @@ covid19/mobility
|
|||
cr$
|
||||
cr?
|
||||
create
|
||||
create_pin
|
||||
creative-europe/404_en.htm
|
||||
creative-studio
|
||||
creative_editor
|
||||
creativegroup
|
||||
creator-spotlight
|
||||
creator_hub/_earn
|
||||
creator_hub/_partnerships
|
||||
creatorhub
|
||||
csp
|
||||
csrf_error
|
||||
ct
|
||||
ct.html
|
||||
ct/log_list
|
||||
culturalinstitute/images
|
||||
culturalinstitute/sitemaps
|
||||
|
|
@ -1102,10 +1014,8 @@ de/ott
|
|||
de/solutions
|
||||
de/upload
|
||||
de/vimeo-academy
|
||||
deactivate-account
|
||||
default.aspx/kb/
|
||||
default.aspx/ph/
|
||||
delete_post
|
||||
delight
|
||||
dell/cities-transformed
|
||||
dell/cloud-future-of-medicine
|
||||
|
|
@ -1192,8 +1102,6 @@ earth/social
|
|||
ebook
|
||||
ece
|
||||
eclas
|
||||
edit
|
||||
editorial/*
|
||||
edu/cs4hs
|
||||
education/404_en.htm
|
||||
education/blocks
|
||||
|
|
@ -1206,7 +1114,6 @@ ekansa/Open-Context-Data
|
|||
ekansa/opencontext-
|
||||
email
|
||||
email-unsubscribe
|
||||
email_verification_error
|
||||
embed
|
||||
embed/@
|
||||
embed/curated
|
||||
|
|
@ -1268,7 +1175,6 @@ en/microsoft-viva/
|
|||
en/security
|
||||
en/security/
|
||||
endorsements
|
||||
engagement
|
||||
enterprise
|
||||
enterprise-jobs
|
||||
enterprise-partner-search/sitemaps
|
||||
|
|
@ -1354,18 +1260,14 @@ exec/obidos/subst/marketplace/sell-your-collection.html
|
|||
exec/obidos/subst/marketplace/sell-your-stuff.html
|
||||
exec/obidos/subst/partners/friends/access.html
|
||||
exec/obidos/tg/cm/member
|
||||
explore
|
||||
explore/*/?p=
|
||||
explore/*/lightbox
|
||||
external
|
||||
external/overture
|
||||
external_hosted
|
||||
f/healthcheck
|
||||
facebook
|
||||
faves-i_love_u_get_away_from_me
|
||||
favorite
|
||||
fb
|
||||
fb.html
|
||||
fbml/ajax/dialog
|
||||
fd/
|
||||
fe=true
|
||||
|
|
@ -1402,8 +1304,6 @@ flu/espanol/
|
|||
flutter-canvaskit
|
||||
folder
|
||||
follow
|
||||
follow_board
|
||||
follow_user
|
||||
following
|
||||
food/archive
|
||||
food/favourites
|
||||
|
|
@ -1484,8 +1384,6 @@ global$
|
|||
gog
|
||||
google.internal.maps.gmpsdksbackend.v1.GmpSdksBackendService
|
||||
google.internal.maps.mapsjs.v1.MapsJsInternalService
|
||||
google_gdn.html
|
||||
google_search.html
|
||||
googlebooks/images
|
||||
gorf
|
||||
gp
|
||||
|
|
@ -1600,7 +1498,6 @@ gtp/stir
|
|||
guidebooks
|
||||
gview
|
||||
h5games_gamecenter/images
|
||||
hanukkah-spotlight
|
||||
hashtag/*?src=
|
||||
hd
|
||||
header/channels
|
||||
|
|
@ -1624,12 +1521,9 @@ help/zendesk_sso
|
|||
hex
|
||||
history
|
||||
history/static
|
||||
holiday-spotlight
|
||||
holidays-celebrations
|
||||
home
|
||||
home$
|
||||
home?
|
||||
homefeed
|
||||
homepage-video-test
|
||||
hosted/images
|
||||
hotel/reviews?
|
||||
|
|
@ -1641,11 +1535,11 @@ hp/video
|
|||
hpc/*/supported-applications.aspx?
|
||||
hpm
|
||||
hpmob
|
||||
http://calendar.google.com/robots.txt
|
||||
http://maps.app.goo.gl/robots.txt
|
||||
http://blog.google/robots.txt
|
||||
http://cdc.gov/robots.txt
|
||||
http://ftc.gov/robots.txt
|
||||
http://news.google.com/robots.txt
|
||||
http://support.microsoft.com/robots.txt
|
||||
http://washingtonpost.com/robots.txt
|
||||
http://slideshare.net/robots.txt
|
||||
hub?category=
|
||||
hz/contact-us/ajax/initiate-trusted-contact
|
||||
hz/help/contact/*/message/$
|
||||
|
|
@ -1660,9 +1554,6 @@ 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/
|
||||
|
|
@ -1707,17 +1598,14 @@ info/customerror.htm*
|
|||
info/smart404.asp*
|
||||
info/tech-feedback
|
||||
inproduct_help/chatsupport
|
||||
install-shuffles
|
||||
integrations
|
||||
internalPref
|
||||
intl
|
||||
intl/*/search/?
|
||||
intl/*/search?
|
||||
intlkb/
|
||||
invite
|
||||
inviteFromProfile
|
||||
inviteMany
|
||||
invited
|
||||
invoice/est
|
||||
invoice/estimate/buyerView
|
||||
invoice/estimate/buyerView/attachments
|
||||
|
|
@ -1754,8 +1642,6 @@ 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
|
||||
|
|
@ -1798,7 +1684,6 @@ ko/ott
|
|||
ko/solutions
|
||||
ko/upload
|
||||
ko/vimeo-academy
|
||||
kwanzaa-spotlight
|
||||
l.php
|
||||
labs-code
|
||||
labs/pmc
|
||||
|
|
@ -1835,15 +1720,12 @@ learning/settings
|
|||
learning/settings$
|
||||
learning/settings?
|
||||
legal
|
||||
lens-search
|
||||
li/track
|
||||
library/devices
|
||||
licensing-syndication
|
||||
limited-release
|
||||
link
|
||||
linked
|
||||
lite
|
||||
live-session
|
||||
live_chat
|
||||
llms.txt
|
||||
lm/R1XIHQVKXSKBNJ
|
||||
|
|
@ -2018,7 +1900,6 @@ 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
|
||||
|
|
@ -2028,7 +1909,6 @@ news/test
|
|||
news/test-liveblog
|
||||
news?viewArticle
|
||||
newsArticle
|
||||
news_hub
|
||||
newsletter
|
||||
newsroom/dae
|
||||
newsround
|
||||
|
|
@ -2042,7 +1922,6 @@ nl-nl/lp
|
|||
nl-nl/searchresults
|
||||
node/add/
|
||||
nonprofits/account
|
||||
notifications
|
||||
notifications/
|
||||
ns/hydra/console/?
|
||||
nus-trk
|
||||
|
|
@ -2050,15 +1929,11 @@ 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
|
||||
|
|
@ -2087,11 +1962,8 @@ pagespeed/insights/ui/logo
|
|||
panel
|
||||
pantheon
|
||||
pantheon-platform
|
||||
parental-consent/confirmation
|
||||
parental-passcode
|
||||
participate/conferences.xml
|
||||
partners
|
||||
password/reset
|
||||
password_expired
|
||||
patent-search/frontend
|
||||
patents/download
|
||||
|
|
@ -2126,46 +1998,12 @@ 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
|
||||
|
|
@ -2212,7 +2050,6 @@ posttv/posttv/trendex
|
|||
posttv/sponsored-video
|
||||
ppl
|
||||
preference
|
||||
prefs
|
||||
present
|
||||
presentation
|
||||
prettyearth/assets
|
||||
|
|
@ -2221,8 +2058,6 @@ previewtemplate
|
|||
print
|
||||
private
|
||||
proFile/history?
|
||||
product-catalogs
|
||||
product-feed
|
||||
product-reviews/B0069IY63Y
|
||||
product/reviews?
|
||||
productPurchaseDone
|
||||
|
|
@ -2279,13 +2114,11 @@ pub/dir
|
|||
public-profile
|
||||
publications
|
||||
puzzles/leaderboards/invite
|
||||
pw
|
||||
pwapi-proxy/pwproxy
|
||||
pwapiv2
|
||||
q=
|
||||
qr
|
||||
quality_form?
|
||||
quiz
|
||||
rackspace/elevating-performance
|
||||
radio/imda
|
||||
ramfiles
|
||||
|
|
@ -2293,7 +2126,6 @@ rating
|
|||
rd/search
|
||||
rd/search$
|
||||
rd/search?
|
||||
recently-viewed
|
||||
recipes/*?q=
|
||||
recipes/search
|
||||
reconnect
|
||||
|
|
@ -2308,9 +2140,6 @@ refer
|
|||
refer/pal
|
||||
referrals
|
||||
referrer=
|
||||
refresh_stored_accounts
|
||||
refresh_token
|
||||
register
|
||||
registry/wishlist
|
||||
remotelogout
|
||||
rep=hc
|
||||
|
|
@ -2318,13 +2147,9 @@ report
|
|||
report-abuse?report=
|
||||
report=
|
||||
report_abuse.gne
|
||||
reports-and-violations
|
||||
request-data
|
||||
requestList
|
||||
requests
|
||||
research/participants/cofund
|
||||
resource
|
||||
resource/*/get
|
||||
results
|
||||
results
|
||||
retail
|
||||
|
|
@ -2364,7 +2189,6 @@ s2/search/social
|
|||
s2/sitemaps
|
||||
s2/static
|
||||
s?
|
||||
safe-redirect
|
||||
safety
|
||||
safetycheck
|
||||
salary-explorer/api
|
||||
|
|
@ -2409,7 +2233,6 @@ 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
|
||||
|
|
@ -2442,7 +2265,6 @@ shop/productpage
|
|||
shop/topics
|
||||
shop/view/product
|
||||
shop?*
|
||||
shop_pins
|
||||
shopping-content-api/product_images
|
||||
shopping/deals
|
||||
shopping/product
|
||||
|
|
@ -2746,12 +2568,10 @@ 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/
|
||||
|
|
@ -2768,7 +2588,6 @@ ss
|
|||
ss/customer-reviews/lighthouse
|
||||
ss/twister/ajax
|
||||
sslsingle
|
||||
sso
|
||||
stadia/gamers
|
||||
start
|
||||
stat
|
||||
|
|
@ -2828,10 +2647,6 @@ storefront
|
|||
storepicker
|
||||
stores/page/*visitId=
|
||||
stories
|
||||
story-pin-builder
|
||||
story-pin-invite
|
||||
story_feed
|
||||
story_pins
|
||||
storyworks/preview
|
||||
styles/js-on.css$
|
||||
subscribe/braintree
|
||||
|
|
@ -2857,7 +2672,6 @@ support/content
|
|||
support/forum/search?
|
||||
sureroute
|
||||
surprise
|
||||
suspension-appeal
|
||||
sutils
|
||||
sv-se.www.cloudflare.com
|
||||
sv-se/feedback
|
||||
|
|
@ -2875,7 +2689,6 @@ svc/strands
|
|||
svc/sudoku
|
||||
svc/wordle
|
||||
svpRecommendations
|
||||
sw-shell.html
|
||||
swg
|
||||
system1/images
|
||||
t/privacy
|
||||
|
|
@ -2883,7 +2696,6 @@ t/terms
|
|||
tab=
|
||||
tablet
|
||||
tag
|
||||
taggingtool
|
||||
tagmanager/containers/xo
|
||||
tagmanager/pptm.js
|
||||
talk
|
||||
|
|
@ -2931,9 +2743,7 @@ th-th/feedback
|
|||
th-th/lp
|
||||
th-th/searchresults
|
||||
th?
|
||||
thanksgiving-spotlight
|
||||
themacallan/worlds-together
|
||||
theme
|
||||
tickets-external?
|
||||
timedtext_video
|
||||
title
|
||||
|
|
@ -3026,7 +2836,6 @@ trustedstores/js
|
|||
trustedstores/s
|
||||
trustedstores/tm2
|
||||
trustedstores/verify
|
||||
tv
|
||||
tv/thumb
|
||||
typeahead
|
||||
u
|
||||
|
|
@ -3043,14 +2852,9 @@ ugc$
|
|||
ugcsupport
|
||||
ugcsupport$
|
||||
ui
|
||||
unauth-profile
|
||||
unlink
|
||||
unsub
|
||||
until=
|
||||
upload
|
||||
upload-lens-image
|
||||
upload-lens-image-history
|
||||
upload-shuffle-draft
|
||||
uploads
|
||||
urchin_test
|
||||
url
|
||||
|
|
@ -3068,11 +2872,9 @@ using
|
|||
utils
|
||||
uviewer
|
||||
v1
|
||||
v1/urls/count.json
|
||||
v2
|
||||
v3
|
||||
v3/openapi
|
||||
v3/pidgets/log
|
||||
valkyrie-playground
|
||||
verify_age
|
||||
vi-vn.www.cloudflare.com
|
||||
|
|
@ -3117,9 +2919,6 @@ webapps/xo/html/cookiecheck.html
|
|||
webapps/xoonboarding
|
||||
webscr
|
||||
websearch
|
||||
website/confirm
|
||||
website/confirm/download
|
||||
welcome
|
||||
whats-next/planes-trains-and-analytics
|
||||
whsmiths
|
||||
widget/cr
|
||||
|
|
@ -3429,7 +3228,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://vimeo.com/robots.txt
|
||||
wiki/Wikipedia_talk%3AAdministrator_electionshttp://lh3.googleusercontent.com/robots.txt
|
||||
wiki/Wikipedia_talk%3AAdministrator_recall
|
||||
wiki/Wikipedia_talk%3AAdministrator_review
|
||||
wiki/Wikipedia_talk%3AAdministrators%27_noticeboard
|
||||
|
|
@ -3647,7 +3446,6 @@ xhtml?
|
|||
xml?
|
||||
xoplatform/logger/api/logger
|
||||
xorouter
|
||||
your-shop
|
||||
youth/404_en.htm
|
||||
youtube/fonts
|
||||
youtube/img/branding/favicon
|
||||
|
|
|
|||
|
|
@ -540,7 +540,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
|
|||
/Ajax/Similar
|
||||
/BucketContent
|
||||
/CHANGELOG.txt
|
||||
/CVS
|
||||
/Careers/Form
|
||||
/Careers/Profiles
|
||||
/Careers/Registration
|
||||
|
|
@ -1567,7 +1566,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
|
|||
/plus
|
||||
/pmredirectshow/*
|
||||
/pmtoinavigation/*
|
||||
/po
|
||||
/pocasi/
|
||||
/podcast/*/*?i=
|
||||
/podcast/ITEM_NAME
|
||||
|
|
@ -2171,7 +2169,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
|
|||
/wire?
|
||||
/workflow-templates/search?
|
||||
/workflow-templates/standalone
|
||||
/workshop
|
||||
/workshop/
|
||||
/wp-admin
|
||||
/wp-content/cache
|
||||
|
|
@ -2267,7 +2264,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
|
|||
?*hsCacheBuster=
|
||||
?*hsCtaTracking
|
||||
?*hs_preview=
|
||||
?*http://hbr.org/robots.txt
|
||||
?*http://healthtips1dr.blogspot.com/robots.txt
|
||||
?*hubs_signup-cta
|
||||
?*hybrid=
|
||||
?*iframe
|
||||
|
|
@ -5221,7 +5218,10 @@ archive$
|
|||
archive.php?archive=*
|
||||
archive.php?view=all
|
||||
archive/api/image.jpg
|
||||
archive/article
|
||||
archive/find
|
||||
archive/graphs.php
|
||||
archive/page
|
||||
archive/project/sovsport$
|
||||
archived
|
||||
archived$
|
||||
|
|
@ -7837,7 +7837,7 @@ code
|
|||
code-connect-docs
|
||||
code-docs
|
||||
code/*
|
||||
code/http://wa.me/robots.txt
|
||||
code/http://w3techs.com/robots.txt
|
||||
codeCoverage
|
||||
coderpad-for-figjam/$
|
||||
codesamples/
|
||||
|
|
@ -10118,7 +10118,6 @@ copilot
|
|||
copilot/c
|
||||
copilotsearch?q=
|
||||
copy-conductor/crawled
|
||||
copyleft
|
||||
copyright-reporting
|
||||
coral-talk
|
||||
core
|
||||
|
|
@ -16324,8 +16323,6 @@ globalmarketfinder
|
|||
globalmarketfinder/*.html
|
||||
gm-api/
|
||||
gnca-ajax-redesign/showcase-image
|
||||
gnu.css
|
||||
gnusearch
|
||||
go
|
||||
go-back
|
||||
go-back?
|
||||
|
|
@ -16645,7 +16642,7 @@ health/*/wp-
|
|||
health/QA-Tabbed-ManyTabs-21
|
||||
health/drugs/hm-test-all-about-humira
|
||||
health/drugs/ozempic-for-weight-loss
|
||||
health/files/rhpthttp://imgur.com/robots.txt
|
||||
health/files/rhpthttp://inc.com/robots.txt
|
||||
health/hm-test-17-proven-tips-to-sleep-better-at-night
|
||||
health/hm-test-feature-template-for-sponsorship
|
||||
health/mirgraine-headaches
|
||||
|
|
@ -16926,7 +16923,7 @@ http2_data
|
|||
http://4.bp.blogspot.com/robots.txt
|
||||
http://akparti.org.tr/robots.txt
|
||||
http://aliexpress.com/robots.txt
|
||||
http://amazon.co.jp/robots.txt
|
||||
http://alltop.com/robots.txt
|
||||
http://amazon.co.uk/robots.txt
|
||||
http://amazon.com/robots.txt
|
||||
http://amazon.de/robots.txt
|
||||
|
|
@ -16945,8 +16942,8 @@ http://expedia.com/robots.txt
|
|||
http://gist.github.com/robots.txt
|
||||
http://govostis.gr/robots.txt
|
||||
http://groupon.com/robots.txt
|
||||
http://heart.org/robots.txt
|
||||
http://img1.wsimg.com/robots.txt
|
||||
http://healthline.com/robots.txt
|
||||
http://img.youtube.com/robots.txt
|
||||
http://irishtimes.com/robots.txt
|
||||
http://kickstarter.com/robots.txt
|
||||
http://lefigaro.fr/robots.txt
|
||||
|
|
@ -16960,7 +16957,7 @@ http://static.wixstatic.com/robots.txt
|
|||
http://techradar.com/robots.txt
|
||||
http://thelancet.com/robots.txt
|
||||
http://threads.net/robots.txt
|
||||
http://tracks.arte.tv/robots.txt
|
||||
http://tools.google.com/robots.txt
|
||||
http://upload.wikimedia.org/robots.txt
|
||||
http://use.fontawesome.com/robots.txt
|
||||
http://weebly.com/robots.txt
|
||||
|
|
@ -19980,6 +19977,7 @@ moments_app
|
|||
mone$
|
||||
mone_event
|
||||
mone_v2
|
||||
money
|
||||
money/blueprint/archive
|
||||
money/blueprint/transfer?pname=
|
||||
money/homefront
|
||||
|
|
@ -20800,7 +20798,6 @@ nojs=
|
|||
nonConfig/api/wpa
|
||||
nonprofits/account
|
||||
norobot
|
||||
norobotsnorhumansshouldevervisithispage
|
||||
north-america/search
|
||||
noscript
|
||||
not-allowed
|
||||
|
|
@ -21998,8 +21995,6 @@ premiumsupport/knowledge-center/feedback-no/
|
|||
premiumsupport/knowledge-center/feedback-yes/
|
||||
prensa
|
||||
preorders
|
||||
prep/gnumaint
|
||||
prep/wrappers-and-scripts
|
||||
prequalify
|
||||
present
|
||||
presentation
|
||||
|
|
@ -24003,7 +23998,6 @@ sap/saphana/pilot/
|
|||
sap/saphana/pilot/offer/
|
||||
sap/saphana/pilot/offer/confirmation
|
||||
sars-cov-2
|
||||
savannah-checkouts
|
||||
save
|
||||
save-document
|
||||
save-query
|
||||
|
|
@ -24115,7 +24109,6 @@ scratch_1.4
|
|||
scratchr2/static
|
||||
screener/insider
|
||||
screensaver
|
||||
screenshots
|
||||
script
|
||||
scripts
|
||||
scripts/accountextlogin.php
|
||||
|
|
@ -24412,28 +24405,9 @@ server
|
|||
server-configurator
|
||||
server-status
|
||||
server.php
|
||||
server/banners
|
||||
server/body-include
|
||||
server/bottom-notes
|
||||
server/check-olark-chat-support
|
||||
server/docs/search
|
||||
server/footer
|
||||
server/fs-gang
|
||||
server/generic
|
||||
server/gnun
|
||||
server/head-include
|
||||
server/header
|
||||
server/html5-head-include
|
||||
server/html5-header
|
||||
server/include-file-list
|
||||
server/outdated
|
||||
server/select-language.html
|
||||
server/source
|
||||
server/staging
|
||||
server/top-addendum
|
||||
server/trans-map.html
|
||||
server/update-user-traffic-source
|
||||
server/whatsnew_translations.xml
|
||||
server_error_pages/
|
||||
serverdown
|
||||
servererror.aspx
|
||||
|
|
@ -25137,10 +25111,6 @@ soft/punto/?
|
|||
soft/punto/mac/uninstall
|
||||
soft/punto/win/uninstall
|
||||
soft/win/?
|
||||
software/gnun/linc
|
||||
software/gnun/proofread
|
||||
software/gnun/reports
|
||||
software/gnun/test
|
||||
solution-center/tag
|
||||
solutions
|
||||
solutions/$
|
||||
|
|
@ -25900,7 +25870,7 @@ tag
|
|||
tag-manager
|
||||
tag-manager-360
|
||||
tag/
|
||||
tag/*+http://dinotim.com/robots.txt
|
||||
tag/*+http://discogs.com/robots.txt
|
||||
tag/credible
|
||||
tag/expire-images
|
||||
tag/interaction-card
|
||||
|
|
@ -26904,6 +26874,11 @@ try-search-term
|
|||
try?
|
||||
trylater
|
||||
tsa
|
||||
tto/archive/article
|
||||
tto/archive/find
|
||||
tto/archive/frame/article
|
||||
tto/archive/page
|
||||
tto/news
|
||||
tucritica
|
||||
tune*retpath=
|
||||
turbo
|
||||
|
|
@ -27450,7 +27425,6 @@ use-cases/global-solution-providers/microsoft/bizspark/signon/
|
|||
use-cases/global-solution-providers/microsoft/bizspark/signon/thankyou/
|
||||
use-cases/global-solution-providers/microsoft/bizspark/thankyou/
|
||||
used
|
||||
usenet
|
||||
user
|
||||
user
|
||||
user$
|
||||
|
|
@ -27604,7 +27578,7 @@ uxtest/ux/
|
|||
uy
|
||||
uy/es/ServicesLandingPage/AdvisoryLanding/RPA/Robotic_Process%20Automation_insert.pdf
|
||||
uy/help
|
||||
uz/http://billboard.com/robots.txt
|
||||
uz/http://bilgematics.com/robots.txt
|
||||
v
|
||||
v$
|
||||
v/badge
|
||||
|
|
@ -28511,7 +28485,7 @@ wiki/Wikipedia_talk%3AAbuse_reports
|
|||
wiki/Wikipedia_talk%3AAbuse_response
|
||||
wiki/Wikipedia_talk%3AAdministrator_electionshttp://en.wikipedia.org/robots.txt
|
||||
wiki/Wikipedia_talk%3AAdministrator_electionshttp://engadget.com/robots.txt
|
||||
wiki/Wikipedia_talk%3AAdministrator_electionshttp://wiki.openstreetmap.org/robots.txt
|
||||
wiki/Wikipedia_talk%3AAdministrator_electionshttp://win.gs/robots.txt
|
||||
wiki/Wikipedia_talk%3AAdministrator_recall
|
||||
wiki/Wikipedia_talk%3AAdministrator_review
|
||||
wiki/Wikipedia_talk%3AAdministrators%27_noticeboard
|
||||
|
|
@ -28764,6 +28738,7 @@ workinmoms
|
|||
workplace/nic/
|
||||
workshop/
|
||||
workspace
|
||||
world
|
||||
worldclock/astronomy.html?*year=
|
||||
worldclock/clockchange.html?
|
||||
worldclock/clockchange.html?*year=2022
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue