ProxySG & Advanced Secure Gateway

 View Only
  • 1.  Block specific google document on google doc

    Posted Mar 18, 2019 06:30 PM

    Hi team,

     

    I am just wondering if we could block one specific google document url https://drive.google.com/file/d/xxxxxxxxxxxxxxxxxxxxxxx/view?usp=drive_web

     

    I do not want to block the whole domain but only that google document url.

     

    I have tried:

    1. https://drive.google.com/file/d/xxxxxxxxxxxxxxxxxxxxxxx/view?usp=drive_web

    2. drive.google.com:443/file/d/xxxxxxxxxxxxxxxxxxxxxxx/view?usp=drive_web

     

    Those didn't work.



  • 2.  RE: Block specific google document on google doc

    Posted Mar 18, 2019 07:50 PM
    Hi, To achieve this we need ssl interception on proxy. Then create ssl access layer and add that url with action deny to block. If you are satisfied with my answer click on accepted solution


  • 3.  RE: Block specific google document on google doc

    Posted Mar 18, 2019 10:55 PM

    Hi Choongmin,

     

        Like Aboo mentioned, SSL Interception is crucial for this to work. Then you can create policy either on VPM or on CPL layers as below. You can format the rule as below to achieve the block

     

    <proxy>
    url.domain=drive.google.com url.path.prefix=file/d/xxxxxxxxxxxxxxxxxxxxxxx Deny

     

    Note: Do not add the "?" and strings followed that for this match. Those are query parameters and can change dynamically