How to Extend IE mode more than 30 days

Anonymous
2022-03-03T10:10:12+00:00

After adding URL's in IE mode pages it has a expire days of 30. I would like to know how to extend more than 30 days as per InternetExplorerIntegrationLocalSiteListExpirationDays policy.

Please help.

Microsoft Edge | Other | Windows 10

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

167 answers

Sort by: Most helpful
  1. Les Ferch 10,361 Reputation points Volunteer Moderator
    2022-06-18T00:58:53+00:00

    I noticed a strange behavior of the script. If I use the AddSite function the first address becomes non-erasable and at the end it inserts "/" e.g. http://localServer/register/login.aspx AddSite >= http://localServer/register/login.aspx/ (not working ie mode)

    Actually, two issues. The first is that the URL must be lowercase (solved) and the second is that files (.html, .aspx, etc.) must NOT have a trailing slash (to be solved).

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments
  2. Les Ferch 10,361 Reputation points Volunteer Moderator
    2022-06-18T00:53:17+00:00

    I was getting the same issue as Beatrice, but I thought it was because the script was adding the / at the end of my webpage address?

    When I manually add the webpage in Edge UI, I can see in the Preferences file that it doesn’t add the / , so I just removed the line of code that adds it and it worked okay.

    Is the / only for adding sites rather than pages?

    I see. I replicated the issue using this URL: http://toastytech.com/evil/index.html.That URL will not work if it has a trailing slash. So, it gets tricky. Edge requires a trailing slash for sites (at least so the entry can be deleted). If the code to add the trailing slash is removed from the script, then you'll need to test and make sure you include the slash when it's required. I'll see if I can come up with code that will work for all cases (maybe check for certain extensions, such as .html). I have to detect if it's a folder or a file.

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments
  3. Anonymous
    2022-06-16T15:47:49+00:00

    In case you still have time and desire you could also integrate the protocol https://www.x****

    No need. It only prepends "http://" if nothing has been specified. The Edge Preferences file requires a fully qualified URL in order for Delete (Trash can icon) to work.

    For https pages, simply enter the full URL in the AddSites variable. Example:

    AddSites = "https://www.site1.com/|https://www.site2.com/"

    Just perfect!!! She is very professional.

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments
  4. Anonymous
    2022-06-16T14:34:59+00:00

    The add sites feature has been added. Please download a new copy of the script and let me know how it goes.

    Congratulations LesFerch,

    the script seems to work perfectly.

    In case you still have time and desire you could also integrate the protocol https://www.x****

    You are a special person.

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments
  5. Les Ferch 10,361 Reputation points Volunteer Moderator
    2022-06-15T21:09:42+00:00

    Hello LesFerch, you can integrate the script by inserting for example www.fiat.it and www.ferrari.it (IE mode) for all users?

    great job

    Max

    Maybe. Probably. I'll take a look.

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments