- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
Enhanced Security Measures in Place: To ensure a safer experience, we’ve implemented additional, temporary security measures for all users.
05-22-2012 05:02 PM
Our business has a Facebook page but as a policy we have Facebook blocked as a whole.
Is it possible to unblock certain pages in Facebook only (eg. www.facebook.com/mybusiness) but maintain deny access to every other page?
05-22-2012 11:26 PM
You could do this by adding an allow rule before the block rule like so:
1)
appid: facebook
url: www.facebook.com/mybusiness
action: allow
2)
appid: facebook (or how your block rule looks like)
action: deny
Since PA uses top-down first-match visits to your business page would trigger first rule while other visits would trigger second rule.
Problems on the road:
* How are logins to facebook handled by PA (you might need to whitelist the login url aswell)?
* Even if you have www.facebook.com/mybusiness the other stuff on your page will be regular CDN stuff from facebook (which would be blocked by the second rule).
To fix that second problem you could create a custom app using facebook as parentapp (or web-browsing) and then add stuff like HTTP-HOST (*.fb.com or whatever the CDN is called) and HTTP-REFERER (^www.facebook.com/mybusiness). The problem now becomes that if any of your clients modify their browserheaders to include www.facebook.com/mybusiness as referer they will be able to access facebook (depending on which HTTP-HOST names you included in your custom app).
05-23-2012 08:15 PM
Thank you. Got it working.
Click Accept as Solution to acknowledge that the answer to your question has been provided.
The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!
These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!
The LIVEcommunity thanks you for your participation!