Skip to main content
Participating Frequently
June 5, 2023
Question

How to change origin of illustrator extension development environment

  • June 5, 2023
  • 2 replies
  • 286 views

From backend resticted the api for local file:// origin , So we can change the origin from file:// to any host url 

Currently using this file:///Users/mdnooruzzaman/Library/Application%20Support/Adobe/CEP/extensions/AWF-Adobe-Frontend/dist/index.html url for extension 

If anyone who knows this please help me on this 

 

This topic has been closed for replies.

2 replies

Charu Rajput
Community Expert
Community Expert
June 8, 2023

@shashank29687712glq2 -

As far as I am aware, I don't think it can be changed. Exteniosn are loaded from the local folder of the user machine.

What exactly are you trying to achieve?

Best regards
Participating Frequently
June 5, 2023

Can we change file:// origin with any host url ?