Page 1 of 1

instapage.com

Posted: Tue Jul 17, 2018 11:08 am
by set4812
Hi
I developer of instapage. Before on users landing pages assets was on google CDN. We moved assets cache to Load Balancer. Easy privacy rule

Code: Select all

||instapage.com^$third-part
will be active. This rule is optional, but ublock enable this as default. Can you add white list for

Code: Select all

app.instapage.com
or for assets url

Code: Select all

app.instapage.com/static/
.
We need this rule ASAP client will be saw page without CSS and JS loaded.

Re: instapage.com

Posted: Tue Jul 17, 2018 5:42 pm
by smed79
Hi,

for uBo specific issues, you can ask here uAssets/issues to add a fix to the unbreak filter list.
(don't forget to provide examples).

Re: instapage.com

Posted: Tue Jul 17, 2018 6:47 pm
by set4812
This is not ublock issue this is role what some one add. Instapage don't provide adds, this is platform for creating pages.
User creating landing page and publish for domain.com
On domain.com we are adding styles, javascript( form validation, popup etc ).
Now this assets is form google cdn and reverse proxy.
Now it will be

Code: Select all

app.instapage.com/static/*
When user enter domain.com with adblock what use easyprivacy enable he will be show crashed page.

upper some src
https://i.imgur.com/Rqy9jBN.png -> blocked
https://i.imgur.com/1XosDc8.png -> filter
https://i.imgur.com/1a3Ar7K.png -> how page look like when is blocked

Re: instapage.com

Posted: Tue Jul 17, 2018 7:08 pm
by smed79
set4812 wrote:User creating landing page and publish for domain.com
On domain.com we are adding styles, javascript(form validation, popup etc ).
Provide a testable online website examples and wait for easylist authors to see the thread and decide what to do.

Re: instapage.com

Posted: Tue Jul 17, 2018 7:35 pm
by set4812
This is on UAT i can provide rule for hosts but for security reason i can't publish this public. I can send private message only rule.
But try create this simple html file

Code: Select all

<head>
<link rel="stylesheet" type="text/css" href="https://app.instapage.com/static/css/dist/dashboard-ui.css" />
</head>
<body>
Css will be not load. Blocked by adblock
</body>

This is painfull when we build assets on server and try use on client side.

Re: instapage.com

Posted: Tue Jul 17, 2018 7:43 pm
by smed79
I can send private message only rule.
EasyList authors need proof before adding, changing, moving or removing any filter.
send an e-mail to: "easylist.subscription" or "mp3geek" @gmail.com

Re: instapage.com

Posted: Wed Jul 18, 2018 11:54 am
by set4812
As you suggested, I've sent an email to mp3geek and we're waiting for response. Modifying this filter is really important for our team.