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

Bump WP & PHP Minimums to the following - [ ] WordPress to 5.7 - [ ] PHP to 7.4 - [ ] Remove any no-longer-needed conditional code for older...

type:enhancement

### Description of the Change Bump minimum WordPress and PHP versions. ### Checklist: - [ ] I have read the [**CONTRIBUTING**](https://github.com/10up/restricted-site-access/blob/develop/CONTRIBUTING.md) document. - [ ] My code follows the code...

### Description of the Change This PR proposes a solution to prevent IP spoofing by trusting only the `REMOTE_ADDR` header. It adds 2 new filters to filter trusted proxies and;...

### Description of the Change Renamed the `Add` button to `Add this IP` and added an animation when the `Add this IP` button clicked without an IP added. Closes #140...

**Is your enhancement related to a problem? Please describe.** The general behaviour of the plugin when adding IPs from the backend or CLI is: 1. IPs are unique 2. IPs...

type:enhancement
help wanted

It would be great is RSA supported custom https header parameters to facilitate whitelisting of dynamic testing services for systems like NewRelic, GTMetrix, GitLab, Github, and CypressJS. If adopted this...

type:enhancement
help wanted
needs:design
needs:engineering
needs:ux

### Describe the bug Tests pass locally but fail on GitHub actions. So far the cause is unknown. - Tests pass for `WP:latest` but fail for `WP:trunk` and `WP:mininmum` -...

type:bug
needs:engineering

Closes #203 ### Description of the Change This PR does the following: 1. Replace grunt with wp-scripts 2. Bump node to 16 3. Bump composer to v2 4. Bump wp-env...

**Is your enhancement related to a problem? Please describe.** This is more related to user experience related to a site admin user. This plugin has a field named `Unrestricted IP...

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

**Describe the bug** @wordpress/env, grunt and grunt-related modules have dependencies on few vulnerable modules which need to be resolved. **Steps to Reproduce** Run `npm audit` **Expected behavior** There should be...

type:bug
help wanted