Thrawn wrote:Have you tried using multiple regexes in the Site expression?Site ^https?://192\.168\.76\.10[0-9]:8888(/.*)? ^https?://xxx\.yyy\.zzz\.aa[0-9]:8888(/.*)? ^https?://eee\.fff\.ggg\.hh[0-9]:8888(/.*)?
Accept GET OPTIONS from web.airdroid.com
Accept from LOCAL
Deny
No, I haven't, and hadn't realized a space-delimited list of regexs was possible. I'd been supposing this sort of thing, modified as necessary when actual addressing plans are worked out:
- Site ^https?://192\.168\.(76\.10[0-9]|8[36]\.1[78][0-9]|15[4-6]\.1[0-9]2):8888(/.*)?
...