restricted-site-access icon indicating copy to clipboard operation
restricted-site-access copied to clipboard

Limit access to visitors who are logged in or allowed by IP addresses. Includes many options for handling blocked visitors.

Results 26 restricted-site-access issues
Sort by recently updated
recently updated
newest added

Goal: ability to selectively combine effects of * "Discourage search engines from indexing this site" * "Restrict site access to visitors who are logged in or allowed by IP address"...

type:enhancement
help wanted
type:good-first-issue
needs:documentation

### Describe the bug The plugin uses the following function to get client's IP address: https://github.com/10up/restricted-site-access/blob/df9226bffd67ec96e85428ea1fd5e10c3561ee5d/restricted_site_access.php#L1531-L1562 The problem is that headers such as `HTTP_X_FORWARDED_FOR` and `HTTP_X_FORWARDED` can be very easily...

type:bug

Bumps the npm_and_yarn group with 3 updates in the / directory: [follow-redirects](https://github.com/follow-redirects/follow-redirects), [ip](https://github.com/indutny/node-ip) and [webpack-dev-middleware](https://github.com/webpack/webpack-dev-middleware). Updates `follow-redirects` from 1.15.5 to 1.15.6 Commits 35a517c Release version 1.15.6 of the npm package....

type:dependency
javascript

There is an upcoming WordPress version in the **release candidate** stage that the plugin hasn't been tested with. Please test it and then change the "Tested up to" field in...

wpvc

### Describe the bug With Restricted Site Access active, the GraphQL api is not available. I ask if possible to include compatibility with WPGraphQL and not to block access to...

type:bug

Bumps [ip](https://github.com/indutny/node-ip) from 1.1.8 to 1.1.9. Commits 1ecbf2f 1.1.9 6a3ada9 lib: fixed CVE-2023-42282 and added unit test See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=ip&package-manager=npm_and_yarn&previous-version=1.1.8&new-version=1.1.9)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any...

type:dependency
javascript

### Describe the bug If the header X_FORWARDED_FOR has more than 1 IP (for example when the requests goes through several reverse proxies) it seems the RSA plugin can't understand...

type:bug
help wanted

### Describe the bug Noticed with recent merges to `develop` and `trunk` that we are getting some PHPCS errors. When merging into either of those branches, we lint all files,...

type:bug
help wanted

### Is your enhancement related to a problem? Please describe. Unlike a custom page, a 403 will not be cached by user's browser. ### Designs _No response_ ### Describe alternatives...

type:enhancement
help wanted

### Is your enhancement related to a problem? Please describe. The plugin doesn't work exactly the same between multisite and single site environments. For example `$wp->request` is defined in the...

type:enhancement
help wanted