This website uses cookies essential to its operation, for analytics, and for personalized content. By continuing to browse this site, you acknowledge the use of cookies. For details on cookie usage on our site, read our Privacy Policy
I have a requirement, where the customer wants to allow only the below url: https://chrome.google.com/webstore/detail/zotero-connector/ekhagklcjbdpajgpjgmbionohlpdbjgc Basically the above is the url for a chrome addon : zotero-connector He wants to allow only the above addon and block rest of the addon to get downloaded. I tried to use url filtering for which i narrowed to: Allow: ssl.google-analytics.com/ chrome.google.com/webstore/detail/zotero-connector/null chrome.google.com/webstore/detail/zotero-connector/ekhagklcjbdpajgpjgmbionohlpdbjgc But the twist comes when the above url opens and the customer click on the extentions. Then he can download the other addons. If i can create a custom url for the below url: ssl.google-analytics.com/__utm.gif?utmwv=5.7.2&utms=44&utmn=2033888992&utmhn=chrome.google.com&utmt=event&utme=5 (webstore.StructuredWallLayout*SectionDropped*featured)&utmcs=UTF-8&utmsr=1920x1080&utmvp=1904x920&utmsc=24-bit&utmul =en-us&utmje=0&utmfl=-&utmdt=Zotero%20Connector%20-%20Chrome%20Web%20Store&utmhid=2021578656&utmr= -&utmp=/webstore/detail/zotero-connector/ekhagklcjbdpajgpjgmbionohlpdbjgc&utmht=1593708411054&utmac=UA-4436568-7&utmni=1&utmcc =__utma=73091649.1855174488.1592486775.1593704416.1593707975.12;+__utmz=73091649.1592486775.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none);&utmjid=&utmu=6QCAAgAAAAAAAAAAAgAAgAAE~ Which is a redirect for the zotero-connector, my issue will be resolved. But i dont know think, i can create a custom url using any regex to match the above or create a custom app.
... View more