Sykje yn Support

Mij stipescams. Wy sille jo nea freegje in telefoannûmer te beljen, der in sms nei ta te stjoeren of persoanlike gegevens te dielen. Meld fertochte aktiviteit mei de opsje ‘Misbrûk melde’.

Mear ynfo

Allowed Popups: enter a list of allowed sites?

  • 1 antwurd
  • 0 hawwe dit probleem
  • Lêste antwurd fan cor-el

more options

I save a list of >20 sites on which I allow popups. What is the most efficient way to enter those sites?

==> I would like to avoid entering each one individually.

TYVM.

I save a list of >20 sites on which I allow popups. What is the most efficient way to enter those sites? ==> I would like to avoid entering each one individually. TYVM.

Alle antwurden (1)

more options

You can possibly do this via the Browser Console (not the Web Console).

You can enable the command-line in the Console via the Settings page of the Web Developer Tools.


You can add the origins to the ORIGINS array.

var ORIGINS = ["https://example.com"];
var i, origin;
for (i=0; origin=ORIGINS[i]; i++){
 Services.perms.addFromPrincipal(
  Services.scriptSecurityManager.createContentPrincipalFromOrigin(origin),
  "popup", SitePermissions.ALLOW
 );
}

Behelpsum?

In fraach stelle

Jo moatte jo oanmelde by jo account om op berjochten te antwurdzjen. Stel in nije fraach as jo noch gjin account hawwe.