• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
Locked
0

Whitelist : uri starting with 4 numbers not allowed

New Here ,
Dec 23, 2020 Dec 23, 2020

Copy link to clipboard

Copied

When adding an AllowListUrlPattern starting with an URI with 4 numbers the adress is blocked.
Ex. AllowListUrlPattern=http://1786TEST:8080/  --> blocked
This one is allowed :

AllowListUrlPattern=http://178TEST:8080/  --> allowed !

 

Any Solution ?

Views

225

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Adobe Employee , Dec 23, 2020 Dec 23, 2020

We fixed a bug recently where a URI that begins with numbers will not resolve.  That's fixed in the latest player versions, but if you're on Windows 8 and higher, Microsoft chose to not deploy those builds.  You may need to license a build from Harman to gain access to ActiveX installers for Win8+ with this fix.

 

The AllowListPattern directive requires at least two levels of specificity in the domain (e.g. *.something.com).  I think in this instance, you might be getting stuck on that, and not

...

Votes

Translate

Translate
Adobe Employee ,
Dec 23, 2020 Dec 23, 2020

Copy link to clipboard

Copied

We fixed a bug recently where a URI that begins with numbers will not resolve.  That's fixed in the latest player versions, but if you're on Windows 8 and higher, Microsoft chose to not deploy those builds.  You may need to license a build from Harman to gain access to ActiveX installers for Win8+ with this fix.

 

The AllowListPattern directive requires at least two levels of specificity in the domain (e.g. *.something.com).  I think in this instance, you might be getting stuck on that, and not the bug about domains that start with numbers.  Instead of depending on the DNS search path in your network configuration, use the whole hostname when accessing the URL (and in the corresponding AllowListUrlPattern directive). 

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Dec 24, 2020 Dec 24, 2020

Copy link to clipboard

Copied

LATEST

Thank you Jerome and my examples were jut to illustrate, my real test was : http://123.monsite.fr:8080 & http://1234.monsite.fr:8080

The first is ok :

SWF : *** AllowListPreview: AllowList allows 'http://123.monsite.fr:8080/tree_grow_small.swf'. ***

And the second is not allowed :

SWF : *** AllowListPreview: AllowList blocks 'http://1234.monsite.fr:8080/tree_grow_small.swf'

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines