[Github Action] Automated trickest wordlists update.

This commit is contained in:
GitHub Action 2024-05-19 00:21:50 +00:00
parent 8bb957d260
commit 53652cef47
91 changed files with 1748849 additions and 1749044 deletions

View File

@ -1,180 +1,180 @@
routes/channels.php
routes/api.php
routes/console.php
routes/web.php
routes/auth.php
artisan
package.json
bootstrap/app.php
composer.json
.editorconfig
LICENSE
.gitattributes
database/seeders/DatabaseSeeder.php
database/factories/UserFactory.php
database/migrations/2014_10_12_100000_create_password_resets_table.php
database/migrations/2014_10_12_000000_create_users_table.php
database/migrations/2019_08_19_000000_create_failed_jobs_table.php
database/migrations/2019_12_14_000001_create_personal_access_tokens_table.php
phpunit.xml
README.md
package-lock.json
SECURITY.md
public/.htaccess
public/js/app.js
public/robots.txt
public/build/manifest.json
public/build/assets/app-f9f1eaaf.js
public/index.php
public/mix-manifest.json
vite.config.js
postcss.config.js
packages/.gitkeep
tailwind.config.js
app/Http/Kernel.php
app/Http/Controllers/ProfileController.php
app/Http/Controllers/Controller.php
app/Http/Controllers/Auth/PasswordController.php
app/Http/Controllers/Auth/ConfirmablePasswordController.php
app/Http/Controllers/Auth/EmailVerificationNotificationController.php
app/Http/Controllers/Auth/AuthenticatedSessionController.php
app/Http/Controllers/Auth/EmailVerificationPromptController.php
app/Http/Controllers/Auth/NewPasswordController.php
app/Http/Controllers/Auth/VerifyEmailController.php
app/Http/Controllers/Auth/RegisteredUserController.php
app/Http/Controllers/Auth/PasswordResetLinkController.php
app/Http/Middleware/TrimStrings.php
app/Http/Middleware/RedirectIfAuthenticated.php
app/Http/Middleware/TrustProxies.php
app/Http/Middleware/TrustHosts.php
app/Http/Middleware/EnsureEmailIsVerified.php
app/Http/Middleware/VerifyCsrfToken.php
app/Http/Middleware/SetLocale.php
app/Http/Middleware/Authenticate.php
app/Http/Middleware/PreventRequestsDuringMaintenance.php
app/Http/Middleware/EncryptCookies.php
app/Http/Requests/ProfileUpdateRequest.php
app/Http/Requests/Auth/LoginRequest.php
app/Console/Kernel.php
app/Composer.php
app/Exceptions/Handler.php
app/Providers/AppServiceProvider.php
app/Providers/AuthServiceProvider.php
app/Providers/RouteServiceProvider.php
app/Providers/EventServiceProvider.php
app/Providers/BroadcastServiceProvider.php
app/Providers/AuthServiceProvider.php
app/Composer.php
app/Models/User.php
app/View/Components/AppLayout.php
app/View/Components/GuestLayout.php
app/Exceptions/Handler.php
app/Http/Middleware/VerifyCsrfToken.php
app/Http/Middleware/Authenticate.php
app/Http/Middleware/RedirectIfAuthenticated.php
app/Http/Middleware/PreventRequestsDuringMaintenance.php
app/Http/Middleware/EnsureEmailIsVerified.php
app/Http/Middleware/TrustHosts.php
app/Http/Middleware/TrustProxies.php
app/Http/Middleware/EncryptCookies.php
app/Http/Middleware/SetLocale.php
app/Http/Middleware/TrimStrings.php
app/Http/Controllers/ProfileController.php
app/Http/Controllers/Controller.php
app/Http/Controllers/Auth/EmailVerificationNotificationController.php
app/Http/Controllers/Auth/PasswordController.php
app/Http/Controllers/Auth/EmailVerificationPromptController.php
app/Http/Controllers/Auth/VerifyEmailController.php
app/Http/Controllers/Auth/PasswordResetLinkController.php
app/Http/Controllers/Auth/ConfirmablePasswordController.php
app/Http/Controllers/Auth/NewPasswordController.php
app/Http/Controllers/Auth/AuthenticatedSessionController.php
app/Http/Controllers/Auth/RegisteredUserController.php
app/Http/Kernel.php
app/Http/Requests/Auth/LoginRequest.php
app/Http/Requests/ProfileUpdateRequest.php
app/Models/User.php
app/Console/Kernel.php
lang/en/passwords.php
lang/en/pagination.php
lang/en/validation.php
lang/en/auth.php
lang/en.json
lang/de/passwords.php
lang/de/pagination.php
lang/de/validation.php
lang/de/auth.php
.env.example
packages/.gitkeep
.styleci.yml
resources/js/app.js
resources/js/bootstrap.js
resources/views/errors/401.blade.php
resources/views/errors/419.blade.php
resources/views/errors/403.blade.php
resources/views/errors/503.blade.php
resources/views/errors/404.blade.php
resources/views/errors/minimal.blade.php
resources/views/errors/429.blade.php
resources/views/errors/layout.blade.php
resources/views/errors/500.blade.php
resources/views/vendor/mail/text/panel.blade.php
resources/views/vendor/mail/text/table.blade.php
resources/views/vendor/mail/text/footer.blade.php
resources/views/vendor/mail/text/message.blade.php
resources/views/vendor/mail/text/subcopy.blade.php
resources/views/vendor/mail/text/button.blade.php
resources/views/vendor/mail/text/layout.blade.php
resources/views/vendor/mail/text/header.blade.php
resources/views/vendor/mail/html/panel.blade.php
resources/views/vendor/mail/html/table.blade.php
resources/views/vendor/mail/html/footer.blade.php
resources/views/vendor/mail/html/message.blade.php
resources/views/vendor/mail/html/subcopy.blade.php
resources/views/vendor/mail/html/button.blade.php
resources/views/vendor/mail/html/layout.blade.php
resources/views/vendor/mail/html/header.blade.php
resources/views/vendor/pagination/simple-default.blade.php
resources/views/vendor/pagination/bootstrap-5.blade.php
resources/views/vendor/pagination/simple-bootstrap-5.blade.php
resources/views/vendor/pagination/simple-tailwind.blade.php
resources/views/vendor/pagination/semantic-ui.blade.php
resources/views/vendor/pagination/default.blade.php
resources/views/vendor/pagination/bootstrap-4.blade.php
resources/views/vendor/pagination/simple-bootstrap-4.blade.php
resources/views/vendor/pagination/tailwind.blade.php
resources/views/vendor/notifications/email.blade.php
resources/views/layouts/navigation.blade.php
resources/views/layouts/app.blade.php
resources/views/layouts/guest.blade.php
resources/views/profile/partials/update-profile-information-form.blade.php
resources/views/profile/partials/update-password-form.blade.php
resources/views/profile/partials/delete-user-form.blade.php
resources/views/profile/edit.blade.php
resources/views/components/input.blade.php
resources/views/components/primary-button.blade.php
resources/views/components/nav-link.blade.php
resources/views/components/input-label.blade.php
resources/views/components/auth-validation-errors.blade.php
resources/views/components/secondary-button.blade.php
resources/views/components/responsive-nav-link.blade.php
resources/views/components/input-error.blade.php
resources/views/components/text-input.blade.php
resources/views/components/dropdown-link.blade.php
resources/views/components/application-logo.blade.php
resources/views/components/danger-button.blade.php
resources/views/components/button.blade.php
resources/views/components/auth-session-status.blade.php
resources/views/components/label.blade.php
resources/views/components/dropdown.blade.php
resources/views/components/auth-card.blade.php
resources/views/components/modal.blade.php
resources/views/auth/login.blade.php
resources/views/auth/verify-email.blade.php
resources/views/auth/register.blade.php
resources/views/auth/reset-password.blade.php
resources/views/auth/confirm-password.blade.php
resources/views/auth/forgot-password.blade.php
resources/views/dashboard.blade.php
resources/views/welcome.blade.php
package-lock.json
public/.htaccess
public/robots.txt
public/js/app.js
public/index.php
public/build/assets/app-f9f1eaaf.js
public/build/manifest.json
public/mix-manifest.json
tests/Feature/ExampleTest.php
tests/Feature/ProfileTest.php
tests/Feature/Auth/RegistrationTest.php
tests/Feature/Auth/EmailVerificationTest.php
tests/Feature/Auth/PasswordUpdateTest.php
tests/Feature/Auth/AuthenticationTest.php
tests/Feature/Auth/PasswordConfirmationTest.php
tests/Feature/Auth/AuthenticationTest.php
tests/Feature/Auth/RegistrationTest.php
tests/Feature/Auth/PasswordUpdateTest.php
tests/Feature/Auth/PasswordResetTest.php
tests/Feature/Auth/EmailVerificationTest.php
tests/Unit/ExampleTest.php
tests/CreatesApplication.php
tests/TestCase.php
config/queue.php
config/tinker.php
config/view.php
config/ignition.php
config/shop.php
config/mail.php
config/database.php
config/filesystems.php
resources/views/components/responsive-nav-link.blade.php
resources/views/components/nav-link.blade.php
resources/views/components/auth-validation-errors.blade.php
resources/views/components/input-error.blade.php
resources/views/components/input.blade.php
resources/views/components/dropdown.blade.php
resources/views/components/secondary-button.blade.php
resources/views/components/label.blade.php
resources/views/components/modal.blade.php
resources/views/components/input-label.blade.php
resources/views/components/auth-card.blade.php
resources/views/components/button.blade.php
resources/views/components/text-input.blade.php
resources/views/components/auth-session-status.blade.php
resources/views/components/primary-button.blade.php
resources/views/components/danger-button.blade.php
resources/views/components/dropdown-link.blade.php
resources/views/components/application-logo.blade.php
resources/views/vendor/mail/text/header.blade.php
resources/views/vendor/mail/text/table.blade.php
resources/views/vendor/mail/text/panel.blade.php
resources/views/vendor/mail/text/subcopy.blade.php
resources/views/vendor/mail/text/layout.blade.php
resources/views/vendor/mail/text/button.blade.php
resources/views/vendor/mail/text/message.blade.php
resources/views/vendor/mail/text/footer.blade.php
resources/views/vendor/mail/html/header.blade.php
resources/views/vendor/mail/html/table.blade.php
resources/views/vendor/mail/html/panel.blade.php
resources/views/vendor/mail/html/subcopy.blade.php
resources/views/vendor/mail/html/layout.blade.php
resources/views/vendor/mail/html/button.blade.php
resources/views/vendor/mail/html/message.blade.php
resources/views/vendor/mail/html/footer.blade.php
resources/views/vendor/pagination/simple-default.blade.php
resources/views/vendor/pagination/simple-tailwind.blade.php
resources/views/vendor/pagination/default.blade.php
resources/views/vendor/pagination/semantic-ui.blade.php
resources/views/vendor/pagination/simple-bootstrap-4.blade.php
resources/views/vendor/pagination/simple-bootstrap-5.blade.php
resources/views/vendor/pagination/tailwind.blade.php
resources/views/vendor/pagination/bootstrap-4.blade.php
resources/views/vendor/pagination/bootstrap-5.blade.php
resources/views/vendor/notifications/email.blade.php
resources/views/dashboard.blade.php
resources/views/layouts/navigation.blade.php
resources/views/layouts/app.blade.php
resources/views/layouts/guest.blade.php
resources/views/welcome.blade.php
resources/views/auth/verify-email.blade.php
resources/views/auth/forgot-password.blade.php
resources/views/auth/login.blade.php
resources/views/auth/register.blade.php
resources/views/auth/confirm-password.blade.php
resources/views/auth/reset-password.blade.php
resources/views/errors/503.blade.php
resources/views/errors/404.blade.php
resources/views/errors/429.blade.php
resources/views/errors/layout.blade.php
resources/views/errors/minimal.blade.php
resources/views/errors/419.blade.php
resources/views/errors/500.blade.php
resources/views/errors/403.blade.php
resources/views/errors/401.blade.php
resources/views/profile/partials/update-profile-information-form.blade.php
resources/views/profile/partials/delete-user-form.blade.php
resources/views/profile/partials/update-password-form.blade.php
resources/views/profile/edit.blade.php
resources/js/app.js
resources/js/bootstrap.js
postcss.config.js
.gitattributes
database/migrations/2014_10_12_000000_create_users_table.php
database/migrations/2019_12_14_000001_create_personal_access_tokens_table.php
database/migrations/2014_10_12_100000_create_password_resets_table.php
database/migrations/2019_08_19_000000_create_failed_jobs_table.php
database/factories/UserFactory.php
database/seeders/DatabaseSeeder.php
.styleci.yml
config/broadcasting.php
config/app.php
config/cors.php
config/services.php
config/hashing.php
config/filesystems.php
config/sanctum.php
config/shop.php
config/app.php
config/mail.php
config/auth.php
config/cache.php
config/session.php
config/hashing.php
config/flare.php
config/services.php
config/ignition.php
config/queue.php
config/view.php
config/database.php
config/cors.php
config/logging.php
config/auth.php
tailwind.config.js
docker-compose.yml
config/flare.php
config/tinker.php
vite.config.js
composer.json
.editorconfig
README.md
package.json
lang/de/auth.php
lang/de/pagination.php
lang/de/validation.php
lang/de/passwords.php
lang/en.json
lang/en/auth.php
lang/en/pagination.php
lang/en/validation.php
lang/en/passwords.php
artisan
routes/api.php
routes/web.php
routes/channels.php
routes/auth.php
routes/console.php
LICENSE
SECURITY.md
docker-compose.yml
phpunit.xml
.env.example

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -1,62 +1,23 @@
routes/console.php
console.php
routes/web.php
web.php
artisan
package.json
bootstrap/providers.php
providers.php
bootstrap/app.php
app.php
CHANGELOG.md
composer.json
.editorconfig
.gitattributes
database/seeders/DatabaseSeeder.php
seeders/DatabaseSeeder.php
DatabaseSeeder.php
database/factories/UserFactory.php
factories/UserFactory.php
UserFactory.php
database/migrations/0001_01_01_000000_create_users_table.php
migrations/0001_01_01_000000_create_users_table.php
0001_01_01_000000_create_users_table.php
database/migrations/0001_01_01_000001_create_cache_table.php
migrations/0001_01_01_000001_create_cache_table.php
0001_01_01_000001_create_cache_table.php
database/migrations/0001_01_01_000002_create_jobs_table.php
migrations/0001_01_01_000002_create_jobs_table.php
0001_01_01_000002_create_jobs_table.php
phpunit.xml
README.md
bootstrap/providers.php
providers.php
app/Http/Controllers/Controller.php
Http/Controllers/Controller.php
Controllers/Controller.php
Controller.php
app/Providers/AppServiceProvider.php
Providers/AppServiceProvider.php
AppServiceProvider.php
app/Models/User.php
Models/User.php
User.php
public/.htaccess
.htaccess
public/robots.txt
robots.txt
public/index.php
index.php
vite.config.js
app/Providers/AppServiceProvider.php
Providers/AppServiceProvider.php
AppServiceProvider.php
app/Http/Controllers/Controller.php
Http/Controllers/Controller.php
Controllers/Controller.php
Controller.php
app/Models/User.php
Models/User.php
User.php
.env.example
.styleci.yml
resources/js/app.js
js/app.js
app.js
resources/js/bootstrap.js
js/bootstrap.js
bootstrap.js
resources/views/welcome.blade.php
views/welcome.blade.php
welcome.blade.php
tests/Feature/ExampleTest.php
Feature/ExampleTest.php
ExampleTest.php
@ -65,23 +26,62 @@ Unit/ExampleTest.php
ExampleTest.php
tests/TestCase.php
TestCase.php
config/queue.php
queue.php
config/mail.php
mail.php
config/database.php
database.php
resources/views/welcome.blade.php
views/welcome.blade.php
welcome.blade.php
resources/js/app.js
js/app.js
app.js
resources/js/bootstrap.js
js/bootstrap.js
bootstrap.js
.gitattributes
database/migrations/0001_01_01_000002_create_jobs_table.php
migrations/0001_01_01_000002_create_jobs_table.php
0001_01_01_000002_create_jobs_table.php
database/migrations/0001_01_01_000001_create_cache_table.php
migrations/0001_01_01_000001_create_cache_table.php
0001_01_01_000001_create_cache_table.php
database/migrations/0001_01_01_000000_create_users_table.php
migrations/0001_01_01_000000_create_users_table.php
0001_01_01_000000_create_users_table.php
database/factories/UserFactory.php
factories/UserFactory.php
UserFactory.php
database/seeders/DatabaseSeeder.php
seeders/DatabaseSeeder.php
DatabaseSeeder.php
.styleci.yml
config/filesystems.php
filesystems.php
config/app.php
app.php
config/services.php
services.php
config/mail.php
mail.php
config/auth.php
auth.php
config/cache.php
cache.php
config/session.php
session.php
config/services.php
services.php
config/queue.php
queue.php
config/database.php
database.php
config/logging.php
logging.php
config/auth.php
auth.php
vite.config.js
composer.json
.editorconfig
README.md
package.json
artisan
CHANGELOG.md
routes/web.php
web.php
routes/console.php
console.php
phpunit.xml
.env.example

View File

@ -1,42 +1,42 @@
routes/console.php
routes/web.php
artisan
package.json
bootstrap/providers.php
bootstrap/app.php
CHANGELOG.md
composer.json
.editorconfig
.gitattributes
database/seeders/DatabaseSeeder.php
database/factories/UserFactory.php
database/migrations/0001_01_01_000000_create_users_table.php
database/migrations/0001_01_01_000001_create_cache_table.php
database/migrations/0001_01_01_000002_create_jobs_table.php
phpunit.xml
README.md
bootstrap/providers.php
app/Http/Controllers/Controller.php
app/Providers/AppServiceProvider.php
app/Models/User.php
public/.htaccess
public/robots.txt
public/index.php
vite.config.js
app/Providers/AppServiceProvider.php
app/Http/Controllers/Controller.php
app/Models/User.php
.env.example
.styleci.yml
resources/js/app.js
resources/js/bootstrap.js
resources/views/welcome.blade.php
tests/Feature/ExampleTest.php
tests/Unit/ExampleTest.php
tests/TestCase.php
config/queue.php
config/mail.php
config/database.php
resources/views/welcome.blade.php
resources/js/app.js
resources/js/bootstrap.js
.gitattributes
database/migrations/0001_01_01_000002_create_jobs_table.php
database/migrations/0001_01_01_000001_create_cache_table.php
database/migrations/0001_01_01_000000_create_users_table.php
database/factories/UserFactory.php
database/seeders/DatabaseSeeder.php
.styleci.yml
config/filesystems.php
config/app.php
config/services.php
config/mail.php
config/auth.php
config/cache.php
config/session.php
config/services.php
config/queue.php
config/database.php
config/logging.php
config/auth.php
vite.config.js
composer.json
.editorconfig
README.md
package.json
artisan
CHANGELOG.md
routes/web.php
routes/console.php
phpunit.xml
.env.example

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -1,51 +1,51 @@
.htaccess
.phpdoc.xml
CONTRIBUTING.md
CHANGELOG.md
composer.json
.gitattributes
.travis.yml
.phpcs.xml
README.md
.build/release.sh
release.sh
.build/clean.sh
clean.sh
.build/deploy-branch.sh
deploy-branch.sh
.build/deploy-release.sh
deploy-release.sh
LICENSE.md
.phpdoc.xml
.gitattributes
index.php.dist
.htaccess
config/config.yml.template
config.yml.template
composer.json
.build/install.sh
install.sh
.build/init.sh.inc
init.sh.inc
SECURITY.md
index.php.dist
lib/PicoTwigExtension.php
PicoTwigExtension.php
.build/clean.sh
clean.sh
.build/release.sh
release.sh
.build/deploy-release.sh
deploy-release.sh
.build/deploy-branch.sh
deploy-branch.sh
README.md
CHANGELOG.md
.phpcs.xml
index.php
lib/PicoPluginInterface.php
PicoPluginInterface.php
lib/PicoTwigExtension.php
PicoTwigExtension.php
lib/Pico.php
Pico.php
lib/AbstractPicoPlugin.php
AbstractPicoPlugin.php
index.php
content-sample/sub/index.md
sub/index.md
index.md
SECURITY.md
content-sample/theme.md
theme.md
content-sample/sub/page.md
sub/page.md
page.md
content-sample/theme.md
theme.md
content-sample/sub/index.md
sub/index.md
index.md
content-sample/_meta.md
_meta.md
content-sample/index.md
index.md
content-sample/404.md
404.md
content-sample/index.md
index.md
CONTRIBUTING.md
plugins/DummyPlugin.php
DummyPlugin.php
config/config.yml.template
config.yml.template
LICENSE.md
DummyPlugin.php

View File

@ -1,31 +1,31 @@
.htaccess
.phpdoc.xml
CONTRIBUTING.md
CHANGELOG.md
composer.json
.gitattributes
.travis.yml
.phpcs.xml
README.md
.build/release.sh
.build/clean.sh
.build/deploy-branch.sh
.build/deploy-release.sh
LICENSE.md
.phpdoc.xml
.gitattributes
index.php.dist
.htaccess
config/config.yml.template
composer.json
.build/install.sh
.build/init.sh.inc
SECURITY.md
index.php.dist
lib/PicoTwigExtension.php
.build/clean.sh
.build/release.sh
.build/deploy-release.sh
.build/deploy-branch.sh
README.md
CHANGELOG.md
.phpcs.xml
index.php
lib/PicoPluginInterface.php
lib/PicoTwigExtension.php
lib/Pico.php
lib/AbstractPicoPlugin.php
index.php
content-sample/sub/index.md
content-sample/sub/page.md
SECURITY.md
content-sample/theme.md
content-sample/sub/page.md
content-sample/sub/index.md
content-sample/_meta.md
content-sample/index.md
content-sample/404.md
plugins/DummyPlugin.php
config/config.yml.template
LICENSE.md
content-sample/index.md
CONTRIBUTING.md
plugins/DummyPlugin.php

File diff suppressed because it is too large Load Diff

View File

@ -1,37 +1,161 @@
routes/api.php
api.php
routes/console.php
console.php
routes/web.php
web.php
artisan
package.json
bootstrap/app.php
app.php
bootstrap/autoload.php
autoload.php
CONTRIBUTING.md
webpack.mix.js
docs/en/02.getting-started/04.directory-structure.md
en/02.getting-started/04.directory-structure.md
02.getting-started/04.directory-structure.md
04.directory-structure.md
docs/en/02.getting-started/01.index.md
en/02.getting-started/01.index.md
02.getting-started/01.index.md
01.index.md
docs/en/02.getting-started/08.deployment.md
en/02.getting-started/08.deployment.md
02.getting-started/08.deployment.md
08.deployment.md
docs/en/02.getting-started/03.configuration.md
en/02.getting-started/03.configuration.md
02.getting-started/03.configuration.md
03.configuration.md
docs/en/02.getting-started/09.optimizing.md
en/02.getting-started/09.optimizing.md
02.getting-started/09.optimizing.md
09.optimizing.md
build.xml
Procfile
nginx_app.conf
LICENSE.md
app/README.md
README.md
app/Providers/AppServiceProvider.php
Providers/AppServiceProvider.php
AppServiceProvider.php
app/Providers/AuthServiceProvider.php
Providers/AuthServiceProvider.php
AuthServiceProvider.php
app/Providers/RouteServiceProvider.php
Providers/RouteServiceProvider.php
RouteServiceProvider.php
app/Providers/EventServiceProvider.php
Providers/EventServiceProvider.php
EventServiceProvider.php
app/Providers/BroadcastServiceProvider.php
Providers/BroadcastServiceProvider.php
BroadcastServiceProvider.php
addons/.gitkeep
.gitkeep
public/.htaccess
.htaccess
public/index.php
index.php
tests/TestCase.php
TestCase.php
resources/views/vendor/.gitkeep
views/vendor/.gitkeep
vendor/.gitkeep
.gitkeep
resources/views/welcome.blade.php
views/welcome.blade.php
welcome.blade.php
resources/views/errors/503.blade.php
views/errors/503.blade.php
errors/503.blade.php
503.blade.php
resources/streams/config/navigation.php
streams/config/navigation.php
config/navigation.php
navigation.php
resources/streams/config/distribution.php
streams/config/distribution.php
config/distribution.php
distribution.php
resources/streams/config/themes.php
streams/config/themes.php
config/themes.php
themes.php
resources/streams/config/addons.php
streams/config/addons.php
config/addons.php
addons.php
resources/assets/sass/app.scss
assets/sass/app.scss
sass/app.scss
app.scss
resources/assets/sass/variables.scss
assets/sass/variables.scss
sass/variables.scss
variables.scss
resources/assets/js/components/Example.vue
assets/js/components/Example.vue
js/components/Example.vue
components/Example.vue
Example.vue
resources/assets/js/app.js
assets/js/app.js
js/app.js
app.js
resources/assets/js/bootstrap.js
assets/js/bootstrap.js
js/bootstrap.js
bootstrap.js
resources/lang/fa/auth.php
lang/fa/auth.php
fa/auth.php
auth.php
resources/lang/fa/pagination.php
lang/fa/pagination.php
fa/pagination.php
pagination.php
resources/lang/fa/validation.php
lang/fa/validation.php
fa/validation.php
validation.php
resources/lang/fa/passwords.php
lang/fa/passwords.php
fa/passwords.php
passwords.php
resources/lang/en/auth.php
lang/en/auth.php
en/auth.php
auth.php
resources/lang/en/pagination.php
lang/en/pagination.php
en/pagination.php
pagination.php
resources/lang/en/validation.php
lang/en/validation.php
en/validation.php
validation.php
resources/lang/en/passwords.php
lang/en/passwords.php
en/passwords.php
passwords.php
resources/lang/ar/auth.php
lang/ar/auth.php
ar/auth.php
auth.php
resources/lang/ar/pagination.php
lang/ar/pagination.php
ar/pagination.php
pagination.php
resources/lang/ar/validation.php
lang/ar/validation.php
ar/validation.php
validation.php
resources/lang/ar/passwords.php
lang/ar/passwords.php
ar/passwords.php
passwords.php
resources/lang/tr/auth.php
lang/tr/auth.php
tr/auth.php
auth.php
resources/lang/tr/pagination.php
lang/tr/pagination.php
tr/pagination.php
pagination.php
resources/lang/tr/validation.php
lang/tr/validation.php
tr/validation.php
validation.php
resources/lang/tr/passwords.php
lang/tr/passwords.php
tr/passwords.php
passwords.php
.gitattributes
database/migrations/.gitkeep
migrations/.gitkeep
.gitkeep
database/seeds/DatabaseSeeder.php
seeds/DatabaseSeeder.php
DatabaseSeeder.php
database/seeds/.gitkeep
seeds/.gitkeep
.gitkeep
database/factories/ModelFactory.php
factories/ModelFactory.php
ModelFactory.php
docs/en/02.getting-started/02.installation.md
en/02.getting-started/02.installation.md
02.getting-started/02.installation.md
@ -40,6 +164,26 @@ docs/en/02.getting-started/05.managing-addons.md
en/02.getting-started/05.managing-addons.md
02.getting-started/05.managing-addons.md
05.managing-addons.md
docs/en/02.getting-started/08.deployment.md
en/02.getting-started/08.deployment.md
02.getting-started/08.deployment.md
08.deployment.md
docs/en/02.getting-started/01.index.md
en/02.getting-started/01.index.md
02.getting-started/01.index.md
01.index.md
docs/en/02.getting-started/04.directory-structure.md
en/02.getting-started/04.directory-structure.md
02.getting-started/04.directory-structure.md
04.directory-structure.md
docs/en/02.getting-started/09.optimizing.md
en/02.getting-started/09.optimizing.md
02.getting-started/09.optimizing.md
09.optimizing.md
docs/en/02.getting-started/03.configuration.md
en/02.getting-started/03.configuration.md
02.getting-started/03.configuration.md
03.configuration.md
docs/en/02.getting-started/10.error-logging.md
en/02.getting-started/10.error-logging.md
02.getting-started/10.error-logging.md
@ -47,14 +191,89 @@ en/02.getting-started/10.error-logging.md
docs/en/01.index.md
en/01.index.md
01.index.md
docs/en/01.prologue/02.release-notes.md
en/01.prologue/02.release-notes.md
01.prologue/02.release-notes.md
02.release-notes.md
docs/en/04.the-basics/13.settings.md
en/04.the-basics/13.settings.md
04.the-basics/13.settings.md
13.settings.md
docs/en/04.the-basics/15.redirects.md
en/04.the-basics/15.redirects.md
04.the-basics/15.redirects.md
15.redirects.md
docs/en/04.the-basics/05.addons.md
en/04.the-basics/05.addons.md
04.the-basics/05.addons.md
05.addons.md
docs/en/04.the-basics/09.blocks.md
en/04.the-basics/09.blocks.md
04.the-basics/09.blocks.md
09.blocks.md
docs/en/04.the-basics/12.variables.md
en/04.the-basics/12.variables.md
04.the-basics/12.variables.md
12.variables.md
docs/en/04.the-basics/16.localization.md
en/04.the-basics/16.localization.md
04.the-basics/16.localization.md
16.localization.md
docs/en/04.the-basics/07.pages.md
en/04.the-basics/07.pages.md
04.the-basics/07.pages.md
07.pages.md
docs/en/04.the-basics/01.index.md
en/04.the-basics/01.index.md
04.the-basics/01.index.md
01.index.md
docs/en/04.the-basics/03.control-panel.md
en/04.the-basics/03.control-panel.md
04.the-basics/03.control-panel.md
03.control-panel.md
docs/en/04.the-basics/06.templating.md
en/04.the-basics/06.templating.md
04.the-basics/06.templating.md
06.templating.md
docs/en/04.the-basics/10.files.md
en/04.the-basics/10.files.md
04.the-basics/10.files.md
10.files.md
docs/en/04.the-basics/08.posts.md
en/04.the-basics/08.posts.md
04.the-basics/08.posts.md
08.posts.md
docs/en/04.the-basics/11.users.md
en/04.the-basics/11.users.md
04.the-basics/11.users.md
11.users.md
docs/en/04.the-basics/14.preferences.md
en/04.the-basics/14.preferences.md
04.the-basics/14.preferences.md
14.preferences.md
docs/en/02.prologue.md
en/02.prologue.md
02.prologue.md
docs/en/03.core-concepts/03.streams-and-entries.md
en/03.core-concepts/03.streams-and-entries.md
03.core-concepts/03.streams-and-entries.md
03.streams-and-entries.md
docs/en/03.core-concepts/01.index.md
en/03.core-concepts/01.index.md
03.core-concepts/01.index.md
01.index.md
docs/en/03.core-concepts/02.architecture.md
en/03.core-concepts/02.architecture.md
03.core-concepts/02.architecture.md
02.architecture.md
docs/en/01.prologue/03.change-log.md
en/01.prologue/03.change-log.md
01.prologue/03.change-log.md
03.change-log.md
docs/en/01.prologue/01.index.md
en/01.prologue/01.index.md
01.prologue/01.index.md
01.index.md
docs/en/01.prologue/02.release-notes.md
en/01.prologue/02.release-notes.md
01.prologue/02.release-notes.md
02.release-notes.md
docs/en/01.prologue/04.upgrade-guide.md
en/01.prologue/04.upgrade-guide.md
01.prologue/04.upgrade-guide.md
@ -67,276 +286,57 @@ docs/en/01.prologue/06.addon-marketplace.md
en/01.prologue/06.addon-marketplace.md
01.prologue/06.addon-marketplace.md
06.addon-marketplace.md
docs/en/01.prologue/03.change-log.md
en/01.prologue/03.change-log.md
01.prologue/03.change-log.md
03.change-log.md
docs/en/03.core-concepts/02.architecture.md
en/03.core-concepts/02.architecture.md
03.core-concepts/02.architecture.md
02.architecture.md
docs/en/03.core-concepts/01.index.md
en/03.core-concepts/01.index.md
03.core-concepts/01.index.md
01.index.md
docs/en/03.core-concepts/03.streams-and-entries.md
en/03.core-concepts/03.streams-and-entries.md
03.core-concepts/03.streams-and-entries.md
03.streams-and-entries.md
docs/en/02.prologue.md
en/02.prologue.md
02.prologue.md
docs/en/04.the-basics/06.templating.md
en/04.the-basics/06.templating.md
04.the-basics/06.templating.md
06.templating.md
docs/en/04.the-basics/09.blocks.md
en/04.the-basics/09.blocks.md
04.the-basics/09.blocks.md
09.blocks.md
docs/en/04.the-basics/05.addons.md
en/04.the-basics/05.addons.md
04.the-basics/05.addons.md
05.addons.md
docs/en/04.the-basics/11.users.md
en/04.the-basics/11.users.md
04.the-basics/11.users.md
11.users.md
docs/en/04.the-basics/15.redirects.md
en/04.the-basics/15.redirects.md
04.the-basics/15.redirects.md
15.redirects.md
docs/en/04.the-basics/08.posts.md
en/04.the-basics/08.posts.md
04.the-basics/08.posts.md
08.posts.md
docs/en/04.the-basics/01.index.md
en/04.the-basics/01.index.md
04.the-basics/01.index.md
01.index.md
docs/en/04.the-basics/07.pages.md
en/04.the-basics/07.pages.md
04.the-basics/07.pages.md
07.pages.md
docs/en/04.the-basics/03.control-panel.md
en/04.the-basics/03.control-panel.md
04.the-basics/03.control-panel.md
03.control-panel.md
docs/en/04.the-basics/10.files.md
en/04.the-basics/10.files.md
04.the-basics/10.files.md
10.files.md
docs/en/04.the-basics/12.variables.md
en/04.the-basics/12.variables.md
04.the-basics/12.variables.md
12.variables.md
docs/en/04.the-basics/16.localization.md
en/04.the-basics/16.localization.md
04.the-basics/16.localization.md
16.localization.md
docs/en/04.the-basics/13.settings.md
en/04.the-basics/13.settings.md
04.the-basics/13.settings.md
13.settings.md
docs/en/04.the-basics/14.preferences.md
en/04.the-basics/14.preferences.md
04.the-basics/14.preferences.md
14.preferences.md
nginx_app.conf
composer.lock
composer.json
.editorconfig
.gitattributes
database/seeds/.gitkeep
seeds/.gitkeep
.gitkeep
database/seeds/DatabaseSeeder.php
seeds/DatabaseSeeder.php
DatabaseSeeder.php
database/factories/ModelFactory.php
factories/ModelFactory.php
ModelFactory.php
database/migrations/.gitkeep
migrations/.gitkeep
.gitkeep
phpunit.xml
README.md
addons/.gitkeep
.gitkeep
public/.htaccess
.htaccess
public/index.php
index.php
server.php
Procfile
app/Providers/AppServiceProvider.php
Providers/AppServiceProvider.php
AppServiceProvider.php
app/Providers/RouteServiceProvider.php
Providers/RouteServiceProvider.php
RouteServiceProvider.php
app/Providers/EventServiceProvider.php
Providers/EventServiceProvider.php
EventServiceProvider.php
app/Providers/BroadcastServiceProvider.php
Providers/BroadcastServiceProvider.php
BroadcastServiceProvider.php
app/Providers/AuthServiceProvider.php
Providers/AuthServiceProvider.php
AuthServiceProvider.php
app/README.md
README.md
Envoy.blade.php
build.xml
app.json
resources/streams/config/distribution.php
streams/config/distribution.php
config/distribution.php
distribution.php
resources/streams/config/addons.php
streams/config/addons.php
config/addons.php
addons.php
resources/streams/config/themes.php
streams/config/themes.php
config/themes.php
themes.php
resources/streams/config/navigation.php
streams/config/navigation.php
config/navigation.php
navigation.php
resources/views/errors/503.blade.php
views/errors/503.blade.php
errors/503.blade.php
503.blade.php
resources/views/vendor/.gitkeep
views/vendor/.gitkeep
vendor/.gitkeep
.gitkeep
resources/views/welcome.blade.php
views/welcome.blade.php
welcome.blade.php
resources/lang/ar/passwords.php
lang/ar/passwords.php
ar/passwords.php
passwords.php
resources/lang/ar/pagination.php
lang/ar/pagination.php
ar/pagination.php
pagination.php
resources/lang/ar/validation.php
lang/ar/validation.php
ar/validation.php
validation.php
resources/lang/ar/auth.php
lang/ar/auth.php
ar/auth.php
auth.php
resources/lang/fa/passwords.php
lang/fa/passwords.php
fa/passwords.php
passwords.php
resources/lang/fa/pagination.php
lang/fa/pagination.php
fa/pagination.php
pagination.php
resources/lang/fa/validation.php
lang/fa/validation.php
fa/validation.php
validation.php
resources/lang/fa/auth.php
lang/fa/auth.php
fa/auth.php
auth.php
resources/lang/tr/passwords.php
lang/tr/passwords.php
tr/passwords.php
passwords.php
resources/lang/tr/pagination.php
lang/tr/pagination.php
tr/pagination.php
pagination.php
resources/lang/tr/validation.php
lang/tr/validation.php
tr/validation.php
validation.php
resources/lang/tr/auth.php
lang/tr/auth.php
tr/auth.php
auth.php
resources/lang/en/passwords.php
lang/en/passwords.php
en/passwords.php
passwords.php
resources/lang/en/pagination.php
lang/en/pagination.php
en/pagination.php
pagination.php
resources/lang/en/validation.php
lang/en/validation.php
en/validation.php
validation.php
resources/lang/en/auth.php
lang/en/auth.php
en/auth.php
auth.php
resources/assets/js/app.js
assets/js/app.js
js/app.js
app.js
resources/assets/js/bootstrap.js
assets/js/bootstrap.js
js/bootstrap.js
bootstrap.js
resources/assets/js/components/Example.vue
assets/js/components/Example.vue
js/components/Example.vue
components/Example.vue
Example.vue
resources/assets/sass/variables.scss
assets/sass/variables.scss
sass/variables.scss
variables.scss
resources/assets/sass/app.scss
assets/sass/app.scss
sass/app.scss
app.scss
tests/TestCase.php
TestCase.php
config/queue.php
queue.php
config/scout.php
scout.php
config/compile.php
compile.php
config/view.php
view.php
config/mail.php
mail.php
config/database.php
database.php
config/streams.php
streams.php
config/filesystems.php
filesystems.php
config/broadcasting.php
broadcasting.php
config/compile.php
compile.php
config/filesystems.php
filesystems.php
config/app.php
app.php
config/services.php
services.php
config/image.php
image.php
config/mail.php
mail.php
config/httpcache.php
httpcache.php
config/auth.php
auth.php
config/cache.php
cache.php
config/session.php
session.php
config/debugbar.php
debugbar.php
config/scout.php
scout.php
config/streams.php
streams.php
config/image.php
image.php
config/services.php
services.php
config/queue.php
queue.php
config/view.php
view.php
config/database.php
database.php
config/logging.php
logging.php
config/auth.php
auth.php
LICENSE.md
config/debugbar.php
debugbar.php
composer.json
.editorconfig
README.md
package.json
artisan
composer.lock
routes/api.php
api.php
routes/web.php
web.php
routes/console.php
console.php
server.php
CONTRIBUTING.md
phpunit.xml
Envoy.blade.php
webpack.mix.js
app.json

View File

@ -1,115 +1,115 @@
routes/api.php
routes/console.php
routes/web.php
artisan
package.json
bootstrap/app.php
bootstrap/autoload.php
CONTRIBUTING.md
webpack.mix.js
docs/en/02.getting-started/04.directory-structure.md
docs/en/02.getting-started/01.index.md
docs/en/02.getting-started/08.deployment.md
docs/en/02.getting-started/03.configuration.md
docs/en/02.getting-started/09.optimizing.md
docs/en/02.getting-started/02.installation.md
docs/en/02.getting-started/05.managing-addons.md
docs/en/02.getting-started/10.error-logging.md
docs/en/01.index.md
docs/en/01.prologue/02.release-notes.md
docs/en/01.prologue/01.index.md
docs/en/01.prologue/04.upgrade-guide.md
docs/en/01.prologue/05.contribution-guide.md
docs/en/01.prologue/06.addon-marketplace.md
docs/en/01.prologue/03.change-log.md
docs/en/03.core-concepts/02.architecture.md
docs/en/03.core-concepts/01.index.md
docs/en/03.core-concepts/03.streams-and-entries.md
docs/en/02.prologue.md
docs/en/04.the-basics/06.templating.md
docs/en/04.the-basics/09.blocks.md
docs/en/04.the-basics/05.addons.md
docs/en/04.the-basics/11.users.md
docs/en/04.the-basics/15.redirects.md
docs/en/04.the-basics/08.posts.md
docs/en/04.the-basics/01.index.md
docs/en/04.the-basics/07.pages.md
docs/en/04.the-basics/03.control-panel.md
docs/en/04.the-basics/10.files.md
docs/en/04.the-basics/12.variables.md
docs/en/04.the-basics/16.localization.md
docs/en/04.the-basics/13.settings.md
docs/en/04.the-basics/14.preferences.md
nginx_app.conf
composer.lock
composer.json
.editorconfig
.gitattributes
database/seeds/.gitkeep
database/seeds/DatabaseSeeder.php
database/factories/ModelFactory.php
database/migrations/.gitkeep
phpunit.xml
README.md
addons/.gitkeep
public/.htaccess
public/index.php
server.php
build.xml
Procfile
nginx_app.conf
LICENSE.md
app/README.md
app/Providers/AppServiceProvider.php
app/Providers/AuthServiceProvider.php
app/Providers/RouteServiceProvider.php
app/Providers/EventServiceProvider.php
app/Providers/BroadcastServiceProvider.php
app/Providers/AuthServiceProvider.php
app/README.md
Envoy.blade.php
build.xml
app.json
resources/streams/config/distribution.php
resources/streams/config/addons.php
resources/streams/config/themes.php
resources/streams/config/navigation.php
resources/views/errors/503.blade.php
addons/.gitkeep
public/.htaccess
public/index.php
tests/TestCase.php
resources/views/vendor/.gitkeep
resources/views/welcome.blade.php
resources/lang/ar/passwords.php
resources/lang/ar/pagination.php
resources/lang/ar/validation.php
resources/lang/ar/auth.php
resources/lang/fa/passwords.php
resources/lang/fa/pagination.php
resources/lang/fa/validation.php
resources/lang/fa/auth.php
resources/lang/tr/passwords.php
resources/lang/tr/pagination.php
resources/lang/tr/validation.php
resources/lang/tr/auth.php
resources/lang/en/passwords.php
resources/lang/en/pagination.php
resources/lang/en/validation.php
resources/lang/en/auth.php
resources/views/errors/503.blade.php
resources/streams/config/navigation.php
resources/streams/config/distribution.php
resources/streams/config/themes.php
resources/streams/config/addons.php
resources/assets/sass/app.scss
resources/assets/sass/variables.scss
resources/assets/js/components/Example.vue
resources/assets/js/app.js
resources/assets/js/bootstrap.js
resources/assets/js/components/Example.vue
resources/assets/sass/variables.scss
resources/assets/sass/app.scss
tests/TestCase.php
config/queue.php
config/scout.php
config/compile.php
config/view.php
config/mail.php
config/database.php
config/streams.php
config/filesystems.php
resources/lang/fa/auth.php
resources/lang/fa/pagination.php
resources/lang/fa/validation.php
resources/lang/fa/passwords.php
resources/lang/en/auth.php
resources/lang/en/pagination.php
resources/lang/en/validation.php
resources/lang/en/passwords.php
resources/lang/ar/auth.php
resources/lang/ar/pagination.php
resources/lang/ar/validation.php
resources/lang/ar/passwords.php
resources/lang/tr/auth.php
resources/lang/tr/pagination.php
resources/lang/tr/validation.php
resources/lang/tr/passwords.php
.gitattributes
database/migrations/.gitkeep
database/seeds/DatabaseSeeder.php
database/seeds/.gitkeep
database/factories/ModelFactory.php
docs/en/02.getting-started/02.installation.md
docs/en/02.getting-started/05.managing-addons.md
docs/en/02.getting-started/08.deployment.md
docs/en/02.getting-started/01.index.md
docs/en/02.getting-started/04.directory-structure.md
docs/en/02.getting-started/09.optimizing.md
docs/en/02.getting-started/03.configuration.md
docs/en/02.getting-started/10.error-logging.md
docs/en/01.index.md
docs/en/04.the-basics/13.settings.md
docs/en/04.the-basics/15.redirects.md
docs/en/04.the-basics/05.addons.md
docs/en/04.the-basics/09.blocks.md
docs/en/04.the-basics/12.variables.md
docs/en/04.the-basics/16.localization.md
docs/en/04.the-basics/07.pages.md
docs/en/04.the-basics/01.index.md
docs/en/04.the-basics/03.control-panel.md
docs/en/04.the-basics/06.templating.md
docs/en/04.the-basics/10.files.md
docs/en/04.the-basics/08.posts.md
docs/en/04.the-basics/11.users.md
docs/en/04.the-basics/14.preferences.md
docs/en/02.prologue.md
docs/en/03.core-concepts/03.streams-and-entries.md
docs/en/03.core-concepts/01.index.md
docs/en/03.core-concepts/02.architecture.md
docs/en/01.prologue/03.change-log.md
docs/en/01.prologue/01.index.md
docs/en/01.prologue/02.release-notes.md
docs/en/01.prologue/04.upgrade-guide.md
docs/en/01.prologue/05.contribution-guide.md
docs/en/01.prologue/06.addon-marketplace.md
config/broadcasting.php
config/compile.php
config/filesystems.php
config/app.php
config/services.php
config/image.php
config/mail.php
config/httpcache.php
config/auth.php
config/cache.php
config/session.php
config/debugbar.php
config/scout.php
config/streams.php
config/image.php
config/services.php
config/queue.php
config/view.php
config/database.php
config/logging.php
config/auth.php
LICENSE.md
config/debugbar.php
composer.json
.editorconfig
README.md
package.json
artisan
composer.lock
routes/api.php
routes/web.php
routes/console.php
server.php
CONTRIBUTING.md
phpunit.xml
Envoy.blade.php
webpack.mix.js
app.json

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -2045,8 +2045,8 @@ hotelfinder/rpc
hotels/rpc
hp/video
hpc/*/supported-applications.aspx?
http://ec.europa.eu/robots.txt
http://tripadvisor.com/robots.txt
http://apple.com/robots.txt
http://translate.google.com/robots.txt
hub?category=
hz/contact-us/ajax/initiate-trusted-contact
hz/help/contact/*/message/$
@ -3388,7 +3388,7 @@ shopping/reviewer
shopping/seller
shopping/suppliers/search
shopping?
showtimes/location/*http://ted.com/robots.txt
showtimes/location/*http://bloomberg.com/robots.txt
sidewiki/entry
signature
signin/inject

View File

@ -3631,7 +3631,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
?*__rmid
?*__rmidpage
?*ajs_event
?*apikey*http://aljazeera.com/robots.txt
?*apikey*http://mediapost.com/robots.txt
?*app
?*appidt=*
?*aspects=
@ -3845,7 +3845,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
?*utm_medium=
?*utm_source
?*utm_source=
?*utm_source=http://mtv.com.lb/robots.txt
?*utm_source=http://cricketarchive.com/robots.txt
?*utm_term=
?*verified=
?*xid
@ -5367,7 +5367,6 @@ Help
HelpContent
Heritrix
Home/404Page
HpImageArchive.aspx
HubStyle/static-2.309
HubStyle/static-2.313
HubStyle/static-2.315
@ -5459,6 +5458,7 @@ Link
LinkScan/8.1a
Livelapbot
Localize
Login.html
LoginHelp
LogonForm
Logout
@ -5549,6 +5549,7 @@ Meo
MessageRunDetailID=
MetaURI
Microsoft.URL.Control
Mobile/EM/
Moreover
Moreoverbot
MoviesYouveSeen
@ -5665,7 +5666,6 @@ ProfilesGate
Project
PromotionDetailsDisplayView
PromotionDisplayView
Proxy.ashx
QUICKNEWS
Qinfo
Qinfo/cams
@ -5723,7 +5723,6 @@ SOImapPriceDisplayView
SametimeWebApp
Scripts
Search
Search
Search/*
Search/Mail/Public
SearchNavigationView
@ -5773,7 +5772,6 @@ Special:ThankAuthors
Special:UserLogin
SpecificationDefinitionView
Spinn3r
Starten/Circle-und-Sprint.html
Starten/Page-Projekt-anlegen.html
Stats
StockAvailSearchForm
@ -6196,8 +6194,6 @@ ac/
ac/globalnav/2.0/*/images/ac-globalnav/globalnav/search
ac2
academic-subscriptions
academic/profile
academic/search
academy
academy-free-account
academy/*/results
@ -6281,7 +6277,6 @@ ach/search
ach/user
ach/users
achievements
aclick
aclk
acoustic
acq/nonprofits
@ -6515,6 +6510,7 @@ ak/search
ak/user
ak/users
ak_action=
aktivierungslink-anfordern.html
al
alacarta/*&order=
alacarta/*&orderCriteria
@ -6551,7 +6547,6 @@ alexa-top-sites/*
alexa-web-search/*
alexa/*
alexaforbusiness/
alink
alkali
all
all-supported-params
@ -6576,7 +6571,6 @@ amp
amp$
amp-proxy
amp-tealium
amp/
amp/authorize
amphtml
amphtml/blogs/test
@ -6642,16 +6636,15 @@ api.html?
api.php
api/
api/?
api/attachments/*http://purl.org/robots.txt
api/attachments/*http://euronews.com/robots.txt
api/discovery
api/editionurlgenerator
api/eventlogging
api/html
api/http://israelnationalnews.com/robots.txt
api/http://marketwatch.com/robots.txt
api/internal/analytics/songs
api/jobPostings/jobs
api/legendary-data/relay
api/maps/
api/nextsteps/*
api/nicorepo/timeline
api/programas/69730/audios.rss
@ -6716,7 +6709,7 @@ appchart
appdynamics-wem.cisco.com
appealed-pin
apple-app-site-association
apple-app-site-associationhttp://fda.gov/robots.txt
apple-app-site-associationhttp://purdue.edu/robots.txt
apple-news
appliance
applicant-eligibility
@ -7757,10 +7750,10 @@ beta_hotlydbt/
betaboards
betacc
betaem
bezahlvorgaenge.html
bfe/apps/website
bfl
bfmp
bfp/search
bg
bg-*/
bg-bg/
@ -7822,7 +7815,6 @@ bin
bin/
bin/search.go
bin/search.py
bing-site-safety
bingbot
bipolar-disorder/bipolar-depression-management
bipolar-disorder/video/bipolar-fatherhood
@ -7912,7 +7904,7 @@ blog/*?text=
blog/*sitemap.xml$
blog/*utm_source=
blog/.
blog/.html.*http://money.cnn.com/robots.txt
blog/.html.*http://netflix.com/robots.txt
blog/?p=
blog/?s=
blog/Neuer_Beitrag.html
@ -7968,7 +7960,6 @@ blogs/blogpost/preview
blogs/nationals-journal-beta
blogs/pad$
blogs/pad/$
blogs/search/
blogs/slow-ride
blogs/technology.atom
blogs/test
@ -8040,7 +8031,7 @@ bookmark_mana2
bookmarklet
bookmarks
bookmarks/widget
bookmarkshttp://neowin.net/robots.txt
bookmarkshttp://google.co.in/robots.txt
books
books/NBK
books/about
@ -8957,7 +8948,7 @@ cdn-cgi
cdn-cgi/
cdn-cgi/bm/cv
cdn-cgi/challenge-platform
cdn-cgi/http://iso.org/robots.txt
cdn-cgi/http://huffpost.com/robots.txt
cdn-cgi/rum
cdn-cgi/zaraz/s.js
cdn-cgi/zaraz/t
@ -8985,7 +8976,7 @@ cgi-bin/homelandsecurity
cgi-bin/loginpage
cgi-bin/state
cgi-bin/wx
cgi-binhttp://euroncap.com/robots.txt
cgi-binhttp://brilliant.org/robots.txt
cgi-local
cgi-perl
cgi-registry
@ -9182,7 +9173,6 @@ civis/posts
civis/search
civis/threads/*in_iframe=1
civis/threads/*wp_data=
ck/
cl
cl2/feeds
cl2/ical
@ -9325,7 +9315,7 @@ co/user
co/users
co/ventureone
code/*
code/http://m.youtube.com/robots.txt
code/http://bbc.com/robots.txt
codesamples/
coin*mid=
colehaan/daring-to-step-forward
@ -9533,7 +9523,7 @@ conflagexp
connect
connect/@
connect/help/search-results.html
connect/http://nbcnews.com/robots.txt
connect/http://dribbble.com/robots.txt
connect/social-intranet.html
connections
connections/recent
@ -9659,7 +9649,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://bcn.cl/robots.txt
content/dam/ircc/documents/pdf/francais/trousses/form/irm0005/http://ehow.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
@ -9850,12 +9840,10 @@ cpresources
cpropub/univercd
cpspa
cr
cr$
cr/
cr/$
cr/corporate/contact
cr/news
cr?
craft
crash
crawler4j
@ -11225,9 +11213,6 @@ enterprise/seo
entertain
entertainment/article/Minerva-s-horoscope
entertainment/bravo
entities/search
entityexplore$
entityexplore?
entp
entrez
entrez/eutils
@ -11651,7 +11636,7 @@ events/friday-rush$
events/fsi-cloud-symposium-nyc.html
events/rss
evernote/like.php
evite/*http://mozilla.com/robots.txt
evite/*http://avexnet.or.jp/robots.txt
examples/*
exclusive-offers
exec/obidos/account-access-login
@ -11701,6 +11686,7 @@ external/overture
external_hosted
externalservices/surveyfeedapi/api/testfeed
extracredits
eyJpIjoi
eyeblaster
f
f/*/donate/sign-in
@ -11759,7 +11745,6 @@ fbl/terms.html
fbpostaction.cms?article=
fcgi-
fckeditor
fd/
fdbk
feature/sf-test
feature_nine_browse-bin=
@ -11935,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://epa.gov/robots.txt
filing/free-file-fillable-forms/free-file-fillable-forms-support-2http://s0.wp.com/robots.txt
filter
filter/tips
filter/tips
@ -12335,8 +12320,6 @@ full
fullscreen
fullscreen/ReportLinker
fun
fun/api/
fun/g/
fundraiser/charity
fundraiser/search
fur/forums
@ -12358,7 +12341,7 @@ fy-NL/search
fy-NL/user
fy-NL/users
g
g/4arE9Chttp://s.yimg.com/robots.txt
g/4arE9Chttp://ico.org.uk/robots.txt
g/api
g00
g01
@ -12580,7 +12563,7 @@ gh/news
gh/useracquisition
gh_jid=
gif
gifshttp://1.bp.blogspot.com/robots.txt
gifshttp://feeds.feedburner.com/robots.txt
gift-redemption
gift-terms
gift_card=
@ -12933,7 +12916,7 @@ ha/search
ha/user
ha/users
hackathons/reinvent-2013/
hacker/*/followhttp://analytics.google.com/robots.txt
hacker/*/followhttp://networkadvertising.org/robots.txt
hacker/*/unfollow
hair-transplant-services
handler
@ -13046,6 +13029,8 @@ highereducation/higheddocs
highlights
highwire
hilfe/fundingdetail.html
hilfe/live/launch-day/launch-day-show-voting.html
hilfe/live/launch-day/launch-day-videoupload.html
hilfe/live/officehour/officehour-link.html
hims-hard-mints
hinweis/datenleck
@ -13224,14 +13209,12 @@ hosted
hosted/images
hosting/search
hotel/index.hi.
hotel/reviews?
hotel/us/the-airstream-van.*.html
hotel_attractions
hotel_rt_onview
hotelfinder/rpc
hotels
hotels/rpc
hotels/search
hotelsonmap.*.json
hotfix/
houseads
@ -13245,8 +13228,6 @@ howto
howtobuy/
hp/focus-retrocompatibile$
hp/video
hpm
hpmob
hr
hr-*/
hr-hr/
@ -13327,41 +13308,42 @@ http
http-checker
http2_data
http:
http://airtable.com/robots.txt
http://amsterdam.nl/robots.txt
http://behance.net/robots.txt
http://bitbucket.org/robots.txt
http://cbsnews.com/robots.txt
http://cdbaby.com/robots.txt
http://acm.org/robots.txt
http://androidcommunity.com/robots.txt
http://apis.google.com/robots.txt
http://arstechnica.com/robots.txt
http://bing.com/robots.txt
http://chromium.org/robots.txt
http://clickfunnels.com/robots.txt
http://cloud.google.com/robots.txt
http://code.google.com/robots.txt
http://dailymotion.com/robots.txt
http://dexknows.com/robots.txt
http://drupal.org/robots.txt
http://eff.org/robots.txt
http://fcc.gov/robots.txt
http://finance.yahoo.com/robots.txt
http://flickr.com/robots.txt
http://fr.wikipedia.org/robots.txt
http://freewebs.com/robots.txt
http://fun888asia.com/robots.txt
http://g.page/robots.txt
http://geo.itunes.apple.com/robots.txt
http://google.com.mx/robots.txt
http://hootsuite.com/robots.txt
http://is.gd/robots.txt
http://ko-fi.com/robots.txt
http://microsoft.com/robots.txt
http://mozilla.org/robots.txt
http://nicovideo.jp/robots.txt
http://plus.google.com/robots.txt
http://politico.com/robots.txt
http://searchenginewatch.com/robots.txt
http://howtogeek.com/robots.txt
http://hubspot.com/robots.txt
http://jigsaw.w3.org/robots.txt
http://lh5.googleusercontent.com/robots.txt
http://macrumors.com/robots.txt
http://mailchimp.com/robots.txt
http://mixer.com/robots.txt
http://nejm.org/robots.txt
http://pixabay.com/robots.txt
http://pkp.sfu.ca/robots.txt
http://s3-eu-west-1.amazonaws.com/robots.txt
http://sfgate.com/robots.txt
http://smartpassiveincome.com/robots.txt
http://sonicwall.com/robots.txt
http://spiegel.de/robots.txt
http://thefa.com/robots.txt
http://sketchfab.com/robots.txt
http://slideshare.net/robots.txt
http://ssl.gstatic.com/robots.txt
http://stuff.co.nz/robots.txt
http://tv.youtube.com/robots.txt
http://udemy.com/robots.txt
http://visitazores.com/robots.txt
http://w3c.github.io/robots.txt
http://web.facebook.com/robots.txt
http://wikihow.com/robots.txt
http://worldbank.org/robots.txt
hu
hu-*/
hu-hu/
@ -13734,16 +13716,11 @@ images/$
images/*
images/?
images/Podcasts
images/async/?
images/async?
images/carBlogsimages
images/chart_gifs
images/chart_pdfs
images/chart_png300
images/chart_png460
images/hosted/?
images/hosted/search?
images/hosted?
images/interview_pdfs
images/li.gif
images/logging_requests.gif
@ -13752,12 +13729,8 @@ images/ndtvvideo/*
images/pad/search?rpt=imageview
images/pad/search?text=*&source=morda
images/resume
images/search%3F
images/search/?
images/search?
images/search?rpt=imageview
images/search?text=*&source=morda
images/searchbyimage
images/showroomimages
images/smart/$
images/touch/$
@ -13768,7 +13741,6 @@ images/usedcarimages
images/userprofileimg
images/v$
images/viewconfig$
images?
imagine/
imesync
img
@ -13893,7 +13865,6 @@ inapp
inbox
inbox$
inbox$
inboxcommerce
inc5000dev
include
include/
@ -14023,6 +13994,7 @@ info/jobs/texterin-uxwriterin.html
info/jobs/werkstudentin-demokratie-botschafterin.html
info/jobs/werkstudentin-social-media.html
info/tech-feedback
info/verstoss-melden.html
infoods/biodiversity
informa
information/feedback.html?
@ -14050,7 +14022,7 @@ intcmp=
integrate/
integromedb
intelligencer/amp
interactive*http://store.cdbaby.com/robots.txt
interactive*http://artstation.com/robots.txt
interactive/reading-preference
interface/pda
intern/service/suche
@ -14900,6 +14872,7 @@ latest-playlist
latest-talk
latin
latin_en
launch-day-show-voting.html
launch2005/
law-school/search-results/
lawlib/archive
@ -14923,13 +14896,14 @@ layout/set/txt_pq
layout/set/xml
layouts
lb
leadingtogether/http://hayhouse.com/robots.txt
leadingtogether/http://tax.ny.gov/robots.txt
leaf
learn
learn-noperf
learn-perf
learn/
learn/search-results
learn/seo
learning*&auth=true
learning*?auth=true
learning-center/search
@ -14957,7 +14931,7 @@ learning/settings?
learnmorelayer
learnmorelayertv
lecture
lecture/http://svt.se/robots.txt
lecture/http://online.wsj.com/robots.txt
lees/gids/exclusief
lees/gids/exclusief$
lees/gids/exclusief.*$
@ -15144,7 +15118,6 @@ loans
loc/volunteers
loc=
local
local
local-services-ads
local/ajax
local/blogsandcolumns/slow-ride-front
@ -15427,6 +15400,18 @@ manage/global
manage_friend.pl
manage_playlist
manager
manager-interface.html
manager-interface/auszahlungen.html
manager-interface/dankeschoens.html
manager-interface/fraudometer.html
manager-interface/legitimationen.html
manager-interface/manager-notifications.html
manager-interface/nutzer-mgr.html
manager-interface/pages-mgr.html
manager-interface/projekte-mgr.html
manager-interface/transaktionen.html
manager-interface/umsatzliste.html
manager-interface/vielfaltoskop.html
manageyourkindle
manifest.json
manifest.webmanifest
@ -15453,7 +15438,6 @@ maps/*?lang=uk$
maps/*?lang=uz$
maps/*?ll=
maps/about
maps/adsendpoint
maps/api/js
maps/api/place/js
maps/api/staticmap
@ -15557,7 +15541,6 @@ media/popup/
media/thumbnails/
media/tv/channel/credits
media/tyfo*
media/tyfo*http://codex.wordpress.org/robots.txt
mediabase
mediaembed
medialibrary/de/brief
@ -15856,7 +15839,6 @@ merchant/directions/*
merchant/imageUploadPreview/*
merchant/loc/*
merchant/moreProducts?*
merchant/reviews?
merchant/update/*
merchantapps
mes
@ -16857,7 +16839,6 @@ notificarelacionadas
notifications
notifications
notifications$
notifications/
notifications/*
nova
now/mt3
@ -17023,8 +17004,6 @@ offers/nonprofits
offers/nonprofits$
offers/nonprofits%
offers/nonprofits?
offers/proxy/dealsserver/api/log
offers/proxy/dealsserver/buy
offline
offlinenotice.xml
offsite
@ -17579,6 +17558,7 @@ ping
ping?
pingback
pingdom
pinnwand.html
pinterest-predicts
pinterest-wellbeing
pinterestwellbeing
@ -17701,7 +17681,7 @@ player
player/brightcove
player/metadata/video
playerColor=
playerhttp://willowgarage.com/robots.txt
playerhttp://amazon.com.br/robots.txt
playlist.php
playlists/*/user
playstation
@ -17737,7 +17717,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:\x22EAEyYgobChlXbyBmaW5kZXQgbWFuIFJvYm90cyB0eHQ_CigKJldvIGxpZWd0IGRpZSBSb2JvdHMgdHh0IGJlaSBXb3JkUHJlc3M_ChYKFFdhcyBiZWRldXRldCBSb2JvdHM_EOQC\x22,\x22scq\x22:\x22\x22,\x22stok\x22:\x22N9FCKlvrd0zIttrV4lLmgGBsFmI\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:\x22EAEyZAobChlXbyBmaW5kZXQgbWFuIFJvYm90cyB0eHQ_CigKJldvIGxpZWd0IGRpZSBSb2JvdHMgdHh0IGJlaSBXb3JkUHJlc3M_ChgKFldhcyBiZWRldXRldCBkaXNhbGxvdz8Q5AI\x22,\x22scq\x22:\x22\x22,\x22stok\x22:\x22UkPtldtdYphw4SgxFxEo_mFTMZ0\x22},\x22sf\x22:{},\x22sonic\x22:{},\x22spch\x22:{\x22ae\x22:\x22\\u00dcberpr\\u00fcfe
pmcomment/
pmm-templates
pmo/contact/en/staff
@ -18128,7 +18108,6 @@ pro-resources
pro-site
pro/about
pro2
proFile/history?
proMatch
proProjects
proVideoWidget
@ -18147,7 +18126,6 @@ product-reviews/B0069IY63Y
product/electrode/api/logger
product/electrode/api/wpa
product/recommended
product/reviews?
productBrand=
productId=
productPurchaseDone
@ -18202,7 +18180,6 @@ profile/*/followers
profile/*/following
profile/*/map$
profile/downloads_limit
profile/history?
profile/license
profile/payment/getstarted
profile/view
@ -18849,7 +18826,6 @@ resources/xml/sitemaps
responder
rest
results
results
results-export-email-by-search-data
results-export-ids
results-export-search-by-year
@ -18901,7 +18877,6 @@ reviews/seller
reviews/top-reviewers
reviews_page=
rewards
rewardsapp/
rf=*
rfcdiff*
ribbon.php
@ -19272,6 +19247,9 @@ sdfe/pdf/download/read/am4ir/noindex/pii
sdfe/pdf/download/read/index/pii
sdfe/pdf/download/read/noindex/pii
sdfe/reader/pii
sdg-newsletter.html
sdg-newsletter/sdg-newsletter-abbestellen.html
sdg-newsletter/sdg-newsletter-bestaetigen.html
sdk
sdk/js
sdkterms
@ -19443,7 +19421,7 @@ search/*?*schools=
search/*?*sort=
search/*?*time=
search/*?*tools=
search/*?*userAvailability=*http://telegraph.co.uk/robots.txt
search/*?*userAvailability=*http://cbc.ca/robots.txt
search/*filter=dl*
search/.
search/2/api
@ -19561,7 +19539,7 @@ section/3
section/36
section/6
section/8
section/9http://amazon.in/robots.txt
section/9http://livestream.com/robots.txt
sectionized
sections
sections$
@ -19730,7 +19708,6 @@ set_cookie.pl
setbucket
setprefs
settings
settings
settings/*
settings/deactivated
settings/linkaccount
@ -19862,7 +19839,6 @@ sharing/files
sharing/folders
sheet/help/search-results.html
shelf/user_shelves
shenghuo
shenghuo/search?
shihui
shihui?
@ -19872,8 +19848,6 @@ shipping-payment
shippingassistant
shippinginformation
shop
shop$
shop/
shop/bag
shop/browse/campaigns/mobile_overlay
shop/browse/overlay
@ -19881,7 +19855,6 @@ shop/browse/ribbon
shop/global
shop/iphone/payments/overlay
shop/search.ep
shop?
shop_name_search_service
shop_pins
shopfront-api
@ -19931,7 +19904,7 @@ shows/
showtag
showtime/.requestinvite.html.swp
showtime/help/search-results.html
showtimes/location/*http://yelp.com/robots.txt
showtimes/location/*http://ad.doubleclick.net/robots.txt
shr*
shutterstock
si
@ -20462,32 +20435,6 @@ smclient=
smcot
sme
smevi
sn-buecher.html
sn-buecher/magazine.html
sn-buecher/sn-buecher-sonstiges.html
sn-buecher/sn-comic.html
sn-buecher/sn-kalender.html
sn-buecher/sn-kinderbuecher.html
sn-buecher/sn-kochbuecher.html
sn-buecher/sn-romane.html
sn-buecher/sn-sachbuecher.html
sn-buecher/sn-schreibwaren.html
sn-filme.html
sn-filme/sn-dvd-blueray.html
sn-filme/sn-film-sonstiges.html
sn-filme/sn-on-demand-download.html
sn-filme/sn-tickets.html
sn-merchandise.html
sn-merchandise/sn-accessoires.html
sn-merchandise/sn-aufkleber-buttons.html
sn-merchandise/sn-kleidung.html
sn-merchandise/sn-merchandise-sonstiges.html
sn-merchandise/sn-poster.html
sn-tontraeger.html
sn-tontraeger/sn-cds.html
sn-tontraeger/sn-hoerbuecher.html
sn-tontraeger/sn-sonstiges.html
sn-tontraeger/sn-vinyl.html
snap
sndmsg?
snoop
@ -20500,7 +20447,6 @@ social-connect/send
social/help/search-results.html
social/photosui/images
social/photosui/sitemap
social/search?
social/social-security-directory/cai
social_media
socialapp/
@ -20612,7 +20558,6 @@ sp=
sp_url=
spartan
spatl
spbasic
spbot
spc-source=
special-promo/2for1
@ -20689,7 +20634,6 @@ sports/whatson
sports_fp_ms
spp/
spreadsheet
spresults
sprint_wml
sprint_xhtml
sprints/help/search-results.html
@ -20773,7 +20717,6 @@ statement
static
static-assets/documents/PwnedPasswordsTop100k.txt
static-assets/images/collection
static/
static/button/button1.html
static/button/button1.js
static/button/button2.html
@ -20890,8 +20833,6 @@ storeclick
storefront
storepicker
storerequest
stores$
stores/
stores/page/*visitId=
stories
story
@ -21198,7 +21139,7 @@ tag
tag-manager
tag-manager-360
tag/
tag/*+http://minds.com/robots.txt
tag/*+http://cdbaby.com/robots.txt
tag/*/a
tag/*/a/
tag/*/b
@ -21438,7 +21379,7 @@ test5
test6
testcases
testfl
testhttp://pca.st/robots.txt
testhttp://photos.google.com/robots.txt
testing
testpage-forhomepage
tests/*
@ -21447,7 +21388,6 @@ text
textedition
tfemail
th
th$
th-*/
th-th.www.cloudflare.com
th-th/
@ -21470,7 +21410,6 @@ th/solutions/case-studies/
th/solutions/case-studies/innovators/innovators-eu/
th/user
th/users
th?
th_en
th_th/templates/M
thank-you
@ -21723,13 +21662,12 @@ translate_static
translate_suggestion
translate_t
translation
translator/?ref=
transmute/static-1.85
transmute/static-2.6
transmute/static-2.8
transmute/static-2.9
transparency
transparency/http://npmjs.com/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
@ -21751,24 +21689,10 @@ travel/
travel/2013/aug/22/been-there-readers-competition?
travel/8711559/The-Telegraph-Travel-Awards-2011.html
travel/clk
travel/css
travel/flight/flightSearch
travel/flight/flightSearchAction
travel/flight/search/?
travel/flight/search?
travel/flights/s
travel/hotel-search
travel/hotel/e
travel/hotel/hotelMiniSearchRequest
travel/hotel/hotelSearch
travel/hotels/checkout
travel/hotels/detail
travel/hotels/hotel-finder
travel/hotels/hotel-finder/$
travel/hotels/search/?
travel/hotels/search?
travel/scripts
travel/secure
travelnevadahighway95tc
treasury
treasury/treasdocuments
@ -22217,6 +22141,7 @@ unsupported-browser
unternehmen/c
unternehmen/o
unternehmen/suche
unterstuetzer.html
until=
upcomingevents
update-your-browser
@ -22259,7 +22184,6 @@ ur/user
ur/users
urbanag
urchin_test
url
urlinator/static-1.54
urlinator/static-1.55
urlinator/static-1.57
@ -22787,21 +22711,11 @@ video_passthrough
video_passthrough.php
videorequest
videos
videos/?
videos/assets
videos/browsing
videos/e
videos/explore
videos/favorites
videos/feed
videos/feedcontent
videos/get_video_by_uid/
videos/images
videos/js
videos/music
videos/music/
videos/music/?
videos/music?
videos/search.php
videos/search.php?filter=*&s=Fight+Compilation$
videos/search.php?filter=*&s=Fight+Compilation*&start=*$
@ -22846,13 +22760,8 @@ videos/search.php?s=street+fight$
videos/search.php?s=street+fight*&start=*$
videos/search.php?s=woman+fight$
videos/search.php?s=woman+fight*&start=*$
videos/search/?
videos/search?
videos/trending
videos/trendingcontent
videos/viewmeta/
videos/week
videos?
videosearch
view
viewReview
@ -23108,10 +23017,6 @@ whythisad
widget
widget-landing-page.html
widget/*
widget/cr
widget/entity/search/?
widget/render
widget/snapshot
widget_auth.php
widget_chunks
widgets
@ -23877,7 +23782,6 @@ word/embed
wordpress/wp-admin
wordpress/wp-admin/admin-ajax.php
work
work
work/_
work/acceptinvitation
work/account
@ -23982,9 +23886,9 @@ wp-admin
wp-admin/
wp-admin/admin-ajax.php
wp-admin/admin-ajax.php
wp-admin/admin-ajax.phphttp://amazon.com.br/robots.txt
wp-admin/admin-ajax.phphttp://dictionary.com/robots.txt
wp-admin/admin-ajax.phphttp://promo.com/robots.txt
wp-admin/admin-ajax.phphttp://airtable.com/robots.txt
wp-admin/admin-ajax.phphttp://tiff.net/robots.txt
wp-admin/admin-ajax.phphttp://willowgarage.com/robots.txt
wp-admin/load-scripts.php
wp-admin/load-styles.php
wp-adv
@ -24050,7 +23954,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://merriam-webster.com/robots.txt
wp-content/uploads/wp-import-export-lite/http://euroncap.com/robots.txt
wp-dyn
wp-includes
wp-includes*.css
@ -24185,7 +24089,7 @@ your-shop
yourAccount
youraccount
youreurope/businessACC
youreurope/businessDEV/http://adweek.com/robots.txt
youreurope/businessDEV/http://deepmind.com/robots.txt
youreurope/citizensACC
youreurope/citizensDEV
yours
@ -24535,7 +24439,7 @@ zz
8618
9742
9744
101612.rsshttp://explore.org/robots.txt
101612.rsshttp://androidpolice.com/robots.txt
1010203
1014943
1027454