Well for example a minimum set of rules to allow clients on OPT1 to have web access:
Source OPT1 subnet, port any, destination any, port 80.
This will allow traffic out to port 80, HTTP.
You also need to allow access to the pfSense DNS forwarder:
Source. Opt1 signet, port any, destination OPT1 address, port 53.
Steve