cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
611
Views
0
Helpful
0
Replies

APCF xml condition

mike_perry
Level 1
Level 1

I am trying to remove the toolbar only when users go to a specific internal web page.

The code below does not seem to work... is it possible to conditionally remove the toolbar.

I don't see any functionality to do this per Group Policy?

<APCF>

<version>1.0</version>

<application>

  <id>Do not inject toolbar for all pages</id>

  <apcf-entities>

       <process-request-header>

         <conditions>

             <server-fnmatch>*.mycampus.sl.on.ca</server-fnmatch>

         </conditions>

           <action>

             <do><no-toolbar/></do>

         </action>

       </process-request-header>

  </apcf-entities>

</application>

</APCF>

0 Replies 0